| | |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.ArrayList; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | | |
| | | import com.google.gson.annotations.Expose; |
| | | import com.yeshi.fanli.vo.msg.ClientTextStyleVO; |
| | |
| | | // 券来源 |
| | | private String couponSource; |
| | | |
| | | // 通用券是否转链 |
| | | private Boolean needSpin; |
| | | |
| | | private String tags; |
| | | private String tagsColour; |
| | | private String endTime; |
| | |
| | | public void setEndTime(String endTime) { |
| | | this.endTime = endTime; |
| | | } |
| | | |
| | | public Boolean getNeedSpin() { |
| | | return needSpin; |
| | | } |
| | | |
| | | public void setNeedSpin(Boolean needSpin) { |
| | | this.needSpin = needSpin; |
| | | } |
| | | |
| | | } |