序列化
This commit is contained in:
parent
cbef1e5fd4
commit
d26f789b66
|
|
@ -84,7 +84,7 @@ public class MemberLevelDTO implements Serializable {
|
||||||
private Integer isCostRewardPoints;
|
private Integer isCostRewardPoints;
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
public static class ConfigCoupon {
|
public static class ConfigCoupon implements Serializable{
|
||||||
@Min(value = 1, message = "数量不能小于1")
|
@Min(value = 1, message = "数量不能小于1")
|
||||||
private Integer num;
|
private Integer num;
|
||||||
private ShopCoupon coupon;
|
private ShopCoupon coupon;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue