文件列表查询、文件搜索接口增加是否公开标志位返回
This commit is contained in:
parent
09a09d8bb8
commit
87cb33a309
@ -24,4 +24,5 @@ public class FileSearch {
|
|||||||
private String deleteTime;
|
private String deleteTime;
|
||||||
private String deleteBatchNum;
|
private String deleteBatchNum;
|
||||||
private Long downloadCnt;
|
private Long downloadCnt;
|
||||||
|
private Integer isPublic;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -45,4 +45,5 @@ public class FileListVO {
|
|||||||
private String accessPermission;
|
private String accessPermission;
|
||||||
private Long downloadCnt;
|
private Long downloadCnt;
|
||||||
|
|
||||||
|
private Integer isPublic;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -23,4 +23,5 @@ public class SearchFileVO {
|
|||||||
private Integer isDir;
|
private Integer isDir;
|
||||||
private String uploadTime;
|
private String uploadTime;
|
||||||
private Long downloadCnt;
|
private Long downloadCnt;
|
||||||
|
private Integer isPublic;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user