Files
FreeERP.Antd.Admin/src/services/CompanyServices.ts
2026-01-16 16:47:12 +08:00

4 lines
90 B
TypeScript

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