389caf95e9e2d7f3244eba9c2f1cc6b1878a0aea.svn-base 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. package eVVM.apk.ui.bean;
  2. import java.util.List;
  3. import eVVM.apk.common.BaseDataBean;
  4. /**
  5. * Created by Android Studio.
  6. * User: zbb
  7. * Date: 2019/6/5
  8. * Describe: VnListBean 厂家管理员查询疫苗报告实体类
  9. */
  10. public class VnListBean extends BaseDataBean {
  11. /**
  12. * code : 0
  13. * data : [{"beginDate":"string","chatImageUrl":"string","chipNumber":"string","code":"string","datetime":"string","doctorName":"string","doctorTelephone":"string","factoryId":0,"factoryName":"string","gmpName":"string","gmpPath":"string","hospitalName":"string","sameBatchOtherColdChain":"string","sameBatchOtherFlow":"string","sameFactoryOtherVaccines":"string","type":0,"vaccinationCipher":"string","vaccineName":"string","vaccineNumber":"string"}]
  14. * msg : string
  15. */
  16. private List<DataBean> data;
  17. public List<DataBean> getData() {
  18. return data;
  19. }
  20. public void setData(List<DataBean> data) {
  21. this.data = data;
  22. }
  23. public static class DataBean {
  24. /**
  25. * beginDate : string
  26. * chatImageUrl : string
  27. * chipNumber : string
  28. * code : string
  29. * datetime : string
  30. * doctorName : string
  31. * doctorTelephone : string
  32. * factoryId : 0
  33. * factoryName : string
  34. * gmpName : string
  35. * gmpPath : string
  36. * hospitalName : string
  37. * sameBatchOtherColdChain : string
  38. * sameBatchOtherFlow : string
  39. * sameFactoryOtherVaccines : string
  40. * type : 0
  41. * vaccinationCipher : string
  42. * vaccineName : string
  43. * vaccineNumber : string
  44. */
  45. private String beginDate;
  46. private String chatImageUrl;
  47. private String chipNumber;
  48. private String code;
  49. private String datetime;
  50. private String doctorName;
  51. private String doctorTelephone;
  52. private int factoryId;
  53. private String factoryName;
  54. private String gmpName;
  55. private String gmpPath;
  56. private String hospitalName;
  57. private String sameBatchOtherColdChain;
  58. private String sameBatchOtherFlow;
  59. private String sameFactoryOtherVaccines;
  60. private int type;
  61. private String vaccinationCipher;
  62. private String vaccineName;
  63. private String vaccineNumber;
  64. public String getBeginDate() {
  65. return beginDate;
  66. }
  67. public void setBeginDate(String beginDate) {
  68. this.beginDate = beginDate;
  69. }
  70. public String getChatImageUrl() {
  71. return chatImageUrl;
  72. }
  73. public void setChatImageUrl(String chatImageUrl) {
  74. this.chatImageUrl = chatImageUrl;
  75. }
  76. public String getChipNumber() {
  77. return chipNumber;
  78. }
  79. public void setChipNumber(String chipNumber) {
  80. this.chipNumber = chipNumber;
  81. }
  82. public String getCode() {
  83. return code;
  84. }
  85. public void setCode(String code) {
  86. this.code = code;
  87. }
  88. public String getDatetime() {
  89. return datetime;
  90. }
  91. public void setDatetime(String datetime) {
  92. this.datetime = datetime;
  93. }
  94. public String getDoctorName() {
  95. return doctorName;
  96. }
  97. public void setDoctorName(String doctorName) {
  98. this.doctorName = doctorName;
  99. }
  100. public String getDoctorTelephone() {
  101. return doctorTelephone;
  102. }
  103. public void setDoctorTelephone(String doctorTelephone) {
  104. this.doctorTelephone = doctorTelephone;
  105. }
  106. public int getFactoryId() {
  107. return factoryId;
  108. }
  109. public void setFactoryId(int factoryId) {
  110. this.factoryId = factoryId;
  111. }
  112. public String getFactoryName() {
  113. return factoryName;
  114. }
  115. public void setFactoryName(String factoryName) {
  116. this.factoryName = factoryName;
  117. }
  118. public String getGmpName() {
  119. return gmpName;
  120. }
  121. public void setGmpName(String gmpName) {
  122. this.gmpName = gmpName;
  123. }
  124. public String getGmpPath() {
  125. return gmpPath;
  126. }
  127. public void setGmpPath(String gmpPath) {
  128. this.gmpPath = gmpPath;
  129. }
  130. public String getHospitalName() {
  131. return hospitalName;
  132. }
  133. public void setHospitalName(String hospitalName) {
  134. this.hospitalName = hospitalName;
  135. }
  136. public String getSameBatchOtherColdChain() {
  137. return sameBatchOtherColdChain;
  138. }
  139. public void setSameBatchOtherColdChain(String sameBatchOtherColdChain) {
  140. this.sameBatchOtherColdChain = sameBatchOtherColdChain;
  141. }
  142. public String getSameBatchOtherFlow() {
  143. return sameBatchOtherFlow;
  144. }
  145. public void setSameBatchOtherFlow(String sameBatchOtherFlow) {
  146. this.sameBatchOtherFlow = sameBatchOtherFlow;
  147. }
  148. public String getSameFactoryOtherVaccines() {
  149. return sameFactoryOtherVaccines;
  150. }
  151. public void setSameFactoryOtherVaccines(String sameFactoryOtherVaccines) {
  152. this.sameFactoryOtherVaccines = sameFactoryOtherVaccines;
  153. }
  154. public int getType() {
  155. return type;
  156. }
  157. public void setType(int type) {
  158. this.type = type;
  159. }
  160. public String getVaccinationCipher() {
  161. return vaccinationCipher;
  162. }
  163. public void setVaccinationCipher(String vaccinationCipher) {
  164. this.vaccinationCipher = vaccinationCipher;
  165. }
  166. public String getVaccineName() {
  167. return vaccineName;
  168. }
  169. public void setVaccineName(String vaccineName) {
  170. this.vaccineName = vaccineName;
  171. }
  172. public String getVaccineNumber() {
  173. return vaccineNumber;
  174. }
  175. public void setVaccineNumber(String vaccineNumber) {
  176. this.vaccineNumber = vaccineNumber;
  177. }
  178. }
  179. }