///** // * // */ //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 2019年10月23日上午11:01:50 // * @version v1.0.0 // * @Copyright: 2019云南新八达科技有限公司 All rights reserved. // */ //@XmlAccessorType(XmlAccessType.FIELD) //@XmlRootElement(name = "Dept") //@XmlType(propOrder = { "DeptCode", "DeptName", "Doct" }) //public class Time_NewDept4DoctBean implements Serializable { // // /** // * // */ // private static final long serialVersionUID = 7721680522770540909L; // private String DeptCode; // private String DeptName; // private List Doct; // // public Time_NewDept4DoctBean() { // super(); // // TODO Auto-generated constructor stub // } // // public Time_NewDept4DoctBean(String deptCode, String deptName, List doct) { // super(); // DeptCode = deptCode; // DeptName = deptName; // Doct = doct; // } // // 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 List getDoct() { // return Doct; // } // // public void setDoct(List doct) { // Doct = doct; // } // //}