| | |
| | | private String detailId; |
| | | private String statusCd = "0"; |
| | | private String shopId; |
| | | private String primary; |
| | | private String shopName; |
| | | private String orderId; |
| | | public String getBuyPrice() { |
| | | return buyPrice; |
| | | } |
| | |
| | | public void setShopId(String shopId) { |
| | | this.shopId = shopId; |
| | | } |
| | | public String getPrimary() { |
| | | return primary; |
| | | } |
| | | public void setPrimary(String primary) { |
| | | this.primary = primary; |
| | | |
| | | public String getOrderId() { |
| | | return orderId; |
| | | } |
| | | |
| | | public void setOrderId(String orderId) { |
| | | this.orderId = orderId; |
| | | } |
| | | |
| | | public String getShopName() { |
| | | return shopName; |
| | | } |
| | | |
| | | public void setShopName(String shopName) { |
| | | this.shopName = shopName; |
| | | } |
| | | } |