Commit 145f00fd9fff949af638c892f284eea57e6a5639

Authored by rui.zhang
1 parent d9545a976a

bug fix

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 @ 145f00f
... ... @@ -10,7 +10,7 @@
10 10 private String id;
11 11  
12 12 @FormParam
13   - @NotEmpty(message = "name不能为空.")
  13 + @NotEmpty(message = "名称不能为空.")
14 14 private String name;
15 15  
16 16 private String code;