超级会员相关
This commit is contained in:
@@ -62,11 +62,6 @@ public class MemberConfigDTO {
|
||||
@Valid
|
||||
private List<condition> conditionList;
|
||||
|
||||
/**
|
||||
* 购买开通金额
|
||||
*/
|
||||
@DecimalMin(value = "0.01", message = "金额不能小于0.01")
|
||||
private BigDecimal openAmount;
|
||||
|
||||
/**
|
||||
* 参与会员价门店
|
||||
|
||||
@@ -28,7 +28,6 @@ import lombok.NoArgsConstructor;
|
||||
@Table("tb_member_config")
|
||||
public class TbMemberConfig implements Serializable {
|
||||
|
||||
@Serial
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
@@ -52,10 +51,6 @@ public class TbMemberConfig implements Serializable {
|
||||
*/
|
||||
private String conditionList;
|
||||
|
||||
/**
|
||||
* 购买开通金额
|
||||
*/
|
||||
private BigDecimal openAmount;
|
||||
|
||||
/**
|
||||
* 参与会员价门店
|
||||
|
||||
Reference in New Issue
Block a user