WEB/src/pages/Product/Attribute/consts.ts

2 lines
151 B
TypeScript

// 中文注释:限定允许管理的字典名称集合
export const allowedDictNames = new Set(['brand', 'strength', 'flavor', 'size', 'humidity']);