feat(server): REQ-3342 去掉@NotEmpty

This commit is contained in:
yangheng 2024-12-31 18:26:36 +08:00
parent 03918eadae
commit fc6dad57c8

View File

@ -41,6 +41,5 @@ public class ChangeGroupLeaderRoleReq {
/**
* 权限名列表
*/
@NotEmpty
private List<Long> roleIdList = Lists.newArrayList();
}