超级会员相关
This commit is contained in:
@@ -23,6 +23,13 @@ public class MemberConfigDTO {
|
||||
private ShopCoupon coupon;
|
||||
}
|
||||
|
||||
@Data
|
||||
public static class ConfigCoupon2 {
|
||||
@Min(value = 1, message = "数量不能小于1")
|
||||
private Integer num;
|
||||
private ShopCoupon coupon;
|
||||
}
|
||||
|
||||
@Data
|
||||
public static class ConfigList {
|
||||
@NotBlank(message = "名称不为空")
|
||||
|
||||
@@ -6,6 +6,7 @@ import java.io.Serial;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
import lombok.experimental.Accessors;
|
||||
|
||||
/**
|
||||
* 券赠送关联表 实体类。
|
||||
@@ -16,6 +17,7 @@ import lombok.NoArgsConstructor;
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
@Accessors(chain = true)
|
||||
public class MkCouponGiftDTO implements Serializable {
|
||||
|
||||
@Serial
|
||||
|
||||
Reference in New Issue
Block a user