Commit b7fad738 by zhiwj

去掉判断

parent 0a04338b
......@@ -14,7 +14,6 @@ public class StoreRegionQO implements Serializable {
public interface SaveValidView{}
private Integer regionId;
@NotNull(message = "门店域code不能为空", groups = {SaveValidView.class})
private String regionCode;
@NotNull(message = "门店域名称不能为空", groups = {SaveValidView.class})
private String regionName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment