Merge remote-tracking branch 'ztcloud/test' into dev
This commit is contained in:
@@ -21,4 +21,6 @@ public class FileCreateReqDTO {
|
||||
@NotEmpty(message = "文件内容不能为空")
|
||||
private byte[] content;
|
||||
|
||||
@Schema(description = "是否可下载(true是,false否)", example = "true")
|
||||
private Boolean downloadable;
|
||||
}
|
||||
|
||||
@@ -37,4 +37,7 @@ public class FileRespDTO {
|
||||
@Schema(description = "文件下载次数")
|
||||
private Integer downloadCount;
|
||||
|
||||
@Schema(description = "是否可下载(true是,false否)")
|
||||
private Boolean downloadable;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user