流程问题修改-准入与后台
This commit is contained in:
@ -13,6 +13,7 @@ interface getCategoryPage {
|
||||
pageNo: number;
|
||||
pageSize: number;
|
||||
categoryNames?: string;
|
||||
supplierId?: string;
|
||||
}
|
||||
export const getCategoryPage = (data: getCategoryPage) => request.post('/coscoSupplierBase/getCategoryPage', { data });
|
||||
|
||||
|
Reference in New Issue
Block a user