4624f9a711988a182dfade0835eb41e8cea446a2.svn-base 3.09 KB
package com.phxl.modules.goods.entity.medinstore;

import java.math.BigDecimal;
import java.util.Date;

public class MedInStoreDetail {
	public String getBillNo() {
		return billNo;
	}
	public void setBillNo(String billNo) {
		this.billNo = billNo;
	}
	public String getRowNo() {
		return rowNo;
	}
	public void setRowNo(String rowNo) {
		this.rowNo = rowNo;
	}
	public String getMedPlanRowNo() {
		return medPlanRowNo;
	}
	public void setMedPlanRowNo(String medPlanRowNo) {
		this.medPlanRowNo = medPlanRowNo;
	}
	public String getSupplierDoNo() {
		return supplierDoNo;
	}
	public void setSupplierDoNo(String supplierDoNo) {
		this.supplierDoNo = supplierDoNo;
	}
	public String getSupplierDoRowNo() {
		return supplierDoRowNo;
	}
	public void setSupplierDoRowNo(String supplierDoRowNo) {
		this.supplierDoRowNo = supplierDoRowNo;
	}
	public String getGoodsCode() {
		return goodsCode;
	}
	public void setGoodsCode(String goodsCode) {
		this.goodsCode = goodsCode;
	}
	public String getGoodsName() {
		return goodsName;
	}
	public void setGoodsName(String goodsName) {
		this.goodsName = goodsName;
	}
	public String getGoodsSpec() {
		return goodsSpec;
	}
	public void setGoodsSpec(String goodsSpec) {
		this.goodsSpec = goodsSpec;
	}
	public String getUnit() {
		return unit;
	}
	public void setUnit(String unit) {
		this.unit = unit;
	}
	public String getManufacturer() {
		return manufacturer;
	}
	public void setManufacturer(String manufacturer) {
		this.manufacturer = manufacturer;
	}
	public BigDecimal getPurchaserPrice() {
		return purchaserPrice;
	}
	public void setPurchaserPrice(BigDecimal purchaserPrice) {
		this.purchaserPrice = purchaserPrice;
	}
	public BigDecimal getAmount() {
		return amount;
	}
	public void setAmount(BigDecimal amount) {
		this.amount = amount;
	}
	public String getLot() {
		return lot;
	}
	public void setLot(String lot) {
		this.lot = lot;
	}
	public Date getProductionDate() {
		return productionDate;
	}
	public void setProductionDate(Date productionDate) {
		this.productionDate = productionDate;
	}
	public Date getExpireDate() {
		return expireDate;
	}
	public void setExpireDate(Date expireDate) {
		this.expireDate = expireDate;
	}
	public BigDecimal getArrivalqty() {
		return arrivalqty;
	}
	public void setArrivalqty(BigDecimal arrivalqty) {
		this.arrivalqty = arrivalqty;
	}
	public BigDecimal getMvqty() {
		return mvqty;
	}
	public void setMvqty(BigDecimal mvqty) {
		this.mvqty = mvqty;
	}
	public String getMemo() {
		return memo;
	}
	public void setMemo(String memo) {
		this.memo = memo;
	}
	private String id;
	
	public String getId() {
		return id;
	}
	public void setId(String id) {
		this.id = id;
	}
	private String billNo;
	private String rowNo;
	private String medPlanRowNo;
	private String supplierDoNo;
	private String supplierDoRowNo;
	private String goodsCode;
	private String goodsName;
	private String goodsSpec;
	private String unit;
	private String manufacturer;
	private BigDecimal purchaserPrice;
	private BigDecimal amount;
	private String lot;
	private Date productionDate;
	private Date expireDate;
	private BigDecimal arrivalqty;
	private BigDecimal mvqty;
	private String memo;

}