From ae3422756480cd0bbeea31f6429b2644791b4820 Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Wed, 29 Oct 2025 10:23:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=83=A8=E5=88=86=E6=9E=9A?= =?UTF-8?q?=E4=B8=BE=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- enum/dictionary/index.js | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 enum/dictionary/index.js 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: "无" }, -];