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

Commit 4b93ed8c authored by 胡佳晨's avatar 胡佳晨

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

parents b68c3d00 4a79391c
...@@ -13,7 +13,7 @@ import java.time.LocalDateTime; ...@@ -13,7 +13,7 @@ import java.time.LocalDateTime;
@ApiModel(value = "GoblinStoreCouponVo", description = "商铺活动:优惠券详情") @ApiModel(value = "GoblinStoreCouponVo", description = "商铺活动:优惠券详情")
@Data @Data
@JsonIgnoreProperties(value = {"receiveCount"}, ignoreUnknown = true) @JsonIgnoreProperties(ignoreUnknown = true)
public class GoblinStoreCouponVo implements Serializable, Cloneable { public class GoblinStoreCouponVo implements Serializable, Cloneable {
private static final long serialVersionUID = -6233852543461320809L; private static final long serialVersionUID = -6233852543461320809L;
@ApiModelProperty(position = 10, value = "卡券ID[64]") @ApiModelProperty(position = 10, value = "卡券ID[64]")
......
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