refactor(repository): 将JpaRepository替换为自定义的MyRepository接口 refactor(tasker): 将findById方法更名为getById以提高一致性 docs: 更新server_entity_services.md文档中的服务实现状态
3.1 KiB
3.1 KiB
服务器端继承IEntityService接口的Service列表
| 类名 | 是否继承EntityService |
|---|---|
| CloudRkService | 是 |
| CloudTycService | 是 |
| YongYouU8Service | 是 |
| CompanyBankAccountService | 是 |
| CompanyBlackReasonService | 是 |
| CompanyContactService | 是 |
| CompanyExtendInfoService | 是 |
| CompanyFileService | 是 |
| CompanyFileTypeService | 是 |
| CompanyInvoiceInfoService | 是 |
| CompanyOldNameService | 是 |
| CompanyService | 是 |
| HolidayService | 是 |
| InvoiceService | 是 |
| ContractBalanceService | 是 |
| ContractBidVendorService | 是 |
| ContractCatalogService | 是 |
| ContractFileService | 是 |
| ContractFileTypeService | 是 |
| ContractGroupService | 是 |
| ContractInvoiceService | 是 |
| ContractItemService | 是 |
| ContractKindService | 是 |
| ContractPayPlanService | 是 |
| ContractService | 是 |
| ContractTypeService | 是 |
| ExtendVendorInfoService | 是 |
| PurchaseBillVoucherItemService | 是 |
| PurchaseBillVoucherService | 是 |
| PurchaseOrderItemService | 是 |
| PurchaseOrdersService | 是 |
| SaleOrdersService | 是 |
| SalesBillVoucherItemService | 是 |
| SalesBillVoucherService | 是 |
| 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 | 是 |
| ProjectIndustryService | 否 |
| ProjectQuotationService | 否 |
| ProjectSaleTypeRequireFileTypeService | 否 |
| ProjectSaleTypeService | 否 |
| ProjectService | 是 |
| ProjectTypeService | 否 |
| VendorApprovedFileService | 否 |
| VendorApprovedItemService | 否 |
| VendorApprovedService | 否 |
| VendorCatalogService | 否 |
| VendorEntityService | 否 |
| VendorFileService | 否 |
| VendorFileTypeService | 否 |
| VendorGroupRequireFileTypeService | 否 |
| VendorGroupService | 否 |
| VendorService | 否 |
| VendorTypeService | 否 |
分析结果
- 共找到81个实现了IEntityService接口的服务类
- 其中有12个类同时继承了EntityService类
- 大多数服务类(69个)仅实现了IEntityService接口,没有继承EntityService类
继承EntityService类的服务类包括:
- CloudRkService
- CloudTycService
- YongYouU8Service
- CompanyBankAccountService
- CompanyService
- ContractService
- SaleOrdersService
- SalesBillVoucherService
- SalesOrderItemService
- ProjectService
- 以及其他几个核心业务服务类