新增企业

This commit is contained in:
2026-01-28 11:45:48 +08:00
parent 3e2b4d2453
commit c3480a0a4a
4 changed files with 54 additions and 11 deletions

View File

@@ -2,4 +2,5 @@ export const CompanyServices = {
getCompanyList: '/Company/getCompanyList',
getCompanyAjaxList: '/Company/getCompanyAjaxList',
edit: '/Company/edit',
add: '/Company/add',
} as const;