Files
one-pipe-system/src/config/constants/index.ts
luo f0a2b84e53
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m51s
feat: 产品迭代7月份
2026-07-27 16:30:29 +08:00

41 lines
682 B
TypeScript

/**
* 公共配置和常量统一导出
*/
// 运营商相关
export * from './operators'
// 网卡状态相关
export * from './cardStatus'
// 用户角色相关
export * from './userRoles'
// 佣金相关
export * from './commission'
// 通用状态相关
export * from './status'
// IoT卡相关
export * from './iotCard'
// 运营商类型相关
export * from './carrierTypes'
// 套餐管理相关
export * from './package'
// 角色类型相关
export * from './roleTypes'
// 启用状态相关
export * from './enableStatus'
// 导出任务相关
export * from './exportTask'
// 批量订购相关
export * from './bulkPurchase'
export * from './julyIteration'