@@ -21,6 +21,8 @@ public class PushPlanDetailDTO {
private Date examineDate;
//描述
private String description;
+ //是否历史数据
+ private Integer history;
//检验
private List<String> lis = new ArrayList<>();
//检查