ai模块修改

This commit is contained in:
2025-12-15 15:26:05 +08:00
parent 3767150fd6
commit 8a03ede7dc
56 changed files with 3403 additions and 1119 deletions

View File

@@ -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;