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

Commit f3b8e82a authored by jiangxiulong's avatar jiangxiulong

Merge remote-tracking branch 'origin/dev_nft' into dev_nft

parents fbb83583 af11a82d
......@@ -122,9 +122,9 @@ public class GoblinStoreMgtDigitalGoodsAddSkuParam implements Serializable {
@ApiModelProperty(position = 35, required = false, value = "盲盒开启时间[yyyy-MM-dd HH:mm:ss],`unbox=1`时必传", example = "2022-03-25 00:00:00")
@Pattern(regexp = LnsRegex.Valid.DATETIME_FULL, message = "盲盒开启时间格式有误")
private String openingTime;
@ApiModelProperty(position = 36, required = false, value = "盲盒开启时限[单位秒]", example = "0")
@Min(value = 0, message = "盲盒开启时限参数无效")
private String openingLimit;
// @ApiModelProperty(position = 36, required = false, value = "盲盒开启时限[单位秒]", example = "0")
// @Min(value = 0, message = "盲盒开启时限参数无效")
// private Integer openingLimit;
/**
* ---------------------------- 专属标签 ----------------------------
......
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