1、修复任务列表查询接口(没有成员信息)

This commit is contained in:
2026-01-31 12:31:49 +08:00
parent 838a83bb6a
commit 48752f5dd1
5 changed files with 160 additions and 39 deletions

View File

@@ -213,4 +213,10 @@ public class SpdmTaskVo extends BaseEntity {
private String tag9Code;
private String tag10Code;
/**
* 仿真关注人
*/
@JsonProperty(value = "payAttentionMemberList")
private List<CIDUserResp> payAttentionMemberList;
}