5 lines
133 B
TypeScript
5 lines
133 B
TypeScript
|
|
import { get, post } from '../../index'
|
||
|
|
|
||
|
|
export const getGoodsClassListApi = () => {
|
||
|
|
return get('/maType/getEquipmentType', {})
|
||
|
|
}
|