| | |
| | | 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"; //合同信息表 |
| | |
| | | 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 PRODUCT_PROJECT_PERFORMANCE_COMMISSION_SUB="product_project_performance_commission_sub"; |
| | | 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"; //任务进度表 |
| | | public static final String PRODUCT_PROJECT_SCHEDULE = "product_project_schedule";//任务进度 |
| | | public static final String PRODUCT_PROJECT_BUSINESS_TRANSLATE = "product_project_business_translate";//任务进度 |
| | | |
| | | public static final String PRODUCT_PROJECT_BUSINESS = "product_project_business";//项目表 |
| | | public static final String PRODUCT_PROJECT_BUSINESS_PLAN = "product_project_business_plan";//项目计划表 |
| | |
| | | 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"; |
| | | public static final String PROJECT_TYPE = "project_type"; |
| | | |
| | | |
| | | } |