fix(system/user): 修复导入用户部门名称校验注解使用错误

This commit is contained in:
Guaning
2024-12-27 04:39:16 +00:00
committed by Charles7c
parent c90e80e9d7
commit c870014730

View File

@@ -65,7 +65,7 @@ public class UserImportRowReq extends BaseReq {
/**
* 部门名称
*/
@NotNull(message = "所属部门不能为空")
@NotBlank(message = "所属部门不能为空")
private String deptName;
/**