|
@@ -10,7 +10,7 @@ import org.springblade.manager.entity.WbsTreeContract;
|
|
|
* | 02 | 7天强度报告 | 所有最小节点中在m_table_file 中type = 11 存在一个true |
|
|
|
* | 03 | 28天强度报告 | 所有最小节点中在m_table_file 中type = 12 存在一个true |
|
|
|
* | 04 | 监理收验资料 | 监理 major_data_type = 4 全部已审批 |
|
|
|
- * | 05 | 桩检报告 | 所有最小节点中在m_table_file 中type = 13 存在一个true |
|
|
|
+ * | 05 | 桩检报告 | 所有最小节点中在m_table_file 中type = 13 存在一个true |
|
|
|
* | 06 | 质检资料 | 质检 major_data_type = 4 全部已审批 |
|
|
|
* | 07 | 评定资料 | major_data_type = 2 全部已审批 |
|
|
|
* @author LHB
|
|
@@ -81,4 +81,8 @@ public class APIWbsContractSubdivisionVo {
|
|
|
* 评定资料
|
|
|
*/
|
|
|
private Boolean evaluationData = false;
|
|
|
+ /**
|
|
|
+ * 排序
|
|
|
+ */
|
|
|
+ private Integer sort;
|
|
|
}
|