微信后端代码
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.

70 lines
1.7 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 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<Time_NewDoctBean> Doct;
//
// public Time_NewDept4DoctBean() {
// super();
// // TODO Auto-generated constructor stub
// }
//
// public Time_NewDept4DoctBean(String deptCode, String deptName, List<Time_NewDoctBean> 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<Time_NewDoctBean> getDoct() {
// return Doct;
// }
//
// public void setDoct(List<Time_NewDoctBean> doct) {
// Doct = doct;
// }
//
//}