Commit ce5453e9 by guojuxing

Merge remote-tracking branch 'origin/developer' into developer

parents ccefadfa 0ba39b84
......@@ -14,7 +14,7 @@ public class PlatformBrandQO implements Serializable {
private Integer platformBrandId;
@NotNull(message = "品牌名不能为空", groups = {SavePlatformBrandValid.class})
private String platformBrandName;
@NotNull(message = "经营类目不能为空", groups = {SavePlatformBrandValid.class})
// @NotNull(message = "经营类目不能为空", groups = {SavePlatformBrandValid.class})
private String platformBrandCategoryCode;
private Integer createType;
......
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