This commit is contained in:
ls
2024-11-13 17:25:19 +08:00
parent 835218ffa6
commit 941f1833eb

View File

@@ -93,4 +93,9 @@ public class DocumentLibrary implements Serializable {
@Excel(name = "类型", width = 15)
@Schema(description = "类型(DOCUMENT/FOLDER)")
private java.lang.String type;
/**附件*/
@Excel(name = "附件", width = 15)
@Schema(description = "附件")
private java.lang.String fileList;
}