diff --git a/enum/dictionary/index.js b/enum/dictionary/index.js deleted file mode 100644 index 34b252f..0000000 --- a/enum/dictionary/index.js +++ /dev/null @@ -1,15 +0,0 @@ -/** - * 是否类型枚举 - */ -export const RADIO_WHETHER_ENUM = [ - { id: "1", name: "是" }, - { id: "0", name: "否" }, -]; - -/** - * 有无类型枚举 - */ -export const RADIO_PRESENCE_OR_ABSENCE_ENUM = [ - { id: "1", name: "有" }, - { id: "0", name: "无" }, -];