|
@@ -791,7 +791,7 @@ proportion 占比,(0-1 的小数)float 进度3
|
|
|
"taskRecordSubstandard": 13,
|
|
|
"taskRecordRectification": 2,
|
|
|
"taskRecordRectified": 2,
|
|
|
- "taskClose": 7
|
|
|
+ "taskRecordClose": 7
|
|
|
}
|
|
|
}
|
|
|
public class InspectionTaskRecordAll {
|
|
@@ -804,7 +804,7 @@ proportion 占比,(0-1 的小数)float 进度3
|
|
|
/** 已整改检查单 **/
|
|
|
private Integer taskRecordRectified;
|
|
|
/** 已关闭检查单 **/
|
|
|
- private Integer taskClose;
|
|
|
+ private Integer taskRecordClose;
|
|
|
|
|
|
}
|
|
|
|