记得上下班打卡 | git大法好,push需谨慎

Commit 0db5fd5a authored by 张国柄's avatar 张国柄

~valid.param;

parent 43deef08
......@@ -49,7 +49,6 @@ public class GoblinStoreMgtGoodsAddParam implements Serializable {
@Size(max = 128, message = "商品名称长度超限")
private String name;
@ApiModelProperty(position = 13, required = false, value = "商品名称[128]")
@NotBlank(message = "商品副名称不能为空")
@Size(max = 128, message = "商品副名称长度超限")
private String subtitle;
@ApiModelProperty(position = 14, required = false, value = "商品销售价-原价[20,2]")
......
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