1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-21 01:10:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

添加文件修改日期字段;前端列表小调整

This commit is contained in:
2022-04-15 23:33:31 +08:00
parent 3b29820f2c
commit 3dac60ced6
10 changed files with 80 additions and 20 deletions

View File

@@ -100,6 +100,15 @@ public class FileObjectDO {
*/
private String fileSha1;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column file_object_info.last_modified
*
* @mbg.generated
*/
private Long lastModified;
/**
*
* This field was generated by MyBatis Generator.
@@ -373,6 +382,30 @@ public class FileObjectDO {
this.fileSha1 = fileSha1 == null ? null : fileSha1.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column file_object_info.last_modified
*
* @return the value of file_object_info.last_modified
*
* @mbg.generated
*/
public Long getLastModified() {
return lastModified;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column file_object_info.last_modified
*
* @param lastModified the value for file_object_info.last_modified
*
* @mbg.generated
*/
public void setLastModified(Long lastModified) {
this.lastModified = lastModified;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column file_object_info.additional_fields