| | |
| | | public class ResourceStoreTimesDto extends PageDto implements Serializable { |
| | | |
| | | private String price; |
| | | private String totalPrice; |
| | | private String applyOrderId; |
| | | private String storeId; |
| | | private String stock; |
| | | |
| | | private String hasStock; |
| | | private String resCode; |
| | | private String[] resCodes; |
| | | private String timesId; |
| | | |
| | | |
| | |
| | | public void setHasStock(String hasStock) { |
| | | this.hasStock = hasStock; |
| | | } |
| | | |
| | | public String getTotalPrice() { |
| | | return totalPrice; |
| | | } |
| | | |
| | | public void setTotalPrice(String totalPrice) { |
| | | this.totalPrice = totalPrice; |
| | | } |
| | | |
| | | public String[] getResCodes() { |
| | | return resCodes; |
| | | } |
| | | |
| | | public void setResCodes(String[] resCodes) { |
| | | this.resCodes = resCodes; |
| | | } |
| | | } |