| | |
| | | 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 CPAGE = "cpage"; // 页数 |
| | | public static final String PAGESIZE = "pagesize"; // 每页条数 |
| | | public static final String PROJECT_UUID = "project_uuid"; |
| | | public static final String PROJECT_TYPE = "project_type"; |
| | | |
| | | |
| | | } |