对比新文件 |
| | |
| | | package com.gk.firework.Domain.Vo; |
| | | |
| | | import com.gk.firework.Domain.ProductCodeInfo; |
| | | |
| | | public class ProductCodeVo extends ProductCodeInfo { |
| | | |
| | | private String itemcode; |
| | | |
| | | private String boxrange; |
| | | |
| | | private String img; |
| | | |
| | | private String crc; |
| | | |
| | | public String getItemcode() { |
| | | return itemcode; |
| | | } |
| | | |
| | | public void setItemcode(String itemcode) { |
| | | this.itemcode = itemcode; |
| | | } |
| | | |
| | | public String getBoxrange() { |
| | | return boxrange; |
| | | } |
| | | |
| | | public void setBoxrange(String boxrange) { |
| | | this.boxrange = boxrange; |
| | | } |
| | | |
| | | public String getImg() { |
| | | return img; |
| | | } |
| | | |
| | | public void setImg(String img) { |
| | | this.img = img; |
| | | } |
| | | |
| | | public String getCrc() { |
| | | return crc; |
| | | } |
| | | |
| | | public void setCrc(String crc) { |
| | | this.crc = crc; |
| | | } |
| | | } |