Commit 0ba39b84 by zhiwj

trim

parent b0c4103f
......@@ -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