修改商品规格属性添加对象
parent
3582bdd395
commit
bb5ef9be1c
|
@ -72,6 +72,9 @@ public class StoreProductAttrValueAddRequest implements Serializable {
|
||||||
@DecimalMin(value = "0", message = "原价不能小于0")
|
@DecimalMin(value = "0", message = "原价不能小于0")
|
||||||
private BigDecimal otPrice;
|
private BigDecimal otPrice;
|
||||||
|
|
||||||
|
@Schema(description= "商品条码(一维码)")
|
||||||
|
private String barCode;
|
||||||
|
|
||||||
@Schema(description= "重量", required = true)
|
@Schema(description= "重量", required = true)
|
||||||
@NotNull(message = "规格属性重量不能为空")
|
@NotNull(message = "规格属性重量不能为空")
|
||||||
@DecimalMin(value = "0", message = "重量不能小于0")
|
@DecimalMin(value = "0", message = "重量不能小于0")
|
||||||
|
|
Loading…
Reference in New Issue