| | |
| | | * add by wuxw 2019/4/24 |
| | | **/ |
| | | public class PurchaseApplyDetailDto extends PageDto implements Serializable { |
| | | |
| | | private String applyOrderId; |
| | | private String id; |
| | | private String resId; |
| | | |
| | | |
| | | private Date createTime; |
| | | |
| | | private String statusCd = "0"; |
| | | |
| | | private String quantity; |
| | | private String price; |
| | | |
| | | public String getApplyOrderId() { |
| | | return applyOrderId; |
| | |
| | | this.resId = resId; |
| | | } |
| | | |
| | | |
| | | public Date getCreateTime() { |
| | | return createTime; |
| | | } |
| | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public String getQuantity() { |
| | | return quantity; |
| | | } |
| | | |
| | | public void setQuantity(String quantity) { |
| | | this.quantity = quantity; |
| | | } |
| | | |
| | | public String getPrice() { |
| | | return price; |
| | | } |
| | | |
| | | public void setPrice(String price) { |
| | | this.price = price; |
| | | } |
| | | } |