///** // * // */ //package com.ynxbd.common.bean; // //import java.io.Serializable; // ///** // * @Project:微信公众号 // * @author 张剑峰 // * @date 2019年10月28日下午4:07:01 // * @version v1.0.0 // * @Copyright: 2019云南新八达科技有限公司 All rights reserved. // */ //public class DoctHeadBean implements Serializable { // // /** // * // */ // private static final long serialVersionUID = 3247981074993017272L; // // int ID; // String DoctCode; // String DoctName; // String Spec; // String Title; // String HeadImage; // // public DoctHeadBean(int iD, String doctCode, String doctName, String spec, String title, String headImage) { // super(); // ID = iD; // DoctCode = doctCode; // DoctName = doctName; // Spec = spec; // Title = title; // HeadImage = headImage; // } // // public DoctHeadBean() { // super(); // // TODO Auto-generated constructor stub // } // // public int getID() { // return ID; // } // // public void setID(int iD) { // ID = iD; // } // // 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 getSpec() { // return Spec; // } // // public void setSpec(String spec) { // Spec = spec; // } // // public String getTitle() { // return Title; // } // // public void setTitle(String title) { // Title = title; // } // // public String getHeadImage() { // return HeadImage; // } // // public void setHeadImage(String headImage) { // HeadImage = headImage; // } //}