Files
aishangjia-uniapp/common/enum/goods/index.js
2023-08-04 13:14:48 +08:00

5 lines
118 B
JavaScript
Executable File

import GoodsTypeEnum from './GoodsType'
import SpecTypeEnum from './SpecType'
export { GoodsTypeEnum, SpecTypeEnum }