| | |
| | | package com.java110.dto.couponPropertyUser; |
| | | |
| | | import com.java110.dto.PageDto; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | |
| | | public String getCouponName() { |
| | | return couponName; |
| | | } |
| | | |
| | | public void setCouponName(String couponName) { |
| | | this.couponName = couponName; |
| | | } |
| | | |
| | | public String getToType() { |
| | | return toType; |
| | | } |
| | | |
| | | public void setToType(String toType) { |
| | | this.toType = toType; |
| | | } |
| | | |
| | | public String getValidityDay() { |
| | | return validityDay; |
| | | } |
| | | |
| | | public void setValidityDay(String validityDay) { |
| | | this.validityDay = validityDay; |
| | | } |
| | | |
| | | public String getCouponId() { |
| | | return couponId; |
| | | } |
| | | |
| | | public void setCouponId(String couponId) { |
| | | this.couponId = couponId; |
| | | } |
| | | |
| | | public String getUserName() { |
| | | return userName; |
| | | } |
| | | |
| | | public void setUserName(String userName) { |
| | | this.userName = userName; |
| | | } |
| | | |
| | | public String getUserId() { |
| | | return userId; |
| | | } |
| | | |
| | | public void setUserId(String userId) { |
| | | this.userId = userId; |
| | | } |
| | | |
| | | public String getCppId() { |
| | | return cppId; |
| | | } |
| | | |
| | | public void setCppId(String cppId) { |
| | | this.cppId = cppId; |
| | | } |
| | | |
| | | public String getTel() { |
| | | return tel; |
| | | } |
| | | |
| | | public void setTel(String tel) { |
| | | this.tel = tel; |
| | | } |
| | | |
| | | public String getState() { |
| | | return state; |
| | | } |
| | | |
| | | public void setState(String state) { |
| | | this.state = state; |
| | | } |
| | | |
| | | public String getStock() { |
| | | return stock; |
| | | } |
| | | |
| | | public void setStock(String stock) { |
| | | this.stock = stock; |
| | | } |
| | | |
| | | public String getCommunityId() { |
| | | return communityId; |
| | | } |
| | | |
| | | public void setCommunityId(String communityId) { |
| | | this.communityId = communityId; |
| | | } |
| | | |
| | | public String getValue() { |
| | | return value; |
| | | } |
| | | |
| | | public void setValue(String value) { |
| | | this.value = value; |
| | | } |