teamOuId 平台班组id

This commit is contained in:
wangjibo 2024-01-10 20:54:55 +08:00
parent a6d7dfd76e
commit 986407d5db

View File

@ -25,11 +25,17 @@ public class GantOrUnGantaWorkerLeaderRoleReq {
private Long workspaceId;
/**
* 单位id
* 团队单位id
*/
@NotNull
private Long ouId;
/**
* 平台班组id
*/
@NotNull
private Long teamOuId;
/**
* 身份id
*/