Merge remote-tracking branch 'origin/test' into test

This commit is contained in:
2024-08-20 17:05:46 +08:00
15 changed files with 273 additions and 33 deletions

View File

@@ -57,6 +57,10 @@ public class TbPlussShopStaff implements Serializable {
@ApiModelProperty(value = "密码")
private String password;
@Column(name = "`discount_type`")
@ApiModelProperty(value = "优惠类型 1 折扣 0 金额")
private String discountType;
@Column(name = "`max_discount_amount`")
@ApiModelProperty(value = "最大优惠金额")
private BigDecimal maxDiscountAmount;