feat: 添加项目文件和客户文件类型服务类

添加 ProjectFileTypeService 和 CompanyCustomerFileTypeService 服务类,用于处理文件和客户类型相关逻辑
This commit is contained in:
2025-09-23 14:11:49 +08:00
parent 39dbce013f
commit 386b6d01b4
4 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
package com.ecep.contract.ds.customer.service;
public class CompanyCustomerFileTypeService {
}

View File

@@ -0,0 +1,4 @@
package com.ecep.contract.ds.project.service;
public class ProjectFileTypeService {
}