update OnlineFileLog
This commit is contained in:
@@ -16,32 +16,23 @@ public class OnlineFileLog {
|
||||
@TableId(type = IdType.ASSIGN_ID)
|
||||
private String id;
|
||||
|
||||
@TableField("HIS_ID")
|
||||
private String hisId;
|
||||
|
||||
@TableField("ATT_FILE_ID")
|
||||
private String attFileId;
|
||||
|
||||
@TableField("FILE_NAME")
|
||||
private String fileName;
|
||||
|
||||
@TableField("DLD_FILE_NAME")
|
||||
private String oldFileName;
|
||||
|
||||
@TableField("FILE_SUFFIX")
|
||||
private String fileSuffix;
|
||||
|
||||
@TableField("FILE_PATH")
|
||||
private String filePath;
|
||||
|
||||
@TableField("COUNT")
|
||||
private Integer count;
|
||||
|
||||
@TableField("CREATE_TIME")
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date createTime;
|
||||
|
||||
@TableField("UPDATE_TIME")
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date updateTime;
|
||||
|
||||
@@ -49,11 +40,9 @@ public class OnlineFileLog {
|
||||
private byte[] bytes;
|
||||
|
||||
@ApiModelProperty(value = "是否有效")
|
||||
@TableField("VALID_FLAG")
|
||||
private String validFlag;
|
||||
|
||||
@ApiModelProperty(value = "文件key")
|
||||
@TableField("FILE_KEY")
|
||||
private String filekey;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user