zm
2024-07-25 19be4121c6c958109a2cb63267bf2e6b0af4476f
src/main/java/com/product/contract/config/CmnConst.java
@@ -3,7 +3,6 @@
public class CmnConst {
    //表名常量定义
    public static final String LX_PROJECT_INFO = "product_project_info";   //项目信息表
    public static final String LX_PROJECT_AWARDED = "product_project_awarded";   //中标项目任务表
    public static final String LX_PROJECT_PERFORMANCE_BOND = "product_project_performance_bond";   //履约保证金缴纳表
    public static final String LX_PROJECT_CONTRACT_INFO = "product_project_contract_info";   //合同信息表
@@ -16,7 +15,7 @@
    public static final String LX_PROJECT_CONTRACT_STAMP = "product_project_contract_stamp"; //合同盖章表
    public static final String LX_PROJECT_CONTRACT_TERMINATION = "product_project_contract_termination"; //合同终止表
    public static final String LX_PROJECT_CONTRACT_FILE = "product_project_contract_file"; //合同归档表
    public static final String PRODUCT_PROJECT_PERFORMANCE_COMMISSION="product_project_performance_commission";
    public static final String LX_PROJECT_TASK_ALLOCATION = "product_project_task_allocation"; //任务分配表
    public static final String LX_PROJECT_TASK_ALLOCATION_SUB = "product_project_task_allocation_sub"; //任务分配表
    public static final String LX_PROJECT_TASK_PROGRESS = "product_project_task_progress"; //任务进度表
@@ -35,5 +34,6 @@
    public static final String ORG_LEVEL_UUID="org_level_uuid";   //组织机构
    public static final String CPAGE = "cpage"; // 页数
    public static final String PAGESIZE = "pagesize"; // 每页条数
    public static final String PROJECT_UUID = "project_uuid";
}