heheng
4 days ago f038e7d0338375025baa96986c5f1990abd990b9
gkhy-system/src/main/java/com/gkhy/system/domain/DailySafetyInspection.java
@@ -164,4 +164,10 @@
    @ApiModelProperty(value = "部门信息")
    @TableField(exist = false)
    private List<DailySafetyInspectionDept> dailySafetyInspectionDepts;
    @ApiModelProperty(value = "检查图片")
    private String checkPics;
    @ApiModelProperty(value = "1暂存2保存")
    private Integer scratchpad;
}