mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-19 00:57:14 +08:00
修复:修复分组校验导致无分组字段校验失效的问题
This commit is contained in:
@@ -66,6 +66,7 @@ public class DeptRequest extends BaseRequest {
|
||||
* 部门排序
|
||||
*/
|
||||
@Schema(description = "部门排序")
|
||||
@NotNull(message = "部门排序不能为空")
|
||||
private Integer deptSort;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user