fix[project]: 查询团队成员时,返回值新增用户类型作为区分
This commit is contained in:
@@ -70,5 +70,10 @@ public class CIDStaffResp implements Serializable {
|
||||
@Schema(description="关联role集合")
|
||||
private List<CIDRoleResp> roleList = new ArrayList<>();
|
||||
|
||||
/**
|
||||
* 用户类型,0:团队成员,3:项目参与人员
|
||||
*/
|
||||
@Schema(description = "用户类型,0:团队成员,3:项目参与人员")
|
||||
private Integer userType = 0;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user