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") @@ -127,6 +131,10 @@ @TableField("update_by") private String updateBy; @ApiModelProperty("更新者id") @TableField("update_by_id") private Long updateById; @ApiModelProperty("更新时间") @TableField("update_time") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")