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