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.
90 lines
2.0 KiB
90 lines
2.0 KiB
///**
|
|
// *
|
|
// */
|
|
//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:34:58
|
|
// * @version v1.0.0
|
|
// * @Copyright: 2019云南新八达科技有限公司 All rights reserved.
|
|
// */
|
|
//
|
|
//@XmlAccessorType(XmlAccessType.FIELD)
|
|
//@XmlRootElement(name = "Doct")
|
|
//@XmlType(propOrder = { "DoctCode", "DoctName", "TitleCode", "Title", "Spec" })
|
|
//public class Time_NewDoctBean implements Serializable {
|
|
//
|
|
// /**
|
|
// *
|
|
// */
|
|
// private static final long serialVersionUID = -4227531471429153801L;
|
|
// private String DoctCode;
|
|
// private String DoctName;
|
|
// private String TitleCode;
|
|
// private String Title;
|
|
// private String Spec;
|
|
//
|
|
// public Time_NewDoctBean() {
|
|
// super();
|
|
// // TODO Auto-generated constructor stub
|
|
// }
|
|
//
|
|
// public Time_NewDoctBean(String doctCode, String doctName, String titleCode, String title, String spec) {
|
|
// super();
|
|
// DoctCode = doctCode;
|
|
// DoctName = doctName;
|
|
// TitleCode = titleCode;
|
|
// Title = title;
|
|
// Spec = spec;
|
|
// }
|
|
//
|
|
// 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 getTitleCode() {
|
|
// return TitleCode;
|
|
// }
|
|
//
|
|
// public void setTitleCode(String titleCode) {
|
|
// TitleCode = titleCode;
|
|
// }
|
|
//
|
|
// public String getTitle() {
|
|
// return Title;
|
|
// }
|
|
//
|
|
// public void setTitle(String title) {
|
|
// Title = title;
|
|
// }
|
|
//
|
|
// public String getSpec() {
|
|
// return Spec;
|
|
// }
|
|
//
|
|
// public void setSpec(String spec) {
|
|
// Spec = spec;
|
|
// }
|
|
//
|
|
//}
|
|
|