//package com.ynxbd.common.bean; // //import javax.xml.bind.annotation.XmlAccessType; //import javax.xml.bind.annotation.XmlAccessorType; //import javax.xml.bind.annotation.XmlRootElement; //import javax.xml.bind.annotation.XmlType; //import java.io.Serializable; // ///** // * @Project:微信公众号 // * @author 张剑峰 // * @date 2019年5月12日下午9:01:35 // * @version v1.0.0 // * @Copyright: 2019云南新八达科技有限公司 All rights reserved. // */ // //@XmlAccessorType(XmlAccessType.FIELD) //@XmlRootElement(name = "Enrollment") //@XmlType(propOrder = { "Id", "ExamDate", "Tel1", "Tel2", "CombineImagePath", "SplitImagePath" }) //public class EnrollmentBean implements Serializable { // // private static final long serialVersionUID = 2644523037489548584L; // public String Id; // public String ExamDate; // public String Tel1; // public String Tel2; // public String CombineImagePath; // public String SplitImagePath; // // public EnrollmentBean(){ // } // // public EnrollmentBean(String id, String examDate, String tel1, String tel2, String combineImagePath, String splitImagePath) { // Id = id; // ExamDate = examDate; // Tel1 = tel1; // Tel2 = tel2; // CombineImagePath = combineImagePath; // SplitImagePath = splitImagePath; // } // // public String getId() { // return Id; // } // // public void setId(String id) { // Id = id; // } // // public String getExamDate() { // return ExamDate; // } // // public void setExamDate(String examDate) { // ExamDate = examDate; // } // // public String getTel1() { // return Tel1; // } // // public void setTel1(String tel1) { // Tel1 = tel1; // } // // public String getTel2() { // return Tel2; // } // // public void setTel2(String tel2) { // Tel2 = tel2; // } // // public String getCombineImagePath() { // return CombineImagePath; // } // // public void setCombineImagePath(String combineImagePath) { // CombineImagePath = combineImagePath; // } // // public String getSplitImagePath() { // return SplitImagePath; // } // // public void setSplitImagePath(String splitImagePath) { // SplitImagePath = splitImagePath; // } // // @Override // public String toString() { // return "EnrollmentBean{" + // "Id='" + Id + '\'' + // ", ExamDate='" + ExamDate + '\'' + // ", Tel1='" + Tel1 + '\'' + // ", Tel2='" + Tel2 + '\'' + // ", CombineImagePath='" + CombineImagePath + '\'' + // ", SplitImagePath='" + SplitImagePath + '\'' + // '}'; // } //}