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.
77 lines
1.6 KiB
77 lines
1.6 KiB
2 years ago
|
//package com.ynxbd.common.bean;
|
||
|
//
|
||
|
//import java.io.Serializable;
|
||
|
//
|
||
|
//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日上午10:29:00
|
||
|
// * @version v1.0.0
|
||
|
// * @Copyright: 2019云南新八达科技有限公司 All rights reserved.
|
||
|
// */
|
||
|
//
|
||
|
//@XmlAccessorType(XmlAccessType.FIELD)
|
||
|
//@XmlRootElement(name = "Dept")
|
||
|
//@XmlType(propOrder = { "Code", "Name", "Intro", "Address" })
|
||
|
//public class Time_NewDeptBean implements Serializable {
|
||
|
//
|
||
|
// public Time_NewDeptBean() {
|
||
|
// super();
|
||
|
// }
|
||
|
//
|
||
|
// public Time_NewDeptBean(String code, String name, String intro, String address) {
|
||
|
// super();
|
||
|
// Code = code;
|
||
|
// Name = name;
|
||
|
// Intro = intro;
|
||
|
// Address = address;
|
||
|
// }
|
||
|
//
|
||
|
// /**
|
||
|
// *
|
||
|
// */
|
||
|
// private static final long serialVersionUID = 4685815246094849813L;
|
||
|
// private String Code;
|
||
|
// private String Name;
|
||
|
// private String Intro;
|
||
|
// private String Address;
|
||
|
//
|
||
|
// public String getCode() {
|
||
|
// return Code;
|
||
|
// }
|
||
|
//
|
||
|
// public void setCode(String code) {
|
||
|
// Code = code;
|
||
|
// }
|
||
|
//
|
||
|
// public String getName() {
|
||
|
// return Name;
|
||
|
// }
|
||
|
//
|
||
|
// public void setName(String name) {
|
||
|
// Name = name;
|
||
|
// }
|
||
|
//
|
||
|
// public String getIntro() {
|
||
|
// return Intro;
|
||
|
// }
|
||
|
//
|
||
|
// public void setIntro(String intro) {
|
||
|
// Intro = intro;
|
||
|
// }
|
||
|
//
|
||
|
// public String getAddress() {
|
||
|
// return Address;
|
||
|
// }
|
||
|
//
|
||
|
// public void setAddress(String address) {
|
||
|
// Address = address;
|
||
|
// }
|
||
|
//
|
||
|
//}
|