fix: 改价修改提示信息
This commit is contained in:
parent
c8abded1fb
commit
467f6e9434
|
|
@ -14,7 +14,7 @@ public class UpdatePriceDTO {
|
|||
private Integer shopId;
|
||||
@NotNull
|
||||
private Integer cartId;
|
||||
@DecimalMin("0.01")
|
||||
@DecimalMin(value = "0.01", message = "改价不能低于0.01元")
|
||||
@NotNull
|
||||
private BigDecimal saleAmount;
|
||||
@NotBlank(message = "折扣原因不能为空")
|
||||
|
|
|
|||
Loading…
Reference in New Issue