From f15a17f17cf1c3f278a047b6f5275f95641eceb1 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期四, 13 三月 2025 13:05:56 +0800 Subject: [PATCH] feat: api --- src/constants/enum.ts | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/constants/enum.ts b/src/constants/enum.ts index 936694e..e403f0e 100644 --- a/src/constants/enum.ts +++ b/src/constants/enum.ts @@ -38,3 +38,8 @@ Role = 1, User, } + +export const BooleanOptions = [ + { label: '鏄�', value: true }, + { label: '鍚�', value: false }, +]; -- Gitblit v1.9.1