feat(REQ-3488): 查询项目班组填充属性
This commit is contained in:
parent
2a15ccf3ea
commit
25077fbb6f
@ -93,6 +93,17 @@ public class OrgProjectTeamDTO implements Serializable {
|
||||
*/
|
||||
private Integer syncState;
|
||||
|
||||
/**
|
||||
* 平台班组节点id
|
||||
*/
|
||||
private Long platTeamNodeId;
|
||||
/**
|
||||
* 平台班组所属团队/单位 id
|
||||
*/
|
||||
private Long ouId;
|
||||
|
||||
private Long projectTeamId;
|
||||
|
||||
/**
|
||||
* 是否删除 0:否 其他:删除
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user