| | |
| | | //状态 |
| | | private Integer state; |
| | | //类型 |
| | | private VIPPrice.VIPPriceType type; |
| | | private VIPPriceType type; |
| | | //资金 |
| | | private BigDecimal money; |
| | | //支付方式 |
| | | private Integer payWay; |
| | | //支付金额 |
| | | private BigDecimal payMoney; |
| | | |
| | | private String ipInfo; |
| | | |
| | | //付款时间 |
| | | private Date payTime; |
| | | private Date createTime; |
| | | private Date updateTime; |
| | | |
| | | |
| | | |
| | | //会员开始时间 |
| | | private Date vipStartTime; |
| | |
| | | this.state = state; |
| | | } |
| | | |
| | | public VIPPrice.VIPPriceType getType() { |
| | | public VIPPriceType getType() { |
| | | return type; |
| | | } |
| | | |
| | | public void setType(VIPPrice.VIPPriceType type) { |
| | | public void setType(VIPPriceType type) { |
| | | this.type = type; |
| | | } |
| | | |
| | |
| | | public void setUpdateTime(Date updateTime) { |
| | | this.updateTime = updateTime; |
| | | } |
| | | |
| | | |
| | | public String getIpInfo() { |
| | | return ipInfo; |
| | | } |
| | | |
| | | public void setIpInfo(String ipInfo) { |
| | | this.ipInfo = ipInfo; |
| | | } |
| | | } |