heheng
4 days ago f038e7d0338375025baa96986c5f1990abd990b9
gkhy-system/src/main/java/com/gkhy/system/domain/DailySafetyInspection.java
@@ -118,6 +118,10 @@
    @TableField("create_by")
    private String createBy;
    @ApiModelProperty("创建者id")
    @TableField("create_by_id")
    private Long createById;
    @ApiModelProperty("创建时间")
    @TableField("create_time")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
@@ -126,6 +130,10 @@
    @ApiModelProperty("更新者")
    @TableField("update_by")
    private String updateBy;
    @ApiModelProperty("更新者id")
    @TableField("update_by_id")
    private Long updateById;
    @ApiModelProperty("更新时间")
    @TableField("update_time")
@@ -156,4 +164,10 @@
    @ApiModelProperty(value = "部门信息")
    @TableField(exist = false)
    private List<DailySafetyInspectionDept> dailySafetyInspectionDepts;
    @ApiModelProperty(value = "检查图片")
    private String checkPics;
    @ApiModelProperty(value = "1暂存2保存")
    private Integer scratchpad;
}