zhengyiming
2025-11-28 094afeae44391ec730b9620cd33529d7ce62524c
src/constants/enum.ts
@@ -19,3 +19,8 @@
   */
  Town,
}
export const BooleanOptions = [
  { label: '是', value: true },
  { label: '否', value: false },
];