feat(REQ-3488): 去掉platTeam冗余字段

This commit is contained in:
zhanghonghao 2025-01-13 14:52:33 +08:00
parent 42048a507e
commit 324b25834a

View File

@ -121,7 +121,4 @@ public class OrgProjectTeamDTO implements Serializable {
*/
private Integer enterProjectType = 1;
private Long teamOuId;
private Long teamNodeId;
private Long nodeId;
}