Commit afd126bb by ping.wu

去掉版本号参数必填校验

parent 0300aa1b
...@@ -56,7 +56,7 @@ public class SellCouponCreateOrderVo { ...@@ -56,7 +56,7 @@ public class SellCouponCreateOrderVo {
/** /**
* 版本号 * 版本号
*/ */
@NotEmpty(message = "version 版本号不能为空") // @NotEmpty(message = "version 版本号不能为空")
private String version; private String version;
} }
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