企业管理

This commit is contained in:
2026-01-21 14:47:35 +08:00
parent a7f5e37aac
commit ab91458199
14 changed files with 385 additions and 261 deletions

View File

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