| | |
| | | package com.java110.dto.couponRuleCpps; |
| | | |
| | | import com.java110.dto.PageDto; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | |
| | | public class CouponRuleCppsDto extends PageDto implements Serializable { |
| | | |
| | | private String quantity; |
| | | private String crcId; |
| | | private String cppId; |
| | | private String ruleId; |
| | | private String communityId; |
| | | private String crcId; |
| | | private String cppId; |
| | | private String couponName; |
| | | private String ruleId; |
| | | private String ruleName; |
| | | private String toTypeName; |
| | | private String communityId; |
| | | private String[] ruleIds; |
| | | |
| | | |
| | | private Date createTime; |
| | |
| | | public String getQuantity() { |
| | | return quantity; |
| | | } |
| | | public void setQuantity(String quantity) { |
| | | |
| | | public void setQuantity(String quantity) { |
| | | this.quantity = quantity; |
| | | } |
| | | public String getCrcId() { |
| | | |
| | | public String getCrcId() { |
| | | return crcId; |
| | | } |
| | | public void setCrcId(String crcId) { |
| | | |
| | | public void setCrcId(String crcId) { |
| | | this.crcId = crcId; |
| | | } |
| | | public String getCppId() { |
| | | |
| | | public String getCppId() { |
| | | return cppId; |
| | | } |
| | | public void setCppId(String cppId) { |
| | | |
| | | public void setCppId(String cppId) { |
| | | this.cppId = cppId; |
| | | } |
| | | public String getRuleId() { |
| | | |
| | | public String getRuleId() { |
| | | return ruleId; |
| | | } |
| | | public void setRuleId(String ruleId) { |
| | | |
| | | public void setRuleId(String ruleId) { |
| | | this.ruleId = ruleId; |
| | | } |
| | | public String getCommunityId() { |
| | | |
| | | public String getCommunityId() { |
| | | return communityId; |
| | | } |
| | | public void setCommunityId(String communityId) { |
| | | |
| | | public void setCommunityId(String communityId) { |
| | | this.communityId = communityId; |
| | | } |
| | | |
| | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public String getCouponName() { |
| | | return couponName; |
| | | } |
| | | |
| | | public void setCouponName(String couponName) { |
| | | this.couponName = couponName; |
| | | } |
| | | |
| | | public String[] getRuleIds() { |
| | | return ruleIds; |
| | | } |
| | | |
| | | public void setRuleIds(String[] ruleIds) { |
| | | this.ruleIds = ruleIds; |
| | | } |
| | | |
| | | public String getRuleName() { |
| | | return ruleName; |
| | | } |
| | | |
| | | public void setRuleName(String ruleName) { |
| | | this.ruleName = ruleName; |
| | | } |
| | | |
| | | public String getToTypeName() { |
| | | return toTypeName; |
| | | } |
| | | |
| | | public void setToTypeName(String toTypeName) { |
| | | this.toTypeName = toTypeName; |
| | | } |
| | | } |