| | |
| | | private String stateName; |
| | | private String communityId; |
| | | private String discountId; |
| | | |
| | | //是否可用 |
| | | private String inUse; |
| | | private String discountName; |
| | | |
| | | private Date createTime; |
| | | |
| | | private String statusCd = "0"; |
| | | |
| | | |
| | | public String getApplyType() { |
| | | return applyType; |
| | |
| | | public void setArdId(String ardId) { |
| | | this.ardId = ardId; |
| | | } |
| | | |
| | | |
| | | public String getCheckUserId() { |
| | | return checkUserId; |
| | |
| | | this.discountId = discountId; |
| | | } |
| | | |
| | | |
| | | public Date getCreateTime() { |
| | | return createTime; |
| | | } |
| | |
| | | public void setApplyTypeName(String applyTypeName) { |
| | | this.applyTypeName = applyTypeName; |
| | | } |
| | | |
| | | public String getInUse() { |
| | | return inUse; |
| | | } |
| | | |
| | | public void setInUse(String inUse) { |
| | | this.inUse = inUse; |
| | | } |
| | | |
| | | public String getDiscountName() { |
| | | return discountName; |
| | | } |
| | | |
| | | public void setDiscountName(String discountName) { |
| | | this.discountName = discountName; |
| | | } |
| | | } |