ai模块修改
This commit is contained in:
@@ -22,6 +22,12 @@ public class TbSysFileDTO extends BaseDTO {
|
||||
@Schema(description = "文件ID (主键)")
|
||||
private String fileId;
|
||||
|
||||
@Schema(description = "文件根ID")
|
||||
private String fileRootId;
|
||||
|
||||
@Schema(description = "文件版本")
|
||||
private String version;
|
||||
|
||||
@Schema(description = "文件名")
|
||||
private String name;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user