1、修复任务列表查询接口(没有成员信息)
This commit is contained in:
@@ -213,4 +213,10 @@ public class SpdmTaskVo extends BaseEntity {
|
||||
private String tag9Code;
|
||||
private String tag10Code;
|
||||
|
||||
/**
|
||||
* 仿真关注人
|
||||
*/
|
||||
@JsonProperty(value = "payAttentionMemberList")
|
||||
private List<CIDUserResp> payAttentionMemberList;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user