You've already forked FrameTour-BE
优惠券
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user