| | |
| | | */ |
| | | private Long taocanId; |
| | | |
| | | |
| | | |
| | | /** |
| | | * 订单明细id 不明确 |
| | | */ |
| | |
| | | */ |
| | | private Integer deductionNum; |
| | | |
| | | private Integer timeLength; |
| | | |
| | | private String img; |
| | | |
| | | private String queryKey; |
| | | |
| | | public String getQueryKey() { |
| | | return queryKey; |
| | | } |
| | | |
| | | public void setQueryKey(String queryKey) { |
| | | this.queryKey = queryKey; |
| | | } |
| | | |
| | | public Integer getTimeLength() { |
| | | return timeLength; |
| | | } |
| | | |
| | | public void setTimeLength(Integer timeLength) { |
| | | this.timeLength = timeLength; |
| | | } |
| | | |
| | | public String getImg() { |
| | | return img; |
| | | } |
| | | |
| | | public void setImg(String img) { |
| | | this.img = img; |
| | | } |
| | | |
| | | public String getIsInfinite() { |
| | | return isInfinite; |
| | | } |