| | |
| | | |
| | | String appkey; |
| | | String appsecret; |
| | | |
| | | private String pid; |
| | | |
| | | // 用户id |
| | | private String uid; |
| | | // 商品id |
| | | private Long goodsId; |
| | | // 礼金标题 |
| | | private String title; |
| | | // 礼金数量 |
| | | private int num; |
| | | // 单个金额 |
| | | private BigDecimal money; |
| | | // 数量 |
| | | private Integer num; |
| | | |
| | | private Date sendStartTime; |
| | | private Date sendEndTime; |
| | | private Date useStartTime; |
| | | private Date useEndTime; |
| | | |
| | | |
| | | public Integer getNum() { |
| | | return num; |
| | | } |
| | | |
| | | public void setNum(Integer num) { |
| | | this.num = num; |
| | | } |
| | | |
| | | public String getAppkey() { |
| | | return appkey; |
| | |
| | | |
| | | public void setAppsecret(String appsecret) { |
| | | this.appsecret = appsecret; |
| | | } |
| | | |
| | | public String getUid() { |
| | | return uid; |
| | | } |
| | | |
| | | public void setUid(String uid) { |
| | | this.uid = uid; |
| | | } |
| | | |
| | | public int getNum() { |
| | | return num; |
| | | } |
| | | |
| | | public void setNum(int num) { |
| | | this.num = num; |
| | | } |
| | | |
| | | public Date getSendStartTime() { |
| | |
| | | this.pid = pid; |
| | | } |
| | | |
| | | public Long getGoodsId() { |
| | | return goodsId; |
| | | } |
| | | |
| | | public void setGoodsId(Long goodsId) { |
| | | this.goodsId = goodsId; |
| | | } |
| | | |
| | | public String getTitle() { |
| | | return title; |
| | | } |
| | |
| | | this.title = title; |
| | | } |
| | | |
| | | public BigDecimal getMoney() { |
| | | return money; |
| | | } |
| | | |
| | | public void setMoney(BigDecimal money) { |
| | | this.money = money; |
| | | } |
| | | } |