5 lines
118 B
JavaScript
Executable File
5 lines
118 B
JavaScript
Executable File
import GoodsTypeEnum from './GoodsType'
|
|
import SpecTypeEnum from './SpecType'
|
|
|
|
export { GoodsTypeEnum, SpecTypeEnum }
|