FlowVue/src/views/crm/customerLimitConfig/customerLimitConf.ts

15 lines
254 B
TypeScript
Raw Normal View History

2023-11-18 22:11:42 +08:00
// TODO 可以挪到它对应的 api.ts 文件里哈
2023-11-11 20:50:33 +08:00
/**
*
*/
export enum LimitConfType {
/**
*
*/
CUSTOMER_QUANTITY_LIMIT = 1,
/**
*
*/
CUSTOMER_LOCK_LIMIT = 2
}