fix:任务新增提出人

This commit is contained in:
2026-01-26 20:34:49 +08:00
parent b1120b4376
commit d048efe94d
4 changed files with 41 additions and 0 deletions

View File

@@ -120,6 +120,16 @@ public class SpdmTaskVo extends BaseEntity {
*/
private String demandId;
/**
* 关联的需求提出人
*/
private String submitter;
/**
* 关联的需求提出人名称
*/
private String submitterName;
/**
* 仿真负责人
*/