| | |
| | | import java.util.List; |
| | | |
| | | import com.google.gson.annotations.Expose; |
| | | import com.yeshi.fanli.vo.msg.ClientTextStyleVO; |
| | | import com.yeshi.common.vo.ClientTextStyleVO; |
| | | |
| | | public class CommentInfo implements Serializable { |
| | | private static final long serialVersionUID = 1L; |
| | |
| | | private String couponSource; |
| | | |
| | | // 通用券是否转链 |
| | | private boolean needSpin; |
| | | private Boolean needSpin; |
| | | |
| | | private String tags; |
| | | private String tagsColour; |
| | |
| | | this.endTime = endTime; |
| | | } |
| | | |
| | | public boolean isNeedSpin() { |
| | | public Boolean getNeedSpin() { |
| | | return needSpin; |
| | | } |
| | | |
| | | public void setNeedSpin(boolean needSpin) { |
| | | public void setNeedSpin(Boolean needSpin) { |
| | | this.needSpin = needSpin; |
| | | } |
| | | |
| | | |
| | | } |