Commit 4ed4b93c0a2d32c46647e6dabeebc28a4710063b

Authored by jiangjiazhi
1 parent f6e2ade56b

commit

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/BasicConfigUpdateRequest.java View file @ 4ed4b93
... ... @@ -10,7 +10,7 @@
10 10 private String id;
11 11  
12 12 @FormParam
13   - @NotEmpty(message = "名称不能为空.")
  13 +// @NotEmpty(message = "名称不能为空.")
14 14 private String name;
15 15  
16 16 private String code;