Files
FreeERP.Antd.Admin/src/services/CompanyServices.ts
2026-01-21 14:47:35 +08:00

6 lines
168 B
TypeScript

export const CompanyServices = {
getCompanyList: '/Company/getCompanyList',
getCompanyAjaxList: '/Company/getCompanyAjaxList',
edit: '/Company/edit',
} as const;