兑换码优化
This commit is contained in:
@@ -22,21 +22,12 @@ public class MkRedemptionDTO implements Serializable {
|
||||
@Serial
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* recharge充值码 coupon券兑换码
|
||||
*/
|
||||
@NotBlank(message = "类型不为空")
|
||||
private String type;
|
||||
|
||||
/**
|
||||
* 券码
|
||||
*/
|
||||
@NotBlank(message = "券码不为空")
|
||||
private String code;
|
||||
/**
|
||||
* 门店id
|
||||
*/
|
||||
@NotNull(message = "门店不为空")
|
||||
private Long shopId;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user