| package com.matrix.system.shopXcx.api.vo; | 
|   | 
| /** | 
|  * @Author wzy | 
|  * @Date 2020/4/8 | 
|  * @email wangdoubleone@gmail.com | 
|  * @Version V1.0 | 
|  **/ | 
| public class SecKillVO { | 
|   | 
|     private Integer limit; | 
|   | 
|     private Integer offset; | 
|   | 
|     private Long id; | 
|   | 
|     private Integer addressId; | 
|   | 
|     private Integer count; | 
|   | 
|     public Integer getLimit() { | 
|         return limit; | 
|     } | 
|   | 
|     public void setLimit(Integer limit) { | 
|         this.limit = limit; | 
|     } | 
|   | 
|     public Integer getOffset() { | 
|         return offset; | 
|     } | 
|   | 
|     public void setOffset(Integer offset) { | 
|         this.offset = offset; | 
|     } | 
|   | 
|     public Long getId() { | 
|         return id; | 
|     } | 
|   | 
|     public void setId(Long id) { | 
|         this.id = id; | 
|     } | 
|   | 
|     public Integer getAddressId() { | 
|         return addressId; | 
|     } | 
|   | 
|     public void setAddressId(Integer addressId) { | 
|         this.addressId = addressId; | 
|     } | 
|   | 
|     public Integer getCount() { | 
|         return count; | 
|     } | 
|   | 
|     public void setCount(Integer count) { | 
|         this.count = count; | 
|     } | 
| } |