From 337c9f5fe3956021fb32db5054dfb395c7801beb Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期五, 07 三月 2025 17:41:16 +0800 Subject: [PATCH] fix: 对接 --- packages/components/src/constants/index.ts | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/packages/components/src/constants/index.ts b/packages/components/src/constants/index.ts index a3916b6..70fec56 100644 --- a/packages/components/src/constants/index.ts +++ b/packages/components/src/constants/index.ts @@ -12,3 +12,14 @@ [IspCode.dianxin]: '涓浗鐢典俊', [IspCode.liantong]: '涓浗鑱旈��', }; + +export enum OrderInputType { + /** + * 鍗囧簭 + */ + Asc, + /** + * 闄嶅簭 + */ + Desc, +} -- Gitblit v1.9.1