优惠券

This commit is contained in:
2025-07-24 19:46:55 +08:00
parent f0fd0db313
commit 727c9bacfa
11 changed files with 223 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
package com.ycwl.basic.model.mobile.coupon.req;
import lombok.Data;
@Data
public class ClaimCouponReq {
private Long memberId;
private Long faceId;
private Integer type;
}