| | |
| | | package com.java110.dto.resourceStoreTimes; |
| | | |
| | | import com.java110.dto.PageDto; |
| | | import com.java110.dto.resourceStore.ResourceStoreDto; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | |
| | | * @Version 1.0 |
| | | * add by wuxw 2019/4/24 |
| | | **/ |
| | | public class ResourceStoreTimesDto extends PageDto implements Serializable { |
| | | public class ResourceStoreTimesDto extends ResourceStoreDto 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; |
| | | private String shId; |
| | | |
| | | |
| | | private Date createTime; |
| | |
| | | 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; |
| | | } |
| | | |
| | | public String getShId() { |
| | | return shId; |
| | | } |
| | | |
| | | public void setShId(String shId) { |
| | | this.shId = shId; |
| | | } |
| | | } |