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

14 lines
201 B
TypeScript
Raw Normal View History

2023-11-11 20:50:33 +08:00
/**
*
*/
export enum LimitConfType {
/**
*
*/
CUSTOMER_QUANTITY_LIMIT = 1,
/**
*
*/
CUSTOMER_LOCK_LIMIT = 2
}