客户组

This commit is contained in:
‘huanghaiixia’
2025-12-17 16:06:44 +08:00
parent 1eee4dcd60
commit a27bf90e9d
16 changed files with 2773 additions and 615 deletions

View File

@ -3,10 +3,12 @@ import { defHttp } from '/@/utils/http/axios';
import { ErrorMessageMode } from '/#/axios';
enum Api {
Page = '/sales/customerGroup/page',
// Page = '/sales/customerGroup/page',
List = '/sales/customerGroup/list',
Info = '/sales/customerGroup/info',
LngCustomerGroup = '/sales/customerGroup',
Page = '/magic-api/sales/customerGroupPage',