合并代码
This commit is contained in:
parent
9c98052782
commit
ad74689313
|
|
@ -18,7 +18,17 @@ export function tbProductlist(params) {
|
|||
params
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 商品分类列表
|
||||
* @returns
|
||||
*/
|
||||
export function tbShopCategoryGet(params) {
|
||||
return request({
|
||||
url: `/api/tbShopCategory`,
|
||||
method: "get",
|
||||
params
|
||||
});
|
||||
}
|
||||
/**
|
||||
* 进销存类型字典
|
||||
* @returns
|
||||
|
|
|
|||
Loading…
Reference in New Issue