update
This commit is contained in:
@@ -93,4 +93,9 @@ public class DocumentLibrary implements Serializable {
|
|||||||
@Excel(name = "类型", width = 15)
|
@Excel(name = "类型", width = 15)
|
||||||
@Schema(description = "类型(DOCUMENT/FOLDER)")
|
@Schema(description = "类型(DOCUMENT/FOLDER)")
|
||||||
private java.lang.String type;
|
private java.lang.String type;
|
||||||
|
|
||||||
|
/**附件*/
|
||||||
|
@Excel(name = "附件", width = 15)
|
||||||
|
@Schema(description = "附件")
|
||||||
|
private java.lang.String fileList;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user