Commit 39b344b4 by guojuxing

自定义字段属性值去掉code的校验

parent 76b53264
......@@ -37,7 +37,6 @@ public class StoreFieldSelectDTO implements Serializable {
/**
* 属性code
*/
@NotBlank(message = "属性值code不能为空", groups = {SaveStoreFieldSelectValid.class, EditStoreFieldSelectValid.class})
private String storeFieldSelectCode;
/**
......
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