| | |
| | | private String statusCd = "0"; |
| | | private String storeId; |
| | | private String stock; |
| | | private String resId; |
| | | private String resCode; |
| | | private String timesId; |
| | | private String shId; |
| | | |
| | | public String getPrice() { |
| | | return price; |
| | |
| | | this.stock = stock; |
| | | } |
| | | |
| | | public String getResId() { |
| | | return resId; |
| | | public String getResCode() { |
| | | return resCode; |
| | | } |
| | | |
| | | public void setResId(String resId) { |
| | | this.resId = resId; |
| | | public void setResCode(String resCode) { |
| | | this.resCode = resCode; |
| | | } |
| | | |
| | | public String getTimesId() { |
| | |
| | | } |
| | | |
| | | |
| | | public String getShId() { |
| | | return shId; |
| | | } |
| | | |
| | | public void setShId(String shId) { |
| | | this.shId = shId; |
| | | } |
| | | } |