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.
		
		
		
		
			
				
					
					
						
							122 lines
						
					
					
						
							3.4 KiB
						
					
					
				
			
		
		
	
	
							122 lines
						
					
					
						
							3.4 KiB
						
					
					
				//package com.ynxbd.common.bean;
 | 
						|
//
 | 
						|
//import java.io.Serializable;
 | 
						|
//import java.util.List;
 | 
						|
//
 | 
						|
///**
 | 
						|
// * @Project:微信公众号
 | 
						|
// * @author 张剑峰
 | 
						|
// * @date 2020年6月6日下午7:47:41
 | 
						|
// * @version v1.0.0
 | 
						|
// * @Copyright: 2020云南新八达科技有限公司 All rights reserved.
 | 
						|
// */
 | 
						|
//
 | 
						|
////@XmlAccessorType(XmlAccessType.FIELD)
 | 
						|
////@XmlRootElement(name = "Record")
 | 
						|
////@XmlType(propOrder = {"MZNum", "DeptCode", "DeptName", "DoctCode", "DoctName", "RegisterDate", "ConsultDate"})
 | 
						|
//public class MZRecordBean implements Serializable {
 | 
						|
//    private static final long serialVersionUID = -5442749021496420672L;
 | 
						|
//
 | 
						|
//    private String InOutState;
 | 
						|
//    private String MZNum;
 | 
						|
//    private String DeptCode;
 | 
						|
//    private String DeptName;
 | 
						|
//    private String DoctCode;
 | 
						|
//    private String DoctName;
 | 
						|
//    private String RegisterDate;
 | 
						|
//    private String ConsultDate;
 | 
						|
//
 | 
						|
//    List<MZRecordBean> Record;
 | 
						|
//
 | 
						|
//    public MZRecordBean() {
 | 
						|
//    }
 | 
						|
//
 | 
						|
//    public MZRecordBean(String inOutState, String MZNum, String deptCode, String deptName, String doctCode, String doctName, String registerDate, String consultDate) {
 | 
						|
//        InOutState = inOutState;
 | 
						|
//        this.MZNum = MZNum;
 | 
						|
//        DeptCode = deptCode;
 | 
						|
//        DeptName = deptName;
 | 
						|
//        DoctCode = doctCode;
 | 
						|
//        DoctName = doctName;
 | 
						|
//        RegisterDate = registerDate;
 | 
						|
//        ConsultDate = consultDate;
 | 
						|
//    }
 | 
						|
//
 | 
						|
//    public String getInOutState() {
 | 
						|
//        return InOutState;
 | 
						|
//    }
 | 
						|
//
 | 
						|
//    public void setInOutState(String inOutState) {
 | 
						|
//        InOutState = inOutState;
 | 
						|
//    }
 | 
						|
//
 | 
						|
//    public String getMZNum() {
 | 
						|
//        return MZNum;
 | 
						|
//    }
 | 
						|
//
 | 
						|
//    public void setMZNum(String MZNum) {
 | 
						|
//        this.MZNum = MZNum;
 | 
						|
//    }
 | 
						|
//
 | 
						|
//    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 getRegisterDate() {
 | 
						|
//        return RegisterDate;
 | 
						|
//    }
 | 
						|
//
 | 
						|
//    public void setRegisterDate(String registerDate) {
 | 
						|
//        RegisterDate = registerDate;
 | 
						|
//    }
 | 
						|
//
 | 
						|
//    public String getConsultDate() {
 | 
						|
//        return ConsultDate;
 | 
						|
//    }
 | 
						|
//
 | 
						|
//    public void setConsultDate(String consultDate) {
 | 
						|
//        ConsultDate = consultDate;
 | 
						|
//    }
 | 
						|
//
 | 
						|
//    @Override
 | 
						|
//    public String toString() {
 | 
						|
//        return "MZRecordBean{" +
 | 
						|
//                "InOutState='" + InOutState + '\'' +
 | 
						|
//                ", MZNum='" + MZNum + '\'' +
 | 
						|
//                ", DeptCode='" + DeptCode + '\'' +
 | 
						|
//                ", DeptName='" + DeptName + '\'' +
 | 
						|
//                ", DoctCode='" + DoctCode + '\'' +
 | 
						|
//                ", DoctName='" + DoctName + '\'' +
 | 
						|
//                ", RegisterDate='" + RegisterDate + '\'' +
 | 
						|
//                ", ConsultDate='" + ConsultDate + '\'' +
 | 
						|
//                '}';
 | 
						|
//    }
 | 
						|
//}
 | 
						|
 |