|  |  |  | 
|---|
|  |  |  | package com.matrix.system.shopXcx.dto; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import lombok.Data; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import java.math.BigDecimal; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * @author wzy | 
|---|
|  |  |  | * @date 2020-04-09 15:49 | 
|---|
|  |  |  | **/ | 
|---|
|  |  |  | @Data | 
|---|
|  |  |  | public class CreateSecKillDTO { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 配送方式 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String shippingMethod; | 
|---|
|  |  |  | private Integer shippingMethod; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private BigDecimal price; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private String openId; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public Long getId() { | 
|---|
|  |  |  | return id; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setId(Long id) { | 
|---|
|  |  |  | this.id = id; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public Integer getAddressId() { | 
|---|
|  |  |  | return addressId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setAddressId(Integer addressId) { | 
|---|
|  |  |  | this.addressId = addressId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public Integer getCount() { | 
|---|
|  |  |  | return count; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setCount(Integer count) { | 
|---|
|  |  |  | this.count = count; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public Long getShopId() { | 
|---|
|  |  |  | return shopId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setShopId(Long shopId) { | 
|---|
|  |  |  | this.shopId = shopId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getShippingMethod() { | 
|---|
|  |  |  | return shippingMethod; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setShippingMethod(String shippingMethod) { | 
|---|
|  |  |  | this.shippingMethod = shippingMethod; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public BigDecimal getPrice() { | 
|---|
|  |  |  | return price; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setPrice(BigDecimal price) { | 
|---|
|  |  |  | this.price = price; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public Integer getGoodsId() { | 
|---|
|  |  |  | return goodsId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setGoodsId(Integer goodsId) { | 
|---|
|  |  |  | this.goodsId = goodsId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getOpenId() { | 
|---|
|  |  |  | return openId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setOpenId(String openId) { | 
|---|
|  |  |  | this.openId = openId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|