feat(contract): 添加ContractFileTypeGroup枚举和ParamConstant类

添加合同模块的基础类型定义,为后续功能开发提供支持
This commit is contained in:
2025-12-13 11:10:59 +08:00
parent c10bd369c0
commit 330418cfd6
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
package com.ecep.contract;
public enum ContractFileTypeGroup {
}

View File

@@ -0,0 +1,4 @@
package com.ecep.contract.constant;
public class ParamConstant {
}