From 1cbf9952dff257482264fb09e49d38b5df97d52e Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期四, 14 八月 2025 15:58:18 +0800 Subject: [PATCH] feat: 接口对接 --- src/constants/enum.ts | 17 ----------------- 1 files changed, 0 insertions(+), 17 deletions(-) diff --git a/src/constants/enum.ts b/src/constants/enum.ts index 6cc4c11..d0aa578 100644 --- a/src/constants/enum.ts +++ b/src/constants/enum.ts @@ -17,23 +17,6 @@ Town, } -// 鏁版嵁鍙鑼冨洿 -export enum DataRangeEnum { - /** - * 鍏ㄩ儴鏁版嵁 - */ - All = 100, - /** - * 涓汉鏁版嵁 - */ - Person = 10, -} - -export const DataRangeEnumText = { - [DataRangeEnum.All]: '鍏ㄩ儴鏁版嵁', - [DataRangeEnum.Person]: '涓汉鏁版嵁', -}; - export enum AuthorizeType { Role = 1, User, -- Gitblit v1.9.1