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

170 lines
3.9 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;
//
//@XmlAccessorType(XmlAccessType.FIELD)
//@XmlRootElement(name = "Report")
//@XmlType(propOrder = { "Id", "Name", "Type", "ApplicationFrom", "MZNum", "ZYNum", "BedNum", "ApplyDeptName",
// "ApplyDoctName", "ApplyDate", "ExecDate", "ReportDoctName", "ReportDate", "Item" })
//public class InspectionReportBean implements Serializable {
// /**
// *
// */
// private static final long serialVersionUID = 1L;
// String Id;
// String Name;
// String Type;
// String ApplicationFrom;
// String MZNum;
// String ZYNum;
// String BedNum;
// String ApplyDeptName;
// String ApplyDoctName;
// String ApplyDate;
// String ExecDate;
// String ReportDoctName;
// String ReportDate;
// List<InspectionItemBean> Item;
//
// public InspectionReportBean() {
// super();
// }
//
// public InspectionReportBean(String Id, String Name, String Type, String ApplicationFrom, String MZNum, String ZYNum,
// String BedNum, String ApplyDeptName, String ApplyDoctName, String ApplyDate, String ExecDate,
// String ReportDoctName, String ReportDate, List<InspectionItemBean> Item) {
// this.Id = Id;
// this.Name = Name;
// this.Type = Type;
// this.ApplicationFrom = ApplicationFrom;
// this.MZNum = MZNum;
// this.ZYNum = ZYNum;
// this.BedNum = BedNum;
// this.ApplyDeptName = ApplyDeptName;
// this.ApplyDoctName = ApplyDoctName;
// this.ApplyDate = ApplyDate;
// this.ExecDate = ExecDate;
// this.ReportDoctName = ReportDoctName;
// this.ReportDate = ReportDate;
// this.Item = Item;
// }
//
// public String getId() {
// return Id;
// }
//
// public void setId(String id) {
// Id = id;
// }
//
// public String getName() {
// return Name;
// }
//
// public void setName(String name) {
// Name = name;
// }
//
// public String getType() {
// return Type;
// }
//
// public void setType(String type) {
// Type = type;
// }
//
// public String getApplicationFrom() {
// return ApplicationFrom;
// }
//
// public void setApplicationFrom(String applicationFrom) {
// ApplicationFrom = applicationFrom;
// }
//
// public String getMZNum() {
// return MZNum;
// }
//
// public void setMZNum(String mZNum) {
// MZNum = mZNum;
// }
//
// public String getZYNum() {
// return ZYNum;
// }
//
// public void setZYNum(String zYNum) {
// ZYNum = zYNum;
// }
//
// public String getBedNum() {
// return BedNum;
// }
//
// public void setBedNum(String bedNum) {
// BedNum = bedNum;
// }
//
// public String getApplyDeptName() {
// return ApplyDeptName;
// }
//
// public void setApplyDeptName(String applyDeptName) {
// ApplyDeptName = applyDeptName;
// }
//
// public String getApplyDoctName() {
// return ApplyDoctName;
// }
//
// public void setApplyDoctName(String applyDoctName) {
// ApplyDoctName = applyDoctName;
// }
//
// public String getApplyDate() {
// return ApplyDate;
// }
//
// public void setApplyDate(String applyDate) {
// ApplyDate = applyDate;
// }
//
// public String getExecDate() {
// return ExecDate;
// }
//
// public void setExecDate(String execDate) {
// ExecDate = execDate;
// }
//
// public String getReportDoctName() {
// return ReportDoctName;
// }
//
// public void setReportDoctName(String reportDoctName) {
// ReportDoctName = reportDoctName;
// }
//
// public String getReportDate() {
// return ReportDate;
// }
//
// public void setReportDate(String reportDate) {
// ReportDate = reportDate;
// }
//
// public List<InspectionItemBean> getItem() {
// return Item;
// }
//
// public void setItem(List<InspectionItemBean> item) {
// Item = item;
// }
//
//}