You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					
					
						
							191 lines
						
					
					
						
							4.1 KiB
						
					
					
				
			
		
		
	
	
							191 lines
						
					
					
						
							4.1 KiB
						
					
					
				| ///**
 | |
| // *
 | |
| // */
 | |
| //package com.ynxbd.common.bean;
 | |
| //
 | |
| //import java.io.Serializable;
 | |
| //import java.util.List;
 | |
| //
 | |
| //import javax.xml.bind.annotation.XmlAccessType;
 | |
| //import javax.xml.bind.annotation.XmlAccessorType;
 | |
| //import javax.xml.bind.annotation.XmlRootElement;
 | |
| //import javax.xml.bind.annotation.XmlType;
 | |
| //
 | |
| ///**
 | |
| // * @Project:微信公众号
 | |
| // * @author 张剑峰
 | |
| // * @date 2017年8月7日下午5:56:21
 | |
| // * @version v1.0.0
 | |
| // * @Copyright: 2017云南新八达科技有限公司 All rights reserved.
 | |
| // */
 | |
| //@XmlAccessorType(XmlAccessType.FIELD)
 | |
| //@XmlRootElement(name = "Recipe")
 | |
| //@XmlType(propOrder = { "ID", "Date", "ExecDate", "MZNum", "Amount", "DeptCode", "DeptName", "DoctCode", "DoctName",
 | |
| //		"Note", "BillNo", "InvoiceNo", "InvoiceType", "PayType", "Item" })
 | |
| //public class RecipePayedBean implements Serializable {
 | |
| //	/**
 | |
| //	 *
 | |
| //	 */
 | |
| //	private static final long serialVersionUID = 1L;
 | |
| //	String ID;
 | |
| //	String Date;
 | |
| //	String ExecDate;
 | |
| //	String MZNum;
 | |
| //	String Amount;
 | |
| //	String DeptCode;
 | |
| //	String DeptName;
 | |
| //	String DoctCode;
 | |
| //	String DoctName;
 | |
| //	String Note;
 | |
| //	String BillNo;
 | |
| //	String InvoiceNo;
 | |
| //	String InvoiceType;
 | |
| //	String PayType;
 | |
| //	List<RecipeItemBean> Item;
 | |
| //
 | |
| //	public RecipePayedBean() {
 | |
| //		super();
 | |
| //	}
 | |
| //
 | |
| //	public RecipePayedBean(String ID, String Date, String ExecDate, String MZNum, String Amount, String DeptCode,
 | |
| //			String DeptName, String DoctCode, String DoctName, String Note, String BillNo, String InvoiceNo,
 | |
| //			String InvoiceType, String PayType, List<RecipeItemBean> Item) {
 | |
| //		this.ID = ID;
 | |
| //		this.Date = Date;
 | |
| //		this.ExecDate = ExecDate;
 | |
| //		this.MZNum = MZNum;
 | |
| //		this.Amount = Amount;
 | |
| //		this.DeptCode = DeptCode;
 | |
| //		this.DeptName = DeptName;
 | |
| //		this.DoctCode = DoctCode;
 | |
| //		this.DoctName = DoctName;
 | |
| //		this.Note = Note;
 | |
| //		this.BillNo = BillNo;
 | |
| //		this.InvoiceNo = InvoiceNo;
 | |
| //		this.InvoiceType = InvoiceType;
 | |
| //		this.PayType = PayType;
 | |
| //		this.Item = Item;
 | |
| //	}
 | |
| //
 | |
| //
 | |
| //	public String getDate() {
 | |
| //		return Date;
 | |
| //	}
 | |
| //
 | |
| //	public void setDate(String date) {
 | |
| //		Date = date;
 | |
| //	}
 | |
| //
 | |
| //	public String getExecDate() {
 | |
| //		return ExecDate;
 | |
| //	}
 | |
| //
 | |
| //	public void setExecDate(String execDate) {
 | |
| //		ExecDate = execDate;
 | |
| //	}
 | |
| //
 | |
| //	public String getMZNum() {
 | |
| //		return MZNum;
 | |
| //	}
 | |
| //
 | |
| //	public void setMZNum(String mZNum) {
 | |
| //		MZNum = mZNum;
 | |
| //	}
 | |
| //
 | |
| //	public String getAmount() {
 | |
| //		return Amount;
 | |
| //	}
 | |
| //
 | |
| //	public void setAmount(String amount) {
 | |
| //		Amount = amount;
 | |
| //	}
 | |
| //
 | |
| //	public String getDeptCode() {
 | |
| //		return DeptCode;
 | |
| //	}
 | |
| //
 | |
| //	public void setDeptCode(String deptCode) {
 | |
| //		DeptCode = deptCode;
 | |
| //	}
 | |
| //
 | |
| //	public String getDeptName() {
 | |
| //		return DeptName;
 | |
| //	}
 | |
| //
 | |
| //	public void setDeptName(String deptName) {
 | |
| //		DeptName = deptName;
 | |
| //	}
 | |
| //
 | |
| //	public String getDoctCode() {
 | |
| //		return DoctCode;
 | |
| //	}
 | |
| //
 | |
| //	public void setDoctCode(String doctCode) {
 | |
| //		DoctCode = doctCode;
 | |
| //	}
 | |
| //
 | |
| //	public String getDoctName() {
 | |
| //		return DoctName;
 | |
| //	}
 | |
| //
 | |
| //	public void setDoctName(String doctName) {
 | |
| //		DoctName = doctName;
 | |
| //	}
 | |
| //
 | |
| //	public String getNote() {
 | |
| //		return Note;
 | |
| //	}
 | |
| //
 | |
| //	public void setNote(String note) {
 | |
| //		Note = note;
 | |
| //	}
 | |
| //
 | |
| //	public String getBillNo() {
 | |
| //		return BillNo;
 | |
| //	}
 | |
| //
 | |
| //	public void setBillNo(String billNo) {
 | |
| //		BillNo = billNo;
 | |
| //	}
 | |
| //
 | |
| //	public String getInvoiceNo() {
 | |
| //		return InvoiceNo;
 | |
| //	}
 | |
| //
 | |
| //	public void setInvoiceNo(String invoiceNo) {
 | |
| //		InvoiceNo = invoiceNo;
 | |
| //	}
 | |
| //
 | |
| //	public String getInvoiceType() {
 | |
| //		return InvoiceType;
 | |
| //	}
 | |
| //
 | |
| //	public void setInvoiceType(String invoiceType) {
 | |
| //		InvoiceType = invoiceType;
 | |
| //	}
 | |
| //
 | |
| //	public String getPayType() {
 | |
| //		return PayType;
 | |
| //	}
 | |
| //
 | |
| //	public void setPayType(String payType) {
 | |
| //		PayType = payType;
 | |
| //	}
 | |
| //
 | |
| //	public List<RecipeItemBean> getItem() {
 | |
| //		return Item;
 | |
| //	}
 | |
| //
 | |
| //	public void setItem(List<RecipeItemBean> item) {
 | |
| //		Item = item;
 | |
| //	}
 | |
| //
 | |
| //	public String getID() {
 | |
| //		return ID;
 | |
| //	}
 | |
| //
 | |
| //	public void setID(String iD) {
 | |
| //		ID = iD;
 | |
| //	}
 | |
| //
 | |
| //}
 | |
| 
 |