wupengfei
2025-02-25 3d6e0ce70fb2267576ddba9d586eef20a52be31b
packages/components/src/constants/index.ts
@@ -12,3 +12,14 @@
  [IspCode.dianxin]: '中国电信',
  [IspCode.liantong]: '中国联通',
};
export enum OrderInputType {
  /**
   * 升序
   */
  Asc,
  /**
   * 降序
   */
  Desc,
}