refactor(服务层): 重构多个服务类继承EntityService基类
统一服务层实现,将PurchaseBillVoucherItemService、PurchaseOrdersService等服务类重构为继承EntityService基类 移除重复代码,实现通用CRUD操作 更新文档标记服务可用性 优化查询规范和缓存配置
This commit is contained in:
@@ -29,16 +29,16 @@
|
||||
| ContractService | 是 |
|
||||
| ContractTypeService | 是 |
|
||||
| ExtendVendorInfoService | 是 |
|
||||
| PurchaseBillVoucherItemService | 否 |
|
||||
| PurchaseBillVoucherService | 否 |
|
||||
| PurchaseOrderItemService | 否 |
|
||||
| PurchaseOrdersService | 否 |
|
||||
| PurchaseBillVoucherItemService | 是 |
|
||||
| PurchaseBillVoucherService | 是 |
|
||||
| PurchaseOrderItemService | 是 |
|
||||
| PurchaseOrdersService | 是 |
|
||||
| SaleOrdersService | 是 |
|
||||
| SalesBillVoucherItemService | 否 |
|
||||
| SalesBillVoucherItemService | 是 |
|
||||
| SalesBillVoucherService | 是 |
|
||||
| SalesOrderItemService | 是 |
|
||||
| CompanyCustomerEntityService | 否 |
|
||||
| CompanyCustomerEvaluationFormFileService | 否 |
|
||||
| CompanyCustomerEntityService | 是 |
|
||||
| CompanyCustomerEvaluationFormFileService | 是 |
|
||||
| CompanyCustomerFileService | 否 |
|
||||
| CompanyCustomerFileTypeService | 否 |
|
||||
| CustomerCatalogService | 否 |
|
||||
|
||||
Reference in New Issue
Block a user