Merge branch 'feature/REQ-3488-zhh' into 'feature/REQ-3488'

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

See merge request universal/infrastructure/backend/orgmanax!171
This commit is contained in:
张弘昊 2025-01-13 06:53:36 +00:00
commit 8ebac1dcb5

View File

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