src/main/java/com/wgcloud/entity/InspectionTask.java @@ -53,4 +53,9 @@ * 创建时间 */ private String createTime; /** * 是否全部完成 */ private String isOk; }