1、新增文档详情、评论,和导出word功能

This commit is contained in:
pan
2024-09-03 09:28:01 +08:00
parent aa5178ac92
commit e690285338
11 changed files with 122 additions and 3 deletions

View File

@@ -104,4 +104,9 @@ public class Document extends BaseEntity {
private Boolean permissionCheck;
private Boolean permission;
private String docTypeName;
private String docSourceName;
private String statusName;
private String createNowTime;
}