ruoyi-system/src/main/java/com/ruoyi/system/model/TErpIssueReporting.java
@@ -42,7 +42,7 @@ @TableField("pictures") private String pictures; @ApiModelProperty(value = "处理状态 1=已处理 2=未处理") @ApiModelProperty(value = "处理状态 1=未处理 2=已处理") @TableField("status") private Integer status; @@ -58,6 +58,10 @@ @TableField("handler_person") private String handlerPerson; @ApiModelProperty(value = "处理图片") @TableField("handler_pictures") private String handlerPictures; @ApiModelProperty(value = "处理时间") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") @TableField("handler_time")