1、任务列表接口,新增tagCode返回字段
2、operation接口,调整权限逻辑 3、modify接口优化修改仿真负责、执行、关注人的逻辑
This commit is contained in:
@@ -201,4 +201,16 @@ public class SpdmTaskVo extends BaseEntity {
|
||||
|
||||
private String pMembers;
|
||||
|
||||
// 2026-01-28新增需求,前端需要tagCode进行页面展示
|
||||
private String tag1Code;
|
||||
private String tag2Code;
|
||||
private String tag3Code;
|
||||
private String tag4Code;
|
||||
private String tag5Code;
|
||||
private String tag6Code;
|
||||
private String tag7Code;
|
||||
private String tag8Code;
|
||||
private String tag9Code;
|
||||
private String tag10Code;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user