refactor(service): 重构服务层代码,统一继承EntityService基类

refactor(repository): 将JpaRepository替换为自定义的MyRepository接口
refactor(tasker): 将findById方法更名为getById以提高一致性
docs: 更新server_entity_services.md文档中的服务实现状态
This commit is contained in:
2025-12-14 14:47:51 +08:00
parent db07befffe
commit 18057a657e
36 changed files with 732 additions and 1006 deletions

View File

@@ -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 | 否 |