Merge remote-tracking branch 'origin/test' into test
This commit is contained in:
commit
066a1cb205
|
|
@ -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