Files
one-pipe-system/src/config/constants/index.ts
sexygoat 6127b21c2c
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 2m23s
fetch(add): 运营商管理
2026-01-27 16:06:48 +08:00

25 lines
390 B
TypeScript

/**
* 公共配置和常量统一导出
*/
// 运营商相关
export * from './operators'
// 网卡状态相关
export * from './cardStatus'
// 用户角色相关
export * from './userRoles'
// 佣金相关
export * from './commission'
// 通用状态相关
export * from './status'
// IoT卡相关
export * from './iotCard'
// 运营商类型相关
export * from './carrierTypes'