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