232cc4d87f478ca6b63fe696e4a9c53483163b4e.svn-base 6.2 KB

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