refactor(service): 重构服务层代码,统一继承EntityService基类
refactor(repository): 将JpaRepository替换为自定义的MyRepository接口 refactor(tasker): 将findById方法更名为getById以提高一致性 docs: 更新server_entity_services.md文档中的服务实现状态
This commit is contained in:
@@ -39,32 +39,32 @@
|
||||
| SalesOrderItemService | 是 |
|
||||
| CompanyCustomerEntityService | 是 |
|
||||
| CompanyCustomerEvaluationFormFileService | 是 |
|
||||
| CompanyCustomerFileService | 否 |
|
||||
| CompanyCustomerFileTypeService | 否 |
|
||||
| CustomerCatalogService | 否 |
|
||||
| CustomerFileTypeService | 否 |
|
||||
| CustomerService | 否 |
|
||||
| BankService | 否 |
|
||||
| DepartmentService | 否 |
|
||||
| EmployeeAuthBindService | 否 |
|
||||
| EmployeeLoginHistoryService | 否 |
|
||||
| EmployeeRoleService | 否 |
|
||||
| EmployeeService | 否 |
|
||||
| FunctionService | 否 |
|
||||
| InventoryCatalogService | 否 |
|
||||
| InventoryHistoryPriceService | 否 |
|
||||
| InventoryService | 否 |
|
||||
| PermissionService | 否 |
|
||||
| CustomerSatisfactionSurveyService | 否 |
|
||||
| DeliverySignMethodService | 否 |
|
||||
| ProductTypeService | 否 |
|
||||
| ProductUsageService | 否 |
|
||||
| ProjectBidService | 否 |
|
||||
| ProjectCostItemService | 否 |
|
||||
| ProjectCostService | 否 |
|
||||
| ProjectFileService | 否 |
|
||||
| ProjectFileTypeService | 否 |
|
||||
| ProjectFundPlanService | 否 |
|
||||
| CompanyCustomerFileService | 是 |
|
||||
| CompanyCustomerFileTypeService | 是 |
|
||||
| CustomerCatalogService | 是 |
|
||||
| CustomerFileTypeService | 是 |
|
||||
| CustomerService | 是 |
|
||||
| BankService | 是 |
|
||||
| DepartmentService | 是 |
|
||||
| EmployeeAuthBindService | 是 |
|
||||
| EmployeeLoginHistoryService | 是 |
|
||||
| EmployeeRoleService | 是 |
|
||||
| EmployeeService | 是 |
|
||||
| FunctionService | 是 |
|
||||
| InventoryCatalogService | 是 |
|
||||
| InventoryHistoryPriceService | 是 |
|
||||
| InventoryService | 是 |
|
||||
| PermissionService | 是 |
|
||||
| CustomerSatisfactionSurveyService | 是 |
|
||||
| DeliverySignMethodService | 是 |
|
||||
| ProductTypeService | 是 |
|
||||
| ProductUsageService | 是 |
|
||||
| ProjectBidService | 是 |
|
||||
| ProjectCostItemService | 是 |
|
||||
| ProjectCostService | 是 |
|
||||
| ProjectFileService | 是 |
|
||||
| ProjectFileTypeService | 是 |
|
||||
| ProjectFundPlanService | 是 |
|
||||
| ProjectIndustryService | 否 |
|
||||
| ProjectQuotationService | 否 |
|
||||
| ProjectSaleTypeRequireFileTypeService | 否 |
|
||||
|
||||
Reference in New Issue
Block a user