序列化

This commit is contained in:
wangw 2025-09-28 15:22:18 +08:00
parent cbef1e5fd4
commit d26f789b66
1 changed files with 1 additions and 1 deletions

View File

@ -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;