feat(REQ-3488): 查询项目班组填充属性

This commit is contained in:
zhanghonghao 2025-01-03 11:29:02 +08:00
parent 2a15ccf3ea
commit 25077fbb6f

View File

@ -93,6 +93,17 @@ public class OrgProjectTeamDTO implements Serializable {
*/
private Integer syncState;
/**
* 平台班组节点id
*/
private Long platTeamNodeId;
/**
* 平台班组所属团队/单位 id
*/
private Long ouId;
private Long projectTeamId;
/**
* 是否删除 0: 其他删除
*/