1、发布工具流程-关联工具细节调整

2、文档资源管理调整
This commit is contained in:
pan
2024-08-29 22:01:03 +08:00
parent f1b84cb823
commit f0a14bcd3c
19 changed files with 995 additions and 53 deletions

View File

@@ -86,6 +86,7 @@ public class Tool extends BaseEntity
private BpmClientInputModelBo bpmClientInputModel;
/** done办结doing进行中**/
private String recordStatus;
private Boolean editStatus;
@@ -101,4 +102,6 @@ public class Tool extends BaseEntity
private Boolean downloadStatus;
private List<String> excludeFields;
private List<Document> documentList;
}