fix[project]: 查询团队成员时,返回值新增用户类型作为区分

This commit is contained in:
2026-04-17 14:42:56 +08:00
parent 06d3888673
commit cfbfa1ffbf
5 changed files with 76 additions and 4 deletions

View File

@@ -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;
}