| | |
| | | private Integer goldCorn; |
| | | |
| | | //单片ID |
| | | private String videoInfoId; |
| | | private String videoCid; |
| | | |
| | | private String videoVid; |
| | | |
| | | |
| | | |
| | | //节目code |
| | | private String programCode; |
| | | |
| | | //类型 |
| | | private VIPPriceType type; |
| | |
| | | //备注 |
| | | private String remarks; |
| | | |
| | | |
| | | public String getProgramCode() { |
| | | return programCode; |
| | | } |
| | | |
| | | public void setProgramCode(String programCode) { |
| | | this.programCode = programCode; |
| | | } |
| | | |
| | | public Boolean getMoneyPay() { |
| | | return moneyPay; |
| | |
| | | this.goldCorn = goldCorn; |
| | | } |
| | | |
| | | public String getVideoInfoId() { |
| | | return videoInfoId; |
| | | |
| | | public String getVideoCid() { |
| | | return videoCid; |
| | | } |
| | | |
| | | public void setVideoInfoId(String videoInfoId) { |
| | | this.videoInfoId = videoInfoId; |
| | | public void setVideoCid(String videoCid) { |
| | | this.videoCid = videoCid; |
| | | } |
| | | |
| | | public String getVideoVid() { |
| | | return videoVid; |
| | | } |
| | | |
| | | public void setVideoVid(String videoVid) { |
| | | this.videoVid = videoVid; |
| | | } |
| | | |
| | | public OrderType getOrderType() { |
| | | return orderType; |