| | |
| | | @Expose
|
| | | private String fanliMoneyPlus;
|
| | |
|
| | | // 云发单图片
|
| | | @Expose
|
| | | private String cloudPic;
|
| | | // 云发单文字
|
| | | @Expose
|
| | | private String cloudText;
|
| | |
|
| | | public RewardCouponVO getRewardCoupon() {
|
| | | return rewardCoupon;
|
| | | }
|
| | |
| | |
|
| | | public void setFanliMoneyPlus(String fanliMoneyPlus) {
|
| | | this.fanliMoneyPlus = fanliMoneyPlus;
|
| | | }
|
| | |
|
| | | public String getCloudPic() {
|
| | | return cloudPic;
|
| | | }
|
| | |
|
| | | public void setCloudPic(String cloudPic) {
|
| | | this.cloudPic = cloudPic;
|
| | | }
|
| | |
|
| | | public String getCloudText() {
|
| | | return cloudText;
|
| | | }
|
| | |
|
| | | public void setCloudText(String cloudText) {
|
| | | this.cloudText = cloudText;
|
| | | }
|
| | |
|
| | | }
|