记得上下班打卡 | git大法好,push需谨慎

Commit 1abbb26a authored by 张国柄's avatar 张国柄

~API:发放券+exclusively属性标识会员专属用于计算特定券有效期,去除validity大小校验;

parent 8ff618f3
......@@ -46,7 +46,7 @@ public class CandyMgtCouponBuildParam {
private Integer overlay;
//private Integer overlayLevel;
// @NotNull(message = "券有效期不能为空")
@Min(value = 1, message = "有效期不能小于1")
// @Min(value = 1, message = "有效期不能小于1")
@ApiModelProperty(required = false, value = "有效期(单位天)", example = "30")
private Integer validity;
// @Min(value = 1, message = "兑换有效期不能小于1")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment