删除部分枚举类型

master
LiuJiaNan 2025-10-29 10:23:27 +08:00
parent 537fe06e92
commit ae34227564
1 changed files with 0 additions and 15 deletions

View File

@ -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: "无" },
];