///** // * // */ //package com.ynxbd.common.bean; // //import java.io.Serializable; //import java.util.List; // ///** // * @Project:微信公众号 // * @author 张剑峰 // * @date 2017年8月9日上午10:09:16 // * @version v1.0.0 // * @Copyright: 2017云南新八达科技有限公司 All rights reserved. // */ //public class RecipeBean4Local implements Serializable { // /** // * // */ // private static final long serialVersionUID = 1L; // String Id; // String Name; // String DeptCode; // String DeptName; // String DoctCode; // String DoctName; // String Date; // String ExecDate; // String MZNum; // String Amount; // String Address; // String Note; // List Item; // String PatientID; // String patientName; // // public String getId() { // return Id; // } // // public void setId(String id) { // Id = id; // } // // public String getName() { // return Name; // } // // public void setName(String name) { // Name = name; // } // // 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 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 getAddress() { // return Address; // } // // public void setAddress(String address) { // Address = address; // } // // public String getNote() { // return Note; // } // // public void setNote(String note) { // Note = note; // } // // public List getItem() { // return Item; // } // // public void setItem(List item) { // Item = item; // } // // public String getPatientID() { // return PatientID; // } // // public void setPatientID(String patientID) { // PatientID = patientID; // } // // public String getPatientName() { // return patientName; // } // // public void setPatientName(String patientName) { // this.patientName = patientName; // } // //}