Commit 40668b22 by zhiwj

去掉判断

parent 91d837fd
......@@ -34,7 +34,7 @@ public class StoreBrandQO implements Serializable {
/**
* 品牌code
*/
@NotNull(message = "品牌code不能为空", groups = {SaveValidView.class})
// @NotNull(message = "品牌code不能为空", groups = {SaveValidView.class})
private String storeBrandCode;
/**
......
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