工具发布流程和使用申请流程细节优化

This commit is contained in:
liukang
2024-08-28 17:28:04 +08:00
parent a230a1c2d8
commit 423c2ad275
2 changed files with 10 additions and 4 deletions

View File

@@ -81,8 +81,8 @@ public class Tool extends BaseEntity
@Excel(name = "备注",sort=12)
private String remark;
/** 发布时间 */
private String releaseTime;
/** 关联工具 */
private String association;
private BpmClientInputModelBo bpmClientInputModel;