target_data.go 96KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556
  1. package sz
  2. import "time"
  3. type TempHdHospital struct {
  4. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  5. InstType string `gorm:"column:inst_type" json:"inst_type" form:"inst_type"`
  6. DepartmentName string `gorm:"column:department_name" json:"department_name" form:"department_name"`
  7. AuthorizedBeds int64 `gorm:"column:authorized_beds" json:"authorized_beds" form:"authorized_beds"`
  8. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  9. UpdateTime time.Time `gorm:"column:update_time" json:"update_time" form:"update_time"`
  10. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  11. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  12. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  13. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  14. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  15. }
  16. func (TempHdHospital) TableName() string {
  17. return "t_hd_hospital"
  18. }
  19. type TempHdStaff struct {
  20. ID int64 `gorm:"column:id" json:"id" form:"id"`
  21. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  22. StaffId string `gorm:"column:staff_id" json:"staff_id" form:"staff_id"`
  23. IdType string `gorm:"column:id_type" json:"id_type" form:"id_type"`
  24. IdNo string `gorm:"column:id_no" json:"id_no" form:"id_no"`
  25. StaffName string `gorm:"column:staff_name" json:"staff_name" form:"staff_name"`
  26. Position int64 `gorm:"column:position" json:"position" form:"position"`
  27. TrainingName string `gorm:"column:training_name" json:"training_name" form:"training_name"`
  28. PracticeCertificate string `gorm:"column:practice_certificate" json:"practice_certificate" form:"practice_certificate"`
  29. PracticeCertificateNo string `gorm:"column:practice_certificate_no" json:"practice_certificate_no" form:"practice_certificate_no"`
  30. QualificationCertificate string `gorm:"column:qualification_certificate" json:"qualification_certificate" form:"qualification_certificate"`
  31. QualificationType string `gorm:"column:qualification_type" json:"qualification_type" form:"qualification_type"`
  32. PermanentType int64 `gorm:"column:permanent_type" json:"permanent_type" form:"permanent_type"`
  33. DiplomaFile string `gorm:"column:diploma_file" json:"diploma_file" form:"diploma_file"`
  34. DegreeCertificateFile string `gorm:"column:degree_certificate_file" json:"degree_certificate_file" form:"degree_certificate_file"`
  35. TrainingCertificateFile string `gorm:"column:training_certificate_file" json:"training_certificate_file" form:"training_certificate_file"`
  36. PracticeCertificateFile string `gorm:"column:practice_certificate_file" json:"practice_certificate_file" form:"practice_certificate_file"`
  37. QualificationCertificateFile string `gorm:"column:qualification_certificate_file" json:"qualification_certificate_file" form:"qualification_certificate_file"`
  38. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  39. TrainingDate time.Time `gorm:"column:training_date" json:"training_date" form:"training_date"`
  40. InDate time.Time `gorm:"column:in_date" json:"in_date" form:"in_date"`
  41. OutDate time.Time `gorm:"column:out_date" json:"out_date" form:"out_date"`
  42. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  43. UpdateTime time.Time `gorm:"column:update_time" json:"update_time" form:"update_time"`
  44. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  45. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  46. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  47. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  48. TechnicalPosition int64 `gorm:"column:technical_position" json:"technical_position" form:"technical_position"`
  49. StaffLevel int64 `gorm:"column:staff_level" json:"staff_level" form:"staff_level"`
  50. IsAdvanced int64 `gorm:"column:is_advanced" json:"is_advanced" form:"is_advanced"`
  51. HospitalPosition int64 `gorm:"column:hospital_position" json:"hospital_position" form:"hospital_position"`
  52. StaffNo string `gorm:"column:staff_no" json:"staff_no" form:"staff_no"`
  53. Education string `gorm:"column:education" json:"education" form:"education"`
  54. Specialty string `gorm:"column:specialty" json:"specialty" form:"specialty"`
  55. StaffDegree string `gorm:"column:staff_degree" json:"staff_degree" form:"staff_degree"`
  56. StaffStatus int64 `gorm:"column:staff_status" json:"staff_status" form:"staff_status"`
  57. }
  58. func (TempHdStaff) TableName() string {
  59. return "t_hd_staff"
  60. }
  61. type TempHdLayout struct {
  62. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  63. PartitionName string `gorm:"column:partition_name" json:"partition_name" form:"partition_name"`
  64. PartitionImg string `gorm:"column:partition_img" json:"partition_img" form:"partition_img"`
  65. FunctionArea string `gorm:"column:function_area" json:"function_area" form:"function_area"`
  66. Xgbz string `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  67. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  68. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  69. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  70. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  71. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  72. }
  73. func (TempHdLayout) TableName() string {
  74. return "t_hd_layout"
  75. }
  76. type TempHdDivision struct {
  77. ID int64 `gorm:"column:id" json:"id"`
  78. DivisionId string `gorm:"column:division_id" json:"division_id"`
  79. HospitalId string `gorm:"column:hospital_id" json:"hospital_id"`
  80. DivisionName string `gorm:"column:division_name" json:"division_name"`
  81. Xgbz string `gorm:"column:xgbz" json:"xgbz"`
  82. DivisionType string `gorm:"column:division_type" json:"division_type"`
  83. CreateTime time.Time `gorm:"column:create_time" json:"create_time"`
  84. UpdateTime time.Time `gorm:"column:update_time" json:"update_time"`
  85. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj"`
  86. Mj string `gorm:"column:mj" json:"mj"`
  87. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1"`
  88. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2"`
  89. }
  90. func (TempHdDivision) TableName() string {
  91. return "t_hd_division"
  92. }
  93. type TempHdDm struct {
  94. ID int64 `gorm:"column:id" json:"id"`
  95. HospitalId string `gorm:"column:hospital_id" json:"hospital_id"`
  96. EquipmentId string `gorm:"column:equipment_id" json:"equipment_id"`
  97. SickbedNo string `gorm:"column:sickbed_no" json:"sickbed_no"`
  98. SickbedType string `gorm:"column:sickbed_type" json:"sickbed_type"`
  99. EquipmentBrand string `gorm:"column:equipment_brand" json:"equipment_brand"`
  100. EquipmentModel string `gorm:"column:equipment_model" json:"equipment_model"`
  101. EnableTime time.Time `gorm:"column:enable_time" json:"enable_time"`
  102. DiscardedTime time.Time `gorm:"column:discarded_time" json:"discarded_time"`
  103. Status string `gorm:"column:status" json:"status"`
  104. EquipmentType string `gorm:"column:equipment_type" json:"equipment_type"`
  105. Temperature string `gorm:"column:temperature" json:"temperature"`
  106. Humidity string `gorm:"column:humidity" json:"humidity"`
  107. Pressure string `gorm:"column:pressure" json:"pressure"`
  108. PressureUnit string `gorm:"column:pressure_unit" json:"pressure_unit"`
  109. WorkingVoltage string `gorm:"column:working_voltage" json:"working_voltage"`
  110. Xgbz string `gorm:"column:xgbz" json:"xgbz"`
  111. Bbp string `gorm:"column:bbp" json:"bbp"`
  112. CreateTime time.Time `gorm:"column:create_time" json:"create_time"`
  113. UpdateTime time.Time `gorm:"column:update_time" json:"update_time"`
  114. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj"`
  115. Mj string `gorm:"column:mj" json:"mj"`
  116. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1"`
  117. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2"`
  118. }
  119. func (TempHdDm) TableName() string {
  120. return "t_hd_dm"
  121. }
  122. type TempHdWm struct {
  123. ID int64 `gorm:"column:id" json:"id" form:"id"`
  124. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  125. EquipmentId string `gorm:"column:equipment_id" json:"equipment_id" form:"equipment_id"`
  126. EquipmentBrand string `gorm:"column:equipment_brand" json:"equipment_brand" form:"equipment_brand"`
  127. EquipmentModel string `gorm:"column:equipment_model" json:"equipment_model" form:"equipment_model"`
  128. EnableTime time.Time `gorm:"column:enable_time" json:"enable_time" form:"enable_time"`
  129. DiscardedTime time.Time `gorm:"column:discarded_time" json:"discarded_time" form:"discarded_time"`
  130. EquipmentType string `gorm:"column:equipment_type" json:"equipment_type" form:"equipment_type"`
  131. Temperature string `gorm:"column:temperature" json:"temperature" form:"temperature"`
  132. Humidity string `gorm:"column:humidity" json:"humidity" form:"humidity"`
  133. Pressure string `gorm:"column:pressure" json:"pressure" form:"pressure"`
  134. PressureUnit int64 `gorm:"column:pressure_unit" json:"pressure_unit" form:"pressure_unit"`
  135. QualityStandard string `gorm:"column:quality_standard" json:"quality_standard" form:"quality_standard"`
  136. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  137. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  138. UpdateTime time.Time `gorm:"column:update_time" json:"update_time" form:"update_time"`
  139. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  140. Mj int64 `gorm:"column:mj" json:"mj" form:"mj"`
  141. Ylyl1 int64 `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  142. Ylyl2 int64 `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  143. }
  144. func (TempHdWm) TableName() string {
  145. return "t_hd_wm"
  146. }
  147. type TempHdMaintain struct {
  148. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  149. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  150. EquipmentId string `gorm:"column:equipment_id" json:"equipment_id" form:"equipment_id"`
  151. EquipmentType string `gorm:"column:equipment_type" json:"equipment_type" form:"equipment_type"`
  152. RepairTime time.Time `gorm:"column:repair_time" json:"repair_time" form:"repair_time"`
  153. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  154. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  155. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  156. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  157. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  158. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  159. }
  160. func (TempHdMaintain) TableName() string {
  161. return "t_hd_maintain"
  162. }
  163. type TempHdDisinfectMethod struct {
  164. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  165. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  166. EquipmentId string `gorm:"column:equipment_id" json:"equipment_id" form:"equipment_id"`
  167. EquipmentType string `gorm:"column:equipment_type" json:"equipment_type" form:"equipment_type"`
  168. DisinfectMethod string `gorm:"column:disinfect_method" json:"disinfect_method" form:"disinfect_method"`
  169. Disinfector string `gorm:"column:disinfector" json:"disinfector" form:"disinfector"`
  170. Concentration string `gorm:"column:concentration" json:"concentration" form:"concentration"`
  171. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  172. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  173. UpdateTime time.Time `gorm:"column:update_time" json:"update_time" form:"update_time"`
  174. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  175. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  176. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  177. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  178. }
  179. func (TempHdDisinfectMethod) TableName() string {
  180. return "t_hd_disinfect_method"
  181. }
  182. // type TempHdDisinfectMethod struct {
  183. // ID int64 `gorm:"column:id" json:"id"`
  184. // SN string `gorm:"column:SN" json:"SN"`
  185. // HospitalId string `gorm:"column:HOSPITAL_ID" json:"HOSPITAL_ID"`
  186. // EquipmentId string `gorm:"column:EQUIPMENT_ID" json:"EQUIPMENT_ID"`
  187. // EquipmentType string `gorm:"column:EQUIPMENT_TYPE" json:"EQUIPMENT_TYPE"`
  188. // EquipmentModel string `gorm:"column:EQUIPMENT_MODEL" json:"EQUIPMENT_MODEL"`
  189. // DisinfectMethod string `gorm:"column:DISINFECT_METHOD" json:"DISINFECT_METHOD"`
  190. // Disinfector string `gorm:"column:DISINFECTOR" json:"DISINFECTOR"`
  191. // Concentration string `gorm:"column:CONCENTRATION" json:"CONCENTRATION"`
  192. // Frequency string `gorm:"column:FREQUENCY" json:"FREQUENCY"`
  193. // Xgbz string `gorm:"column:XGBZ" json:"XGBZ"`
  194. // CreateTime time.Time `gorm:"column:CREATE_TIME" json:"CREATE_TIME"`
  195. // UpdateTime time.Time `gorm:"column:UPDATE_TIME" json:"UPDATE_TIME"`
  196. // Sjscsj time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ"`
  197. // Mj string `gorm:"column:MJ" json:"MJ"`
  198. // Ylyl1 string `gorm:"column:YLYL1" json:"YLYL1"`
  199. // Ylyl2 string `gorm:"column:YLYL2" json:"YLYL2"`
  200. // }
  201. // func (TempHdDisinfectMethod) TableName() string {
  202. // return "t_hd_disinfect_method"
  203. // }
  204. type TempHdOtherMachine struct {
  205. ID int64 `gorm:"column:id" json:"id" form:"id"`
  206. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  207. EquipmentId string `gorm:"column:equipment_id" json:"equipment_id" form:"equipment_id"`
  208. EquipmentBrand string `gorm:"column:equipment_brand" json:"equipment_brand" form:"equipment_brand"`
  209. EquipmentModel string `gorm:"column:equipment_model" json:"equipment_model" form:"equipment_model"`
  210. EnableTime time.Time `gorm:"column:enable_time" json:"enable_time" form:"enable_time"`
  211. DiscardedTime time.Time `gorm:"column:discarded_time" json:"discarded_time" form:"discarded_time"`
  212. Status string `gorm:"column:status" json:"status" form:"status"`
  213. EquipmentType string `gorm:"column:equipment_type" json:"equipment_type" form:"equipment_type"`
  214. Xgbz string `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  215. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  216. UpdateTime time.Time `gorm:"column:update_time" json:"update_time" form:"update_time"`
  217. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  218. Mj int64 `gorm:"column:mj" json:"mj" form:"mj"`
  219. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  220. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  221. }
  222. func (TempHdOtherMachine) TableName() string {
  223. return "t_hd_other_machine"
  224. }
  225. type TempHdDmDisinfect struct {
  226. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  227. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  228. EquipmentId string `gorm:"column:equipment_id" json:"equipment_id" form:"equipment_id"`
  229. SickbedNo string `gorm:"column:sickbed_no" json:"sickbed_no" form:"sickbed_no"`
  230. InspectionTime time.Time `gorm:"column:inspection_time" json:"inspection_time" form:"inspection_time"`
  231. IsQualified string `gorm:"column:is_qualified" json:"is_qualified" form:"is_qualified"`
  232. CaseOrder string `gorm:"column:case_order" json:"case_order" form:"case_order"`
  233. Xgbz string `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  234. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  235. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  236. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  237. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  238. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  239. }
  240. func (TempHdDmDisinfect) TableName() string {
  241. return "t_hd_dm_disinfect"
  242. }
  243. type TempWdDmDisinfect struct {
  244. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  245. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  246. EquipmentId string `gorm:"column:equipment_id" json:"equipment_id" form:"equipment_id"`
  247. InspectionTime time.Time `gorm:"column:inspection_time" json:"inspection_time" form:"inspection_time"`
  248. IsQualified string `gorm:"column:is_qualified" json:"is_qualified" form:"is_qualified"`
  249. CaseOrder string `gorm:"column:case_order" json:"case_order" form:"case_order"`
  250. Xgbz string `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  251. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  252. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  253. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  254. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  255. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  256. }
  257. func (TempWdDmDisinfect) TableName() string {
  258. return "t_hd_wm_disinfect"
  259. }
  260. type TempHdPatient struct {
  261. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  262. PatientNk int64 `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  263. CardNo string `gorm:"column:card_no" json:"card_no" form:"card_no"`
  264. CardType int64 `gorm:"column:card_type" json:"card_type" form:"card_type"`
  265. IdNo string `gorm:"column:id_no" json:"id_no" form:"id_no"`
  266. IdType string `gorm:"column:id_type" json:"id_type" form:"id_type"`
  267. PatientName string `gorm:"column:patient_name" json:"patient_name" form:"patient_name"`
  268. Gender string `gorm:"column:gender" json:"gender" form:"gender"`
  269. BornDate time.Time `gorm:"column:born_date" json:"born_date" form:"born_date"`
  270. DiagnosisSummary string `gorm:"column:diagnosis_summary" json:"diagnosis_summary" form:"diagnosis_summary"`
  271. IsCrf string `gorm:"column:is_crf" json:"is_crf" form:"is_crf"`
  272. AllergyHistory string `gorm:"column:allergy_history" json:"allergy_history" form:"allergy_history"`
  273. PayMethod string `gorm:"column:pay_method" json:"pay_method" form:"pay_method"`
  274. LocalInsurance string `gorm:"column:local_insurance" json:"local_insurance" form:"local_insurance"`
  275. DialysisStartTime time.Time `gorm:"column:dialysis_start_time" json:"dialysis_start_time" form:"dialysis_start_time"`
  276. LocalStartTime time.Time `gorm:"column:local_start_time" json:"local_start_time" form:"local_start_time"`
  277. OutpatientNo string `gorm:"column:outpatient_no" json:"outpatient_no" form:"outpatient_no"`
  278. HospitalizedNo string `gorm:"column:hospitalized_no" json:"hospitalized_no" form:"hospitalized_no"`
  279. Height int64 `gorm:"column:height" json:"height" form:"height"`
  280. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  281. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  282. UpdateTime time.Time `gorm:"column:update_time" json:"update_time" form:"update_time"`
  283. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  284. Mj int64 `gorm:"column:mj" json:"mj" form:"mj"`
  285. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  286. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  287. }
  288. func (TempHdPatient) TableName() string {
  289. return "t_hd_patient"
  290. }
  291. type TempHdPatientOut struct {
  292. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  293. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  294. PatientNk string `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  295. SequelaeDate time.Time `gorm:"column:sequelae_date" json:"sequelae_date" form:"sequelae_date"`
  296. SequelaeType string `gorm:"column:sequelae_type" json:"sequelae_type" form:"sequelae_type"`
  297. SequelaeSubType string `gorm:"column:sequelae_sub_type" json:"sequelae_sub_type" form:"sequelae_sub_type"`
  298. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  299. DeathReason string `gorm:"column:death_reason" json:"death_reason" form:"death_reason"`
  300. ExtReason string `gorm:"column:ext_reason" json:"ext_reason" form:"ext_reason"`
  301. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  302. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  303. Xgbz string `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  304. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  305. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  306. }
  307. func (TempHdPatientOut) TableName() string {
  308. return "t_hd_patient_quit"
  309. }
  310. type TempHdPs struct {
  311. PrescribeId string `gorm:"column:prescribe_id" json:"prescribe_id" form:"prescribe_id"`
  312. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  313. PatientNk string `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  314. MedicalId string `gorm:"column:medical_id" json:"medical_id" form:"medical_id"`
  315. DrId int64 `gorm:"column:dr_id" json:"dr_id" form:"dr_id"`
  316. RrtType int64 `gorm:"column:rrt_type" json:"rrt_type" form:"rrt_type"`
  317. RrtTypeName string `gorm:"column:rrt_type_name" json:"rrt_type_name" form:"rrt_type_name"`
  318. DialysisFrequency int64 `gorm:"column:dialysis_frequency" json:"dialysis_frequency" form:"dialysis_frequency"`
  319. FrequencyUnit int64 `gorm:"column:frequency_unit" json:"frequency_unit" form:"frequency_unit"`
  320. PrescribeTime time.Time `gorm:"column:prescribe_time" json:"prescribe_time" form:"prescribe_time"`
  321. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  322. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  323. Mj int64 `gorm:"column:mj" json:"mj" form:"mj"`
  324. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  325. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  326. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  327. }
  328. func (TempHdPs) TableName() string {
  329. return "t_hd_ps"
  330. }
  331. type TempHdPsMedicine struct {
  332. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  333. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  334. MedicineTypeId string `gorm:"column:medicine_type_id" json:"medicine_type_id" form:"medicine_type_id"`
  335. MedicineId string `gorm:"column:medicine_id" json:"medicine_id" form:"medicine_id"`
  336. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  337. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  338. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  339. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  340. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  341. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  342. }
  343. func (TempHdPsMedicine) TableName() string {
  344. return "t_hd_ps_medicine"
  345. }
  346. type TempHdInfection struct {
  347. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  348. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  349. PatientNk string `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  350. Hbv int64 `gorm:"column:hbv" json:"hbv" form:"hbv"`
  351. Hcv int64 `gorm:"column:hcv" json:"hcv" form:"hcv"`
  352. Rpr int64 `gorm:"column:rpr" json:"rpr" form:"rpr"`
  353. Hiv int64 `gorm:"column:hiv" json:"hiv" form:"hiv"`
  354. Hbsag int64 `gorm:"column:hbsag" json:"hbsag" form:"hbsag"`
  355. Hbsab int64 `gorm:"column:hbsab" json:"hbsab" form:"hbsab"`
  356. Hbeag int64 `gorm:"column:hbeag" json:"hbeag" form:"hbeag"`
  357. Hbeab int64 `gorm:"column:hbeab" json:"hbeab" form:"hbeab"`
  358. Hbcab int64 `gorm:"column:hbcab" json:"hbcab" form:"hbcab"`
  359. CheckDate time.Time `gorm:"column:check_date" json:"check_date" form:"check_date"`
  360. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  361. DoctorId string `gorm:"column:doctor_id" json:"doctor_id" form:"doctor_id"`
  362. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  363. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  364. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  365. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  366. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  367. }
  368. func (TempHdInfection) TableName() string {
  369. return "t_hd_infection"
  370. }
  371. type TempHdInhospital struct {
  372. ID int64 `gorm:"column:id" json:"id" form:"id"`
  373. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  374. MedicalNo string `gorm:"column:medical_no" json:"medical_no" form:"medical_no"`
  375. AdmissionTime time.Time `gorm:"column:admission_time" json:"admission_time" form:"admission_time"`
  376. AdmissionCause int64 `gorm:"column:admission_cause" json:"admission_cause" form:"admission_cause"`
  377. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  378. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  379. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  380. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  381. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  382. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  383. PatientNk int64 `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  384. AdmissionCauseDesc string `gorm:"column:admission_cause_desc" json:"admission_cause_desc" form:"admission_cause_desc"`
  385. }
  386. func (TempHdInhospital) TableName() string {
  387. return "t_hd_inhospital"
  388. }
  389. type TempHdOuthospital struct {
  390. ID int64 `gorm:"column:id" json:"id" form:"id"`
  391. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  392. MedicalNo string `gorm:"column:medical_no" json:"medical_no" form:"medical_no"`
  393. DischargeDate time.Time `gorm:"column:discharge_date" json:"discharge_date" form:"discharge_date"`
  394. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  395. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  396. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  397. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  398. Ylyl1 int64 `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  399. Ylyl2 int64 `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  400. PatientNk int64 `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  401. }
  402. func (TempHdOuthospital) TableName() string {
  403. return "t_hd_outhospital"
  404. }
  405. type DataUpload struct {
  406. ID int64 `gorm:"column:id" json:"id" form:"id"`
  407. OrgId int64 `gorm:"column:org_id" json:"org_id" form:"org_id"`
  408. SyncType int64 `gorm:"column:sync_type" json:"sync_type" form:"sync_type"`
  409. SyncTime int64 `gorm:"column:sync_time" json:"sync_time" form:"sync_time"`
  410. SyncResultType int `gorm:"column:sync_result_type" json:"sync_result_type" form:"sync_result_type"`
  411. SyncRsultRemark string `gorm:"column:sync_result_remark" json:"sync_result_remark" form:"sync_result_remark"`
  412. SyncTotalNum int64 `gorm:"column:sync_total_num" json:"sync_total_num" form:"sync_total_num"`
  413. SyncSuccessNum int64 `gorm:"column:sync_success_num" json:"sync_success_num" form:"sync_success_num"`
  414. SyncInfo string `gorm:"column:sync_info" json:"sync_info" form:"sync_info"`
  415. CreateTime int64 `gorm:"column:create_time" json:"create_time" form:"create_time"`
  416. UpdateTime int64 `gorm:"column:update_time" json:"update_time" form:"update_time"`
  417. }
  418. func (DataUpload) TableName() string {
  419. return "data_sync_info"
  420. }
  421. type DataUploadConfig struct {
  422. ID int64 `gorm:"column:id" json:"id"`
  423. OrgId int64 `gorm:"column:org_id" json:"org_id"`
  424. ProvinceId int64 `gorm:"column:province_id" json:"province_id"`
  425. CityId int64 `gorm:"column:city_id" json:"city_id"`
  426. GatewayAddress string `gorm:"column:gateway_address" json:"gateway_address"`
  427. AppId string `gorm:"column:app_id" json:"app_id"`
  428. Key string `gorm:"column:key" json:"key"`
  429. Status int64 `gorm:"column:status" json:"status"`
  430. CreateTime int64 `gorm:"column:create_time" json:"create_time"`
  431. ModifyTime int64 `gorm:"column:modify_time" json:"modify_time"`
  432. TimeQuantum int64 `gorm:"column:time_quantum" json:"time_quantum"`
  433. DepartmentName string `gorm:"column:department_name" json:"department_name"`
  434. HospitalId string `gorm:"column:hospital_id" json:"hospital_id"`
  435. InstType int64 `gorm:"column:inst_type" json:"inst_type"`
  436. DbHost string `gorm:"column:db_host" json:"db_host"`
  437. DbPort string `gorm:"column:db_port" json:"db_port"`
  438. DbUser string `gorm:"column:db_user" json:"db_user"`
  439. DbPass string `gorm:"column:db_pass" json:"db_pass"`
  440. DbName string `gorm:"column:db_name" json:"db_name"`
  441. }
  442. func (DataUploadConfig) TableName() string {
  443. return "data_upload_config"
  444. }
  445. type TempHdShift struct {
  446. ID int64 `gorm:"column:id" json:"id" form:"id"`
  447. PsId string `gorm:"column:ps_id" json:"ps_id" form:"ps_id"`
  448. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  449. PatientNk string `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  450. ScheduleDate time.Time `gorm:"column:schedule_date" json:"schedule_date" form:"schedule_date"`
  451. ShiftType string `gorm:"column:shift_type" json:"shift_type" form:"shift_type"`
  452. SickbedNo int64 `gorm:"column:sickbed_no" json:"sickbed_no" form:"sickbed_no"`
  453. ScheduleStatus string `gorm:"column:schedule_status" json:"schedule_status" form:"schedule_status"`
  454. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  455. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  456. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  457. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  458. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  459. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  460. }
  461. func (TempHdShift) TableName() string {
  462. return "t_hd_shift"
  463. }
  464. type TempHdDoctorsAdvice struct {
  465. ID int64 `gorm:"column:id" json:"id" form:"id"`
  466. MedicalOrderId string `gorm:"column:medical_order_id" json:"medical_order_id" form:"medical_order_id"`
  467. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  468. DialysisId string `gorm:"column:dialysis_id" json:"dialysis_id" form:"dialysis_id"`
  469. OrderType string `gorm:"column:order_type" json:"order_type" form:"order_type"`
  470. RrtType int64 `gorm:"column:rrt_type" json:"rrt_type" form:"rrt_type"`
  471. RrtTypeName string `gorm:"column:rrt_type_name" json:"rrt_type_name" form:"rrt_type_name"`
  472. PatientNk string `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  473. DialysisDuration int64 `gorm:"column:dialysis_duration" json:"dialysis_duration" form:"dialysis_duration"`
  474. BloodVol int64 `gorm:"column:blood_vol" json:"blood_vol" form:"blood_vol"`
  475. DryWeight float64 `gorm:"column:dry_weight" json:"dry_weight" form:"dry_weight"`
  476. Txq int64 `gorm:"column:txq" json:"txq" form:"txq"`
  477. FluxLevel int64 `gorm:"column:flux_level" json:"flux_level" form:"flux_level"`
  478. ReuseFlag int64 `gorm:"column:reuse_flag" json:"reuse_flag" form:"reuse_flag"`
  479. MembraneType int64 `gorm:"column:membrane_type" json:"membrane_type" form:"membrane_type"`
  480. MembraneSize int64 `gorm:"column:membrane_size" json:"membrane_size" form:"membrane_size"`
  481. Dlflow int64 `gorm:"column:dlflow" json:"dlflow" form:"dlflow"`
  482. DlTemperature int64 `gorm:"column:dl_temperature" json:"dl_temperature" form:"dl_temperature"`
  483. ReplacementMode int64 `gorm:"column:replacement_mode" json:"replacement_mode" form:"replacement_mode"`
  484. RlAmount int64 `gorm:"column:rl_amount" json:"rl_amount" form:"rl_amount"`
  485. Anticoagulant int64 `gorm:"column:anticoagulant" json:"anticoagulant" form:"anticoagulant"`
  486. AnticoagulantQuantity int64 `gorm:"column:anticoagulant_quantity" json:"anticoagulant_quantity" form:"anticoagulant_quantity"`
  487. InitialAmount int64 `gorm:"column:initial_amount" json:"initial_amount" form:"initial_amount"`
  488. DlPotassium int64 `gorm:"column:dl_potassium" json:"dl_potassium" form:"dl_potassium"`
  489. DlSodium int64 `gorm:"column:dl_sodium" json:"dl_sodium" form:"dl_sodium"`
  490. BicarbonateRadical int64 `gorm:"column:bicarbonate_radical" json:"bicarbonate_radical" form:"bicarbonate_radical"`
  491. MaintenanceQuantity int64 `gorm:"column:maintenance_quantity" json:"maintenance_quantity" form:"maintenance_quantity"`
  492. Conductivity int64 `gorm:"column:conductivity" json:"conductivity" form:"conductivity"`
  493. DlCalcium int64 `gorm:"column:dl_calcium" json:"dl_calcium" form:"dl_calcium"`
  494. ExecuteOrder int64 `gorm:"column:execute_order" json:"execute_order" form:"execute_order"`
  495. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  496. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  497. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  498. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  499. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  500. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  501. }
  502. func (TempHdDoctorsAdvice) TableName() string {
  503. return "t_hd_doctors_advice"
  504. }
  505. type TempHdDialysis struct {
  506. ID int64 `gorm:"column:id" json:"id" form:"id"`
  507. DialysisId string `gorm:"column:dialysis_id" json:"dialysis_id" form:"dialysis_id"`
  508. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  509. PatientNk string `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  510. PsId string `gorm:"column:ps_id" json:"ps_id" form:"ps_id"`
  511. DialysisDate time.Time `gorm:"column:dialysis_date" json:"dialysis_date" form:"dialysis_date"`
  512. SickbedNo string `gorm:"column:sickbed_no" json:"sickbed_no" form:"sickbed_no"`
  513. DivisionId string `gorm:"column:division_id" json:"division_id" form:"division_id"`
  514. EquipmentId string `gorm:"column:equipment_id" json:"equipment_id" form:"equipment_id"`
  515. MixDialysis string `gorm:"column:mix_dialysis" json:"mix_dialysis" form:"mix_dialysis"`
  516. ActualufMl int64 `gorm:"column:actualuf_ml" json:"actualuf_ml" form:"actualuf_ml"`
  517. Ufv int64 `gorm:"column:ufv" json:"ufv" form:"ufv"`
  518. TotalReplace int64 `gorm:"column:total_replace" json:"total_replace" form:"total_replace"`
  519. TotalTreatDuration int64 `gorm:"column:total_treat_duration" json:"total_treat_duration" form:"total_treat_duration"`
  520. IsHospitalization string `gorm:"column:is_hospitalization" json:"is_hospitalization" form:"is_hospitalization"`
  521. IsEmergency string `gorm:"column:is_emergency" json:"is_emergency" form:"is_emergency"`
  522. EmergencyReason string `gorm:"column:emergency_reason" json:"emergency_reason" form:"emergency_reason"`
  523. IsPerioperativePeriod string `gorm:"column:is_perioperative_period" json:"is_perioperative_period" form:"is_perioperative_period"`
  524. BeforeSbp int64 `gorm:"column:before_sbp" json:"before_sbp" form:"before_sbp"`
  525. BeforeDbp int64 `gorm:"column:before_dbp" json:"before_dbp" form:"before_dbp"`
  526. AfterSbp int64 `gorm:"column:after_sbp" json:"after_sbp" form:"after_sbp"`
  527. AfterDbp int64 `gorm:"column:after_dbp" json:"after_dbp" form:"after_dbp"`
  528. BeforeWeight float64 `gorm:"column:before_weight" json:"before_weight" form:"before_weight"`
  529. AfterWeight float64 `gorm:"column:after_weight" json:"after_weight" form:"after_weight"`
  530. AccessId string `gorm:"column:access_id" json:"access_id" form:"access_id"`
  531. DialyzerId string `gorm:"column:dialyzer_id" json:"dialyzer_id" form:"dialyzer_id"`
  532. Ktv string `gorm:"column:ktv" json:"ktv" form:"ktv"`
  533. Urr string `gorm:"column:urr" json:"urr" form:"urr"`
  534. BeforeBun float64 `gorm:"column:before_bun" json:"before_bun" form:"before_bun"`
  535. AfterBun float64 `gorm:"column:after_bun" json:"after_bun" form:"after_bun"`
  536. ChargeDoctorId string `gorm:"column:charge_doctor_id" json:"charge_doctor_id" form:"charge_doctor_id"`
  537. ChargeNurseId string `gorm:"column:charge_nurse_id" json:"charge_nurse_id" form:"charge_nurse_id"`
  538. UpNurseId string `gorm:"column:up_nurse_id" json:"up_nurse_id" form:"up_nurse_id"`
  539. DownNurseId string `gorm:"column:down_nurse_id" json:"down_nurse_id" form:"down_nurse_id"`
  540. CheckNurseId string `gorm:"column:check_nurse_id" json:"check_nurse_id" form:"check_nurse_id"`
  541. PunctureNurseId string `gorm:"column:puncture_nurse_id" json:"puncture_nurse_id" form:"puncture_nurse_id"`
  542. StartTime time.Time `gorm:"column:start_time" json:"start_time" form:"start_time"`
  543. EndTime time.Time `gorm:"column:end_time" json:"end_time" form:"end_time"`
  544. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  545. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  546. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  547. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  548. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  549. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  550. }
  551. func (TempHdDialysis) TableName() string {
  552. return "t_hd_dialysis"
  553. }
  554. type TempHdMiddle struct {
  555. ID int64 `gorm:"column:id" json:"id" form:"id"`
  556. Sn int64 `gorm:"column:sn" json:"sn" form:"sn"`
  557. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  558. PatientNk string `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  559. DialysisId string `gorm:"column:dialysis_id" json:"dialysis_id" form:"dialysis_id"`
  560. MonitorTime time.Time `gorm:"column:monitor_time" json:"monitor_time" form:"monitor_time"`
  561. Sbp int64 `gorm:"column:sbp" json:"sbp" form:"sbp"`
  562. Dbp int64 `gorm:"column:dbp" json:"dbp" form:"dbp"`
  563. P int64 `gorm:"column:p" json:"p" form:"p"`
  564. Ns int64 `gorm:"column:ns" json:"ns" form:"ns"`
  565. Qb int64 `gorm:"column:qb" json:"qb" form:"qb"`
  566. Ap int64 `gorm:"column:ap" json:"ap" form:"ap"`
  567. Vp int64 `gorm:"column:vp" json:"vp" form:"vp"`
  568. Tmp int64 `gorm:"column:tmp" json:"tmp" form:"tmp"`
  569. Ufr int64 `gorm:"column:ufr" json:"ufr" form:"ufr"`
  570. Ufv int64 `gorm:"column:ufv" json:"ufv" form:"ufv"`
  571. OnLine int64 `gorm:"column:on_line" json:"on_line" form:"on_line"`
  572. Spo2 float64 `gorm:"column:spo2" json:"spo2" form:"spo2"`
  573. RespiratorySystem int64 `gorm:"column:respiratory_system" json:"respiratory_system" form:"respiratory_system"`
  574. OtherSituation string `gorm:"column:other_situation" json:"other_situation" form:"other_situation"`
  575. Nurse string `gorm:"column:nurse" json:"nurse" form:"nurse"`
  576. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  577. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  578. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  579. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  580. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  581. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  582. }
  583. func (TempHdMiddle) TableName() string {
  584. return "t_hd_middle"
  585. }
  586. type TempHdAccess struct {
  587. AccessId string `gorm:"column:access_id" json:"access_id" form:"access_id"`
  588. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  589. PatientNk string `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  590. AccessType string `gorm:"column:access_type" json:"access_type" form:"access_type"`
  591. AccessTypeName string `gorm:"column:access_type_name" json:"access_type_name" form:"access_type_name"`
  592. AccessStatus string `gorm:"column:access_status" json:"access_status" form:"access_status"`
  593. ChannelPosition string `gorm:"column:channel_position" json:"channel_position" form:"channel_position"`
  594. CatheterSite string `gorm:"column:catheter_site" json:"catheter_site" form:"catheter_site"`
  595. RemoveTime time.Time `gorm:"column:remove_time" json:"remove_time" form:"remove_time"`
  596. RemoveReason string `gorm:"column:remove_reason" json:"remove_reason" form:"remove_reason"`
  597. RemoveReasonDesc string `gorm:"column:remove_reason_desc" json:"remove_reason_desc" form:"remove_reason_desc"`
  598. SetupDate time.Time `gorm:"column:setup_date" json:"setup_date" form:"setup_date"`
  599. FirstUseTime time.Time `gorm:"column:first_use_time" json:"first_use_time" form:"first_use_time"`
  600. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  601. UpdateTime time.Time `gorm:"column:update_time" json:"update_time" form:"update_time"`
  602. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  603. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  604. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  605. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  606. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  607. }
  608. func (TempHdAccess) TableName() string {
  609. return "t_hd_access"
  610. }
  611. type TempHdSickbed struct {
  612. SickbedNo int64 `gorm:"column:sickbed_no" json:"sickbed_no" form:"sickbed_no"`
  613. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  614. DivisionId string `gorm:"column:division_id" json:"division_id" form:"division_id"`
  615. SickbedCode string `gorm:"column:sickbed_code" json:"sickbed_code" form:"sickbed_code"`
  616. SickbedType string `gorm:"column:sickbed_type" json:"sickbed_type" form:"sickbed_type"`
  617. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  618. UpdateTime time.Time `gorm:"column:update_time" json:"update_time" form:"update_time"`
  619. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  620. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  621. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  622. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  623. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  624. }
  625. func (TempHdSickbed) TableName() string {
  626. return "t_hd_sickbed"
  627. }
  628. type TempHdDiagnosis struct {
  629. DiagnosisId string `gorm:"column:diagnosis_id" json:"diagnosis_id" form:"diagnosis_id"`
  630. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  631. PatientNk string `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  632. DiagnosisTime time.Time `gorm:"column:diagnosis_time" json:"diagnosis_time" form:"diagnosis_time"`
  633. DiagnosisType string `gorm:"column:diagnosis_type" json:"diagnosis_type" form:"diagnosis_type"`
  634. DiagnosisTypeItem string `gorm:"column:diagnosis_type_item" json:"diagnosis_type_item" form:"diagnosis_type_item"`
  635. DiagnosisTypeDetail string `gorm:"column:diagnosis_type_detail" json:"diagnosis_type_detail" form:"diagnosis_type_detail"`
  636. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  637. UpdateTime time.Time `gorm:"column:update_time" json:"update_time" form:"update_time"`
  638. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  639. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  640. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  641. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  642. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  643. }
  644. func (TempHdDiagnosis) TableName() string {
  645. return "t_hd_diagnosis"
  646. }
  647. type TempHdComplication struct {
  648. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  649. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  650. PatientNk string `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  651. DialysisId int64 `gorm:"column:dialysis_id" json:"dialysis_id" form:"dialysis_id"`
  652. MonitorId int64 `gorm:"column:monitor_id" json:"monitor_id" form:"monitor_id"`
  653. NeopathyTime int64 `gorm:"column:neopathy_time" json:"neopathy_time" form:"neopathy_time"`
  654. NeopathyType string `gorm:"column:neopathy_type" json:"neopathy_type" form:"neopathy_type"`
  655. NeopathyDesc string `gorm:"column:neopathy_desc" json:"neopathy_desc" form:"neopathy_desc"`
  656. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  657. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  658. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  659. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  660. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  661. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  662. }
  663. func (TempHdComplication) TableName() string {
  664. return "t_hd_complication"
  665. }
  666. type TempHdLisReport struct {
  667. LabSno string `gorm:"column:lab_sno" json:"lab_sno" form:"lab_sno"`
  668. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  669. PatientNk string `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  670. ReportDate time.Time `gorm:"column:report_date" json:"report_date" form:"report_date"`
  671. CheckDate string `gorm:"column:check_date" json:"check_date" form:"check_date"`
  672. JzNo string `gorm:"column:jz_no" json:"jz_no" form:"jz_no"`
  673. MzFlag string `gorm:"column:mz_flag" json:"mz_flag" form:"mz_flag"`
  674. ZyNo string `gorm:"column:zy_no" json:"zy_no" form:"zy_no"`
  675. MzNo string `gorm:"column:mz_no" json:"mz_no" form:"mz_no"`
  676. DepartmentCode string `gorm:"column:department_code" json:"department_code" form:"department_code"`
  677. DepartmentName string `gorm:"column:department_name" json:"department_name" form:"department_name"`
  678. CardNo string `gorm:"column:card_no" json:"card_no" form:"card_no"`
  679. CardType string `gorm:"column:card_type" json:"card_type" form:"card_type"`
  680. PatientName string `gorm:"column:patient_name" json:"patient_name" form:"patient_name"`
  681. DepCode string `gorm:"column:dep_code" json:"dep_code" form:"dep_code"`
  682. DepName string `gorm:"column:dep_name" json:"dep_name" form:"dep_name"`
  683. InspectedType string `gorm:"column:inspected_type" json:"inspected_type" form:"inspected_type"`
  684. ReportCategry string `gorm:"column:report_categry" json:"report_categry" form:"report_categry"`
  685. ApplicationName string `gorm:"column:application_name" json:"application_name" form:"application_name"`
  686. ApplicationType string `gorm:"column:application_type" json:"application_type" form:"application_type"`
  687. CheckName string `gorm:"column:check_name" json:"check_name" form:"check_name"`
  688. CheckItemName string `gorm:"column:check_item_name" json:"check_item_name" form:"check_item_name"`
  689. CheckItemCode string `gorm:"column:check_item_code" json:"check_item_code" form:"check_item_code"`
  690. RecordCcount int64 `gorm:"column:record_ccount" json:"record_ccount" form:"record_ccount"`
  691. CheckResult string `gorm:"column:check_result" json:"check_result" form:"check_result"`
  692. DiagnoseCode string `gorm:"column:diagnose_code" json:"diagnose_code" form:"diagnose_code"`
  693. DiagnoseName string `gorm:"column:diagnose_name" json:"diagnose_name" form:"diagnose_name"`
  694. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  695. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  696. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  697. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  698. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  699. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  700. }
  701. func (TempHdLisReport) TableName() string {
  702. return "t_hd_lis_report"
  703. }
  704. type TempHdLisIndicators struct {
  705. InspectedResultNo string `gorm:"column:inspected_result_no" json:"inspected_result_no" form:"inspected_result_no"`
  706. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  707. LabSno string `gorm:"column:lab_sno" json:"lab_sno" form:"lab_sno"`
  708. ReportDate time.Time `gorm:"column:report_date" json:"report_date" form:"report_date"`
  709. CheckDate time.Time `gorm:"column:check_date" json:"check_date" form:"check_date"`
  710. InspectedIndicate string `gorm:"column:inspected_indicate" json:"inspected_indicate" form:"inspected_indicate"`
  711. InspectedItemEnName string `gorm:"column:inspected_item_en_name" json:"inspected_item_en_name" form:"inspected_item_en_name"`
  712. Method string `gorm:"column:method" json:"method" form:"method"`
  713. InspectedItemCnName string `gorm:"column:inspected_item_cn_name" json:"inspected_item_cn_name" form:"inspected_item_cn_name"`
  714. InspectedResultDesc string `gorm:"column:inspected_result_desc" json:"inspected_result_desc" form:"inspected_result_desc"`
  715. InspectedResultValue string `gorm:"column:inspected_result_value" json:"inspected_result_value" form:"inspected_result_value"`
  716. InspectedResultUnit string `gorm:"column:inspected_result_unit" json:"inspected_result_unit" form:"inspected_result_unit"`
  717. Loinc string `gorm:"column:loinc" json:"loinc" form:"loinc"`
  718. RefRange string `gorm:"column:ref_range" json:"ref_range" form:"ref_range"`
  719. UnitType string `gorm:"column:unit_type" json:"unit_type" form:"unit_type"`
  720. InspectedResult int64 `gorm:"column:inspected_result" json:"inspected_result" form:"inspected_result"`
  721. Yctssm string `gorm:"column:yctssm" json:"yctssm" form:"yctssm"`
  722. Sfwjz string `gorm:"column:sfwjz" json:"sfwjz" form:"sfwjz"`
  723. Sorting int64 `gorm:"column:sorting" json:"sorting" form:"sorting"`
  724. PrintGroup int64 `gorm:"column:print_group" json:"print_group" form:"print_group"`
  725. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  726. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  727. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  728. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  729. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  730. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  731. }
  732. func (TempHdLisIndicators) TableName() string {
  733. return "t_hd_lis_indicators"
  734. }
  735. type TempHdLisCulture struct {
  736. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  737. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  738. EquitmentId string `gorm:"column:equitment_id" json:"equitment_id" form:"equitment_id"`
  739. InspectionTime time.Time `gorm:"column:inspection_time" json:"inspection_time" form:"inspection_time"`
  740. IsQualified string `gorm:"column:is_qualified" json:"is_qualified" form:"is_qualified"`
  741. InspectedValue string `gorm:"column:inspected_value" json:"inspected_value" form:"inspected_value"`
  742. IsSubstitutionQualified string `gorm:"column:is_substitution_qualified" json:"is_substitution_qualified" form:"is_substitution_qualified"`
  743. SubstitutionInspectedValue string `gorm:"column:substitution_inspected_value" json:"substitution_inspected_value" form:"substitution_inspected_value"`
  744. CaseOrder string `gorm:"column:case_order" json:"case_order" form:"case_order"`
  745. UploadFile string `gorm:"column:upload_file" json:"upload_file" form:"upload_file"`
  746. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  747. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  748. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  749. Xgbz string `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  750. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  751. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  752. }
  753. func (TempHdLisCulture) TableName() string {
  754. return "t_hd_dm_dialysate_bc"
  755. }
  756. type TempHdLisDialysate struct {
  757. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  758. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  759. EquitmentId string `gorm:"column:equitment_id" json:"equitment_id" form:"equitment_id"`
  760. InspectionTime time.Time `gorm:"column:inspection_time" json:"inspection_time" form:"inspection_time"`
  761. IsQualified string `gorm:"column:is_qualified" json:"is_qualified" form:"is_qualified"`
  762. InspectedValue string `gorm:"column:inspected_value" json:"inspected_value" form:"inspected_value"`
  763. CaseOrder string `gorm:"column:case_order" json:"case_order" form:"case_order"`
  764. UploadFile string `gorm:"column:upload_file" json:"upload_file" form:"upload_file"`
  765. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  766. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  767. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  768. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  769. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  770. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  771. }
  772. func (TempHdLisDialysate) TableName() string {
  773. return "t_hd_dm_dialysate_en"
  774. }
  775. type TempHdLisAirDisinfect struct {
  776. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  777. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  778. IsQualified string `gorm:"column:is_qualified" json:"is_qualified" form:"is_qualified"`
  779. InspectedValue string `gorm:"column:inspected_value" json:"inspected_value" form:"inspected_value"`
  780. InspectionTime time.Time `gorm:"column:inspection_time" json:"inspection_time" form:"inspection_time"`
  781. CaseOrder string `gorm:"column:case_order" json:"case_order" form:"case_order"`
  782. UploadFile string `gorm:"column:upload_file" json:"upload_file" form:"upload_file"`
  783. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  784. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  785. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  786. Xgbz string `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  787. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  788. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  789. }
  790. func (TempHdLisAirDisinfect) TableName() string {
  791. return "t_hd_air_disinfect"
  792. }
  793. type TempHdLisBodyDisinfect struct {
  794. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  795. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  796. IsQualified string `gorm:"column:is_qualified" json:"is_qualified" form:"is_qualified"`
  797. InspectedValue string `gorm:"column:inspected_value" json:"inspected_value" form:"inspected_value"`
  798. InspectionTime time.Time `gorm:"column:inspection_time" json:"inspection_time" form:"inspection_time"`
  799. CaseOrder string `gorm:"column:case_order" json:"case_order" form:"case_order"`
  800. UploadFile string `gorm:"column:upload_file" json:"upload_file" form:"upload_file"`
  801. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  802. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  803. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  804. Xgbz string `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  805. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  806. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  807. }
  808. func (TempHdLisBodyDisinfect) TableName() string {
  809. return "xt_body_detection"
  810. }
  811. type TempHdLisWaterFc struct {
  812. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  813. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  814. EquitmentId string `gorm:"column:equitment_id" json:"equitment_id" form:"equitment_id"`
  815. WaterType string `gorm:"column:water_type" json:"water_type" form:"water_type"`
  816. InspectionOrgId string `gorm:"column:inspection_org_id" json:"inspection_org_id" form:"inspection_org_id"`
  817. InspectionTime time.Time `gorm:"column:inspection_time" json:"inspection_time" form:"inspection_time"`
  818. IsQualified string `gorm:"column:is_qualified" json:"is_qualified" form:"is_qualified"`
  819. InspectedValue string `gorm:"column:inspected_value" json:"inspected_value" form:"inspected_value"`
  820. CaseOrder string `gorm:"column:case_order" json:"case_order" form:"case_order"`
  821. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  822. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  823. UploadFile string `gorm:"column:upload_file" json:"upload_file" form:"upload_file"`
  824. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  825. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  826. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  827. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  828. }
  829. func (TempHdLisWaterFc) TableName() string {
  830. return "t_hd_water_fc"
  831. }
  832. type TempHdLisWaterEl struct {
  833. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  834. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  835. EquitmentId string `gorm:"column:equitment_id" json:"equitment_id" form:"equitment_id"`
  836. WaterType string `gorm:"column:water_type" json:"water_type" form:"water_type"`
  837. InspectionOrgId string `gorm:"column:inspection_org_id" json:"inspection_org_id" form:"inspection_org_id"`
  838. InspectionTime time.Time `gorm:"column:inspection_time" json:"inspection_time" form:"inspection_time"`
  839. IsQualified string `gorm:"column:is_qualified" json:"is_qualified" form:"is_qualified"`
  840. InspectedValue string `gorm:"column:inspected_value" json:"inspected_value" form:"inspected_value"`
  841. CaseOrder string `gorm:"column:case_order" json:"case_order" form:"case_order"`
  842. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  843. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  844. UploadFile string `gorm:"column:upload_file" json:"upload_file" form:"upload_file"`
  845. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  846. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  847. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  848. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  849. }
  850. func (TempHdLisWaterEl) TableName() string {
  851. return "t_hd_water_el"
  852. }
  853. type TempHdLisWaterTe struct {
  854. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  855. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  856. EquitmentId string `gorm:"column:equitment_id" json:"equitment_id" form:"equitment_id"`
  857. WaterType string `gorm:"column:water_type" json:"water_type" form:"water_type"`
  858. InspectionOrgId string `gorm:"column:inspection_org_id" json:"inspection_org_id" form:"inspection_org_id"`
  859. InspectionTime time.Time `gorm:"column:inspection_time" json:"inspection_time" form:"inspection_time"`
  860. IsQualified string `gorm:"column:is_qualified" json:"is_qualified" form:"is_qualified"`
  861. InspectedValue string `gorm:"column:inspected_value" json:"inspected_value" form:"inspected_value"`
  862. CaseOrder string `gorm:"column:case_order" json:"case_order" form:"case_order"`
  863. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  864. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  865. UploadFile string `gorm:"column:upload_file" json:"upload_file" form:"upload_file"`
  866. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  867. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  868. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  869. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  870. }
  871. func (TempHdLisWaterTe) TableName() string {
  872. return "t_hd_water_te"
  873. }
  874. type TempHdLisWaterNc struct {
  875. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  876. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  877. EquitmentId string `gorm:"column:equitment_id" json:"equitment_id" form:"equitment_id"`
  878. WaterType string `gorm:"column:water_type" json:"water_type" form:"water_type"`
  879. InspectionOrgId string `gorm:"column:inspection_org_id" json:"inspection_org_id" form:"inspection_org_id"`
  880. InspectionTime time.Time `gorm:"column:inspection_time" json:"inspection_time" form:"inspection_time"`
  881. IsQualified string `gorm:"column:is_qualified" json:"is_qualified" form:"is_qualified"`
  882. InspectedValue string `gorm:"column:inspected_value" json:"inspected_value" form:"inspected_value"`
  883. CaseOrder string `gorm:"column:case_order" json:"case_order" form:"case_order"`
  884. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  885. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  886. UploadFile string `gorm:"column:upload_file" json:"upload_file" form:"upload_file"`
  887. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  888. Xgbz string `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  889. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  890. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  891. }
  892. func (TempHdLisWaterNc) TableName() string {
  893. return "t_hd_water_nc"
  894. }
  895. type TempHdLisWaterPh struct {
  896. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  897. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  898. EquitmentId string `gorm:"column:equiment_id" json:"equiment_id" form:"equiment_id"`
  899. WaterType string `gorm:"column:water_type" json:"water_type" form:"water_type"`
  900. InspectionOrgId string `gorm:"column:inspection_org_id" json:"inspection_org_id" form:"inspection_org_id"`
  901. InspectionTime time.Time `gorm:"column:inspection_time" json:"inspection_time" form:"inspection_time"`
  902. IsQualified string `gorm:"column:is_qualified" json:"is_qualified" form:"is_qualified"`
  903. InspectedValue string `gorm:"column:inspected_value" json:"inspected_value" form:"inspected_value"`
  904. CaseOrder string `gorm:"column:case_order" json:"case_order" form:"case_order"`
  905. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  906. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  907. UploadFile string `gorm:"column:upload_file" json:"upload_file" form:"upload_file"`
  908. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  909. UpdateTime time.Time `gorm:"column:update_time" json:"update_time" form:"update_time"`
  910. Xgbz string `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  911. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  912. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  913. }
  914. func (TempHdLisWaterPh) TableName() string {
  915. return "t_hd_water_ph"
  916. }
  917. type TempHdLisWaterWh struct {
  918. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  919. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  920. EquitmentId string `gorm:"column:equitment_id" json:"equitment_id" form:"equitment_id"`
  921. WaterType string `gorm:"column:water_type" json:"water_type" form:"water_type"`
  922. InspectionOrgId string `gorm:"column:inspection_org_id" json:"inspection_org_id" form:"inspection_org_id"`
  923. InspectionTime time.Time `gorm:"column:inspection_time" json:"inspection_time" form:"inspection_time"`
  924. IsQualified string `gorm:"column:is_qualified" json:"is_qualified" form:"is_qualified"`
  925. InspectedValue string `gorm:"column:inspected_value" json:"inspected_value" form:"inspected_value"`
  926. CaseOrder string `gorm:"column:case_order" json:"case_order" form:"case_order"`
  927. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  928. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  929. UploadFile string `gorm:"column:upload_file" json:"upload_file" form:"upload_file"`
  930. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  931. UpdateTime time.Time `gorm:"column:update_time" json:"update_time" form:"update_time"`
  932. Xgbz string `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  933. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  934. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  935. }
  936. func (TempHdLisWaterWh) TableName() string {
  937. return "t_hd_water_wh"
  938. }
  939. type TempHdCi struct {
  940. InfectSn string `gorm:"column:infect_sn" json:"infect_sn" form:"infect_sn"`
  941. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  942. PatientNk string `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  943. AccessId string `gorm:"column:access_id" json:"access_id" form:"access_id"`
  944. CiType string `gorm:"column:ci_type" json:"ci_type" form:"ci_type"`
  945. BloodCulture string `gorm:"column:blood_culture" json:"blood_culture" form:"blood_culture"`
  946. InfectionDate time.Time `gorm:"column:infection_date" json:"infection_date" form:"infection_date"`
  947. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  948. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  949. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  950. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  951. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  952. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  953. }
  954. func (TempHdCi) TableName() string {
  955. return "t_hd_ci"
  956. }
  957. type TempHdCiOutCome struct {
  958. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  959. InfectSn string `gorm:"column:infect_sn" json:"infect_sn" form:"infect_sn"`
  960. PatientNk string `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  961. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  962. SequelaeType string `gorm:"column:sequelae_type" json:"sequelae_type" form:"sequelae_type"`
  963. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  964. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  965. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  966. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  967. UpdateTime time.Time `gorm:"column:update_time" json:"update_time" form:"update_time"`
  968. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  969. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  970. }
  971. func (TempHdCiOutCome) TableName() string {
  972. return "t_hd_ci_outcome"
  973. }
  974. type TempHdLisWaterBc struct {
  975. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  976. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  977. EquitmentId string `gorm:"column:equitment_id" json:"equitment_id" form:"equitment_id"`
  978. WaterType string `gorm:"column:water_type" json:"water_type" form:"water_type"`
  979. InspectionOrgId string `gorm:"column:inspection_org_id" json:"inspection_org_id" form:"inspection_org_id"`
  980. InspectionTime time.Time `gorm:"column:inspection_time" json:"inspection_time" form:"inspection_time"`
  981. IsQualified string `gorm:"column:is_qualified" json:"is_qualified" form:"is_qualified"`
  982. InspectedValue string `gorm:"column:inspected_value" json:"inspected_value" form:"inspected_value"`
  983. CaseOrder string `gorm:"column:case_order" json:"case_order" form:"case_order"`
  984. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  985. Xgbz string `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  986. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  987. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  988. UploadFile string `gorm:"column:upload_file" json:"upload_file" form:"upload_file"`
  989. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  990. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  991. }
  992. func (TempHdLisWaterBc) TableName() string {
  993. return "t_hd_water_bc"
  994. }
  995. type TempHdLisWaterEn struct {
  996. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  997. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  998. EquitmentId string `gorm:"column:equitment_id" json:"equitment_id" form:"equitment_id"`
  999. WaterType string `gorm:"column:water_type" json:"water_type" form:"water_type"`
  1000. InspectionOrgId string `gorm:"column:inspection_org_id" json:"inspection_org_id" form:"inspection_org_id"`
  1001. InspectionTime time.Time `gorm:"column:inspection_time" json:"inspection_time" form:"inspection_time"`
  1002. IsQualified string `gorm:"column:is_qualified" json:"is_qualified" form:"is_qualified"`
  1003. InspectedValue string `gorm:"column:inspected_value" json:"inspected_value" form:"inspected_value"`
  1004. CaseOrder string `gorm:"column:case_order" json:"case_order" form:"case_order"`
  1005. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  1006. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  1007. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  1008. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  1009. UploadFile string `gorm:"column:upload_file" json:"upload_file" form:"upload_file"`
  1010. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  1011. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  1012. }
  1013. func (TempHdLisWaterEn) TableName() string {
  1014. return "t_hd_water_en"
  1015. }
  1016. type TBDICPractitioner struct {
  1017. GH string `gorm:"column:GH" json:"GH" form:"GH"`
  1018. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1019. ZCM string `gorm:"column:ZCM" json:"ZCM" form:"ZCM"`
  1020. XM string `gorm:"column:XM" json:"XM" form:"XM"`
  1021. XBBM string `gorm:"column:XBBM" json:"XBBM" form:"XBBM"`
  1022. SSKS string `gorm:"column:SSKS" json:"SSKS" form:"SSKS"`
  1023. SZYWKSMC string `gorm:"column:SZYWKSMC" json:"SZYWKSMC" form:"SZYWKSMC"`
  1024. ZWDM string `gorm:"column:ZWDM" json:"ZWDM" form:"ZWDM"`
  1025. ZHIW string `gorm:"column:ZHIW" json:"ZHIW" form:"ZHIW"`
  1026. ZCDM string `gorm:"column:ZCDM" json:"ZCDM" form:"ZCDM"`
  1027. ZHIC string `gorm:"column:ZHIC" json:"ZHIC" form:"ZHIC"`
  1028. NNRYLDQK string `gorm:"column:NNRYLDQK" json:"NNRYLDQK" form:"NNRYLDQK"`
  1029. BZQK string `gorm:"column:BZQK" json:"BZQK" form:"BZQK"`
  1030. LB string `gorm:"column:LB" json:"LB" form:"LB"`
  1031. // ZZKYRYBS string `gorm:"column:ZZKYRYBS" json:"ZZKYRYBS" form:"ZZKYRYBS"`
  1032. YWSCSJ time.Time `gorm:"column:YWSCSJ" json:"YWSCSJ" form:"YWSCSJ"`
  1033. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1034. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1035. }
  1036. func (TBDICPractitioner) TableName() string {
  1037. return "TB_DIC_Practitioner"
  1038. }
  1039. type TBDICMedicines struct {
  1040. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1041. YYZBDM string `gorm:"column:YYZBDM" json:"YYZBDM" form:"YYZBDM"`
  1042. YPMC string `gorm:"column:YPMC" json:"YPMC" form:"YPMC"`
  1043. TYMC string `gorm:"column:TYMC" json:"TYMC" form:"TYMC"`
  1044. YPGG string `gorm:"column:YPGG" json:"YPGG" form:"YPGG"`
  1045. YNJXDA string `gorm:"column:YNJXDA" json:"YNJXDA" form:"YNJXDA"`
  1046. YNJXMC string `gorm:"column:YNJXMC" json:"YNJXMC" form:"YNJXMC"`
  1047. SYBZ string `gorm:"column:SYBZ" json:"SYBZ" form:"SYBZ"`
  1048. TSBZ string `gorm:"column:TSBZ" json:"TSBZ" form:"TSBZ"`
  1049. KSSBZ string `gorm:"column:KSSBZ" json:"KSSBZ" form:"KSSBZ"`
  1050. YPPZWH string `gorm:"column:YPPZWH" json:"YPPZWH" form:"YPPZWH"`
  1051. YPLX string `gorm:"column:YPLX" json:"YPLX" form:"YPLX"`
  1052. YNZJBZ string `gorm:"column:YNZJBZ" json:"YNZJBZ" form:"YNZJBZ"`
  1053. GJYBZ string `gorm:"column:GJYBZ" json:"GJYBZ" form:"GJYBZ"`
  1054. SJYBZ string `gorm:"column:SJYBZ" json:"SJYBZ" form:"SJYBZ"`
  1055. SHJYBZ string `gorm:"column:SHJYBZ" json:"SHJYBZ" form:"SHJYBZ"`
  1056. QJYBZ string `gorm:"column:QJYBZ" json:"QJYBZ" form:"QJYBZ"`
  1057. YWSCSJ time.Time `gorm:"column:YWSCSJ" json:"YWSCSJ" form:"YWSCSJ"`
  1058. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1059. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1060. }
  1061. func (TBDICMedicines) TableName() string {
  1062. return "TB_DIC_Medicines"
  1063. }
  1064. type TBDICZlxmml struct {
  1065. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1066. YYZBDM string `gorm:"column:YYZBDM" json:"YYZBDM" form:"YYZBDM"`
  1067. XMMC string `gorm:"column:XMMC" json:"XMMC" form:"XMMC"`
  1068. SFDW string `gorm:"column:SFDW" json:"SFDW" form:"SFDW"`
  1069. SFDJ string `gorm:"column:SFDJ" json:"SFDJ" form:"SFDJ"`
  1070. SYBZ string `gorm:"column:SYBZ" json:"SYBZ" form:"SYBZ"`
  1071. YWSCSJ time.Time `gorm:"column:YWSCSJ" json:"YWSCSJ" form:"YWSCSJ"`
  1072. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1073. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1074. }
  1075. func (TBDICZlxmml) TableName() string {
  1076. return "TB_DIC_ZLXMML"
  1077. }
  1078. type TBDICYpdzzd struct {
  1079. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1080. YNYPDM string `gorm:"column:YNYPDM" json:"YNYPDM" form:"YNYPDM"`
  1081. YPMC string `gorm:"column:YPMC" json:"YPMC" form:"YPMC"`
  1082. YPLX string `gorm:"column:YPLX" json:"YPLX" form:"YPLX"`
  1083. YPSPWYBSDM string `gorm:"column:YPSPWYBSDM" json:"YPSPWYBSDM" form:"YPSPWYBSDM"`
  1084. YPSPWYBSMC string `gorm:"column:YPSPWYBSMC" json:"YPSPWYBSMC" form:"YPSPWYBSMC"`
  1085. SJSHCSJ time.Time `gorm:"column:SJSHCSJ" json:"SJSHCSJ" form:"SJSHCSJ"`
  1086. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1087. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1088. }
  1089. func (TBDICYpdzzd) TableName() string {
  1090. return "TB_DIC_YPDZZD"
  1091. }
  1092. type TBDICZlxmdzzd struct {
  1093. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1094. YNZLXMDM string `gorm:"column:YNZLXMDM" json:"YNZLXMDM" form:"YNZLXMDM"`
  1095. YNZLXMMC string `gorm:"column:YNZLXMMC" json:"YNZLXMMC" form:"YNZLXMMC"`
  1096. WJSFDM string `gorm:"column:WJSFDM" json:"WJSFDM" form:"WJSFDM"`
  1097. WJSFMC string `gorm:"column:WJSFMC" json:"WJSFMC" form:"WJSFMC"`
  1098. SJSHCSJ time.Time `gorm:"column:SJSHCSJ" json:"SJSHCSJ" form:"SJSHCSJ"`
  1099. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1100. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1101. }
  1102. func (TBDICZlxmdzzd) TableName() string {
  1103. return "TB_DIC_ZLXMDZZD"
  1104. }
  1105. type TM_DICT_BED struct {
  1106. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1107. CWBM string `gorm:"column:CWBM" json:"CWBM" form:"CWBM"`
  1108. CH string `gorm:"column:CH" json:"CH" form:"CH"`
  1109. SSKSDM string `gorm:"column:SSKSDM" json:"SSKSDM" form:"SSKSDM"`
  1110. SSKSMC string `gorm:"column:SSKSMC" json:"SSKSMC" form:"SSKSMC"`
  1111. CWLX string `gorm:"column:CWLX" json:"CWLX" form:"CWLX"`
  1112. CWZT string `gorm:"column:CWZT" json:"ZWDM" form:"CWZT"`
  1113. DYZLXMDJ string `gorm:"column:DYZLXMDJ" json:"DYZLXMDJ" form:"DYZLXMDJ"`
  1114. ZYH string `gorm:"column:ZYH" json:"ZYH" form:"ZYH"`
  1115. YWSCSJ time.Time `gorm:"column:YWSCSJ" json:"YWSCSJ" form:"YWSCSJ"`
  1116. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1117. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1118. }
  1119. func (TM_DICT_BED) TableName() string {
  1120. return "TM_DICT_BED"
  1121. }
  1122. type TB_MZ_Patient_Information struct {
  1123. KH string `gorm:"column:KH" json:"KH" form:"KH"`
  1124. KLX string `gorm:"column:KLX" json:"KLX" form:"KLX"`
  1125. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1126. FKDQ string `gorm:"column:FKDQ" json:"FKDQ" form:"FKDQ"`
  1127. ZJHM string `gorm:"column:ZJHM" json:"ZJHM" form:"ZJHM"`
  1128. ZJLXDM string `gorm:"column:ZJLXDM" json:"ZJLXDM" form:"ZJLXDM"`
  1129. ZJLXMC string `gorm:"column:ZJLXMC" json:"ZJLXMC" form:"ZJLXMC"`
  1130. XM string `gorm:"column:XM" json:"XM" form:"XM"`
  1131. CSRQ string `gorm:"column:CSRQ" json:"CSRQ" form:"CSRQ"`
  1132. MZDM string `gorm:"column:MZDM" json:"MZDM" form:"MZDM"`
  1133. MZMC string `gorm:"column:MZMC" json:"MZMC" form:"MZMC"`
  1134. GJDM string `gorm:"column:GJDM" json:"GJDM" form:"GJDM"`
  1135. GJMC string `gorm:"column:GJMC" json:"GJMC" form:"GJMC"`
  1136. SJHM string `gorm:"column:SJHM" json:"SJHM" form:"SJHM"`
  1137. XBDM string `gorm:"column:XBDM" json:"XBDM" form:"XBDM"`
  1138. XBMC string `gorm:"column:XBMC" json:"XBMC" form:"XBMC"`
  1139. HZLXDM string `gorm:"column:HZLXDM" json:"HZLXDM" form:"HZLXDM"`
  1140. HZLXMC string `gorm:"column:HZLXMC" json:"HZLXMC" form:"HZLXMC"`
  1141. YWSCSJ time.Time `gorm:"column:YWSCSJ" json:"YWSCSJ" form:"YWSCSJ"`
  1142. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1143. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1144. }
  1145. func (TB_MZ_Patient_Information) TableName() string {
  1146. return "TB_MZ_Patient_Information"
  1147. }
  1148. type TB_HIS_MZ_Reg struct {
  1149. GHRQ string `gorm:"column:GHRQ" json:"GHRQ" form:"GHRQ"`
  1150. JZLSH string `gorm:"column:JZLSH" json:"JZLSH" form:"JZLSH"`
  1151. GTHBZ string `gorm:"column:GTHBZ" json:"GTHBZ" form:"GTHBZ"`
  1152. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1153. STFBH string `gorm:"column:STFBH" json:"STFBH" form:"STFBH"`
  1154. GTHSJ string `gorm:"column:GTHSJ" json:"GTHSJ" form:"GTHSJ"`
  1155. GHHX string `gorm:"column:GHHX" json:"GHHX" form:"GHHX"`
  1156. GHLB string `gorm:"column:GHLB" json:"GHLB" form:"GHLB"`
  1157. GHMC string `gorm:"column:GHMC" json:"GHMC" form:"GHMC"`
  1158. YLFYLYDM string `gorm:"column:YLFYLYDM" json:"YLFYLYDM" form:"YLFYLYDM"`
  1159. YLBXLBDM string `gorm:"column:YLBXLBDM" json:"YLBXLBDM" form:"YLBXLBDM"`
  1160. YBZHBZ string `gorm:"column:YBZHBZ" json:"YBZHBZ" form:"YBZHBZ"`
  1161. SSJYBZ string `gorm:"column:SSJYBZ" json:"SSJYBZ" form:"SSJYBZ"`
  1162. KSBM string `gorm:"column:KSBM" json:"KSBM" form:"KSBM"`
  1163. KSMC string `gorm:"column:KSMC" json:"KSMC" form:"KSMC"`
  1164. YSBM string `gorm:"column:YSBM" json:"YSBM" form:"YSBM"`
  1165. YSXM string `gorm:"column:YSXM" json:"YSXM" form:"YSXM"`
  1166. TXBZ string `gorm:"column:TXBZ" json:"TXBZ" form:"TXBZ"`
  1167. WDBZ string `gorm:"column:WDBZ" json:"WDBZ" form:"WDBZ"`
  1168. KH string `gorm:"column:KH" json:"KH" form:"KH"`
  1169. KLX string `gorm:"column:KLX" json:"KLX" form:"KLX"`
  1170. SFYY string `gorm:"column:SFYY" json:"SFYY" form:"SFYY"`
  1171. GHRCBS string `gorm:"column:GHRCBS" json:"GHRCBS" form:"GHRCBS"`
  1172. GHFY float64 `gorm:"column:GHFY" json:"GHFY" form:"GHFY"`
  1173. JMGHF float64 `gorm:"column:JMGHF" json:"JMGHF" form:"JMGHF"`
  1174. GHFXM string `gorm:"column:GHFXM" json:"GHFXM" form:"GHFXM"`
  1175. ZJFXM string `gorm:"column:ZJFXM" json:"ZJFXM" form:"ZJFXM"`
  1176. ZJF float64 `gorm:"column:ZJF" json:"ZJF" form:"ZJF"`
  1177. JMZJF float64 `gorm:"column:JMZJF" json:"JMZJF" form:"JMZJF"`
  1178. QTF string `gorm:"column:QTF" json:"QTF" form:"QTF"`
  1179. CZYBM string `gorm:"column:CZYBM" json:"CZYBM" form:"CZYBM"`
  1180. CZYXM string `gorm:"column:CZYXM" json:"CZYXM" form:"CZYXM"`
  1181. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1182. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1183. }
  1184. func (TB_HIS_MZ_Reg) TableName() string {
  1185. return "TB_HIS_MZ_Reg"
  1186. }
  1187. type TB_YL_MZ_Medical_Record struct {
  1188. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1189. JZLSH string `gorm:"column:JZLSH" json:"JZLSH" form:"JZLSH"`
  1190. KH string `gorm:"column:KH" json:"KH" form:"KH"`
  1191. KLX string `gorm:"column:KLX" json:"KLX" form:"KLX"`
  1192. MJZH string `gorm:"column:MJZH" json:"MJZH" form:"MJZH"`
  1193. HZXM string `gorm:"column:HZXM" json:"HZXM" form:"HZXM"`
  1194. NLS int64 `gorm:"column:NLS" json:"NLS" form:"NLS"`
  1195. JZLX string `gorm:"column:JZLX" json:"JZLX" form:"JZLX"`
  1196. CZBZ string `gorm:"column:CZBZ" json:"CZBZ" form:"CZBZ"`
  1197. SFTH string `gorm:"column:SFTH" json:"SFTH" form:"SFTH"`
  1198. YLBXLBDM string `gorm:"column:YLBXLBDM" json:"YLBXLBDM" form:"YLBXLBDM"`
  1199. YLFKFSDM string `gorm:"column:YLFKFSDM" json:"YLFKFSDM" form:"YLFKFSDM"`
  1200. TXBZ string `gorm:"column:TXBZ" json:"TXBZ" form:"TXBZ"`
  1201. YBZHBZ string `gorm:"column:YBZHBZ" json:"YBZHBZ" form:"YBZHBZ"`
  1202. WDBZ string `gorm:"column:WDBZ" json:"WDBZ" form:"WDBZ"`
  1203. SFSYZYZLJS string `gorm:"column:SFSYZYZLJS" json:"SFSYZYZLJS" form:"SFSYZYZLJS"`
  1204. ZYZLJSLB string `gorm:"column:ZYZLJSLB" json:"ZYZLJSLB" form:"ZYZLJSLB"`
  1205. SFSYZYZHLJS string `gorm:"column:SFSYZYZHLJS" json:"SFSYZYZHLJS" form:"SFSYZYZHLJS"`
  1206. JZKSBM string `gorm:"column:JZKSBM" json:"JZKSBM" form:"JZKSBM"`
  1207. JZKSMC string `gorm:"column:JZKSMC" json:"JZKSMC" form:"JZKSMC"`
  1208. JZKSRQ string `gorm:"column:JZKSRQ" json:"JZKSRQ" form:"JZKSRQ"`
  1209. ZZYSGH string `gorm:"column:ZZYSGH" json:"ZZYSGH" form:"ZZYSGH"`
  1210. ZZYSXM string `gorm:"column:ZZYSXM" json:"ZZYSXM" form:"ZZYSXM"`
  1211. BMLX string `gorm:"column:BMLX" json:"BMLX" form:"BMLX"`
  1212. JZZDBM string `gorm:"column:JZZDBM" json:"JZZDBM" form:"JZZDBM"`
  1213. JZZDSM string `gorm:"column:JZZDSM" json:"ZZDSM" form:"JZZDSM"`
  1214. JZZTDM string `gorm:"column:JZZTDM" json:"JZZTDM" form:"JZZTDM"`
  1215. JZZTMC string `gorm:"column:JZZTMC" json:"JZZTMC" form:"JZZTMC"`
  1216. JZJSSJ string `gorm:"column:JZJSSJ" json:"JZJSSJ" form:"JZJSSJ"`
  1217. ZS string `gorm:"column:ZS" json:"ZS" form:"ZS"`
  1218. ZZMS string `gorm:"column:ZZMS" json:"ZZMS" form:"ZZMS"`
  1219. YWSCSJ time.Time `gorm:"column:YWSCSJ" json:"YWSCSJ" form:"YWSCSJ"`
  1220. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1221. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1222. }
  1223. func (TB_YL_MZ_Medical_Record) TableName() string {
  1224. return "TB_YL_MZ_Medical_Record"
  1225. }
  1226. type TB_Diagnosis_Detail struct {
  1227. ZYZDLSH string `gorm:"column:ZYZDLSH" json:"ZYZDLSH" form:"ZYZDLSH"`
  1228. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1229. JZLSH string `gorm:"column:JZLSH" json:"JZLSH" form:"JZLSH"`
  1230. MZZYBZ string `gorm:"column:MZZYBZ" json:"MZZYBZ" form:"MZZYBZ"`
  1231. KH string `gorm:"column:KH" json:"KH" form:"KH"`
  1232. KLX string `gorm:"column:KLX" json:"KLX" form:"KLX"`
  1233. ZDLXQF string `gorm:"column:ZDLXQF" json:"ZDLXQF" form:"ZDLXQF"`
  1234. ZDLB string `gorm:"column:ZDLB" json:"ZDLB" form:"ZDLB"`
  1235. ZDSJ string `gorm:"column:ZDSJ" json:"ZDSJ" form:"ZDSJ"`
  1236. ZDBM string `gorm:"column:ZDBM" json:"ZDBM" form:"ZDBM"`
  1237. BMLX string `gorm:"column:BMLX" json:"BMLX" form:"BMLX"`
  1238. CYZDBZ string `gorm:"column:CYZDBZ" json:"CYZDBZ" form:"CYZDBZ"`
  1239. YZDBZ string `gorm:"column:YZDBZ" json:"YZDBZ" form:"YZDBZ"`
  1240. CRBBZ string `gorm:"column:CRBBZ" json:"CRBBZ" form:"CRBBZ"`
  1241. RYBQ string `gorm:"column:RYBQ" json:"RYBQ" form:"RYBQ"`
  1242. JLRQSJ time.Time `gorm:"column:JLRQSJ" json:"JLRQSJ" form:"JLRQSJ"`
  1243. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1244. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1245. }
  1246. func (TB_Diagnosis_Detail) TableName() string {
  1247. return "TB_Diagnosis_Detail"
  1248. }
  1249. type TB_STAT_YWL_Report struct {
  1250. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1251. KSBM string `gorm:"column:KSBM" json:"KSBM" form:"KSBM"`
  1252. YWSJ string `gorm:"column:YWSJ" json:"YWSJ" form:"YWSJ"`
  1253. MZRC int64 `gorm:"column:MZRC" json:"MZRC" form:"MZRC"`
  1254. JZRC int64 `gorm:"column:JZRC" json:"JZRC" form:"JZRC"`
  1255. TJRC int64 `gorm:"column:TJRC" json:"TJRC" form:"TJRC"`
  1256. RYRC int64 `gorm:"column:RYRC" json:"RYRC" form:"RYRC"`
  1257. CYRC int64 `gorm:"column:CYRC" json:"CYRC" form:"CYRC"`
  1258. CGRC int64 `gorm:"column:CGRC" json:"CGRC" form:"CGRC"`
  1259. RGBLS int64 `gorm:"column:RGBLS" json:"RGBLS" form:"RGBLS"`
  1260. ZYRS int64 `gorm:"column:ZYRS" json:"ZYRS" form:"ZYRS"`
  1261. SYCWS int64 `gorm:"column:SYCWS" json:"SYCWS" form:"SYCWS"`
  1262. BZCWS int64 `gorm:"column:BZCWS" json:"BZCWS" form:"BZCWS"`
  1263. SJSYCWS int64 `gorm:"column:SJSYCWS" json:"SJSYCWS" form:"SJSYCWS"`
  1264. KCS int64 `gorm:"column:KCS" json:"KCS" form:"KCS"`
  1265. KFTSCS int64 `gorm:"column:KFTSCS" json:"KFTSCS" form:"KFTSCS"`
  1266. JTBCS int64 `gorm:"column:JTBCS" json:"JTBCS" form:"JTBCS"`
  1267. SSLS int64 `gorm:"column:SSLS" json:"SSLS" form:"SSLS"`
  1268. MJZYLFY float64 `gorm:"column:MJZYLFY" json:"MJZYLFY" form:"MJZYLFY"`
  1269. ZYYLFY int64 `gorm:"column:ZYYLFY" json:"ZYYLFY" form:"ZYYLFY"`
  1270. MJZYPFY float64 `gorm:"column:MJZYPFY" json:"MJZYPFY" form:"MJZYPFY"`
  1271. ZYYPFY int64 `gorm:"column:ZYYPFY" json:"ZYYPFY" form:"ZYYPFY"`
  1272. MJZYBYLFY float64 `gorm:"column:MJZYBYLFY" json:"MJZYBYLFY" form:"MJZYBYLFY"`
  1273. ZYYBYLFY int64 `gorm:"column:ZYYBYLFY" json:"ZYYBYLFY" form:"ZYYBYLFY"`
  1274. MJZYBYPFY float64 `gorm:"column:MJZYBYPFY" json:"MJZYBYPFY" form:"MJZYBYPFY"`
  1275. ZYYBYPFY int64 `gorm:"column:ZYYBYPFY" json:"ZYYBYPFY" form:"ZYYBYPFY"`
  1276. ZYSJFSYS int64 `gorm:"column:ZYSJFSYS" json:"ZYSJFSYS" form:"ZYSJFSYS"`
  1277. CYYLSR int64 `gorm:"column:CYYLSR" json:"CYYLSR" form:"CYYLSR"`
  1278. CYYPSR int64 `gorm:"column:CYYPSR" json:"CYYPSR" form:"CYYPSR"`
  1279. CYYBYLSR int64 `gorm:"column:CYYBYLSR" json:"CYYBYLSR" form:"CYYBYLSR"`
  1280. CYYBYPSR int64 `gorm:"column:CYYBYPSR" json:"CYYBYPSR" form:"CYYBYPSR"`
  1281. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1282. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1283. }
  1284. func (TB_STAT_YWL_Report) TableName() string {
  1285. return "TB_STAT_YWL_Report"
  1286. }
  1287. type TB_CIS_Prescription struct {
  1288. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1289. CYH string `gorm:"column:CYH" json:"CYH" form:"CYH"`
  1290. JZLSH string `gorm:"column:JZLSH" json:"JZLSH" form:"JZLSH"`
  1291. KH string `gorm:"column:KH" json:"KH" form:"KH"`
  1292. KLX string `gorm:"column:KLX" json:"KLX" form:"KLX"`
  1293. CFLX string `gorm:"column:CFLX" json:"CFLX" form:"CFLX"`
  1294. YPLX string `gorm:"column:YPLX" json:"YPLX" form:"YPLX"`
  1295. ZYYPCFLB string `gorm:"column:ZYYPCFLB" json:"ZYYPCFLB" form:"ZYYPCFLB"`
  1296. CFJS string `gorm:"column:CFJS" json:"CFJS" form:"CFJS"`
  1297. JZKSDM string `gorm:"column:JZKSDM" json:"JZKSDM" form:"JZKSDM"`
  1298. JZKSMC string `gorm:"column:JZKSMC" json:"JZKSMC" form:"JZKSMC"`
  1299. KFYS string `gorm:"column:KFYS" json:"KFYS" form:"KFYS"`
  1300. KFYSXM string `gorm:"column:KFYSXM" json:"KFYSXM" form:"KFYSXM"`
  1301. KFRQ string `gorm:"column:KFRQ" json:"KFRQ" form:"KFRQ"`
  1302. CFLRSJ string `gorm:"column:CFLRSJ" json:"CFLRSJ" form:"CFLRSJ"`
  1303. SGCFBZ string `gorm:"column:SGCFBZ" json:"SGCFBZ" form:"SGCFBZ"`
  1304. CFYPJE float64 `gorm:"column:CFYPJE" json:"CFYPJE" form:"CFYPJE"`
  1305. TFBZ string `gorm:"column:TFBZ" json:"TFBZ" form:"TFBZ"`
  1306. XYZDDM string `gorm:"column:XYZDDM" json:"XYZDDM" form:"XYZDDM"`
  1307. XYZDMC string `gorm:"column:XYZDMC" json:"XYZDMC" form:"XYZDMC"`
  1308. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1309. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1310. }
  1311. func (TB_CIS_Prescription) TableName() string {
  1312. return "TB_CIS_Prescription"
  1313. }
  1314. type TB_CIS_Prescription_Detail struct {
  1315. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1316. CYH string `gorm:"column:CYH" json:"CYH" form:"CYH"`
  1317. CFMXH string `gorm:"column:CFMXH" json:"CFMXH" form:"CFMXH"`
  1318. JZLSH string `gorm:"column:JZLSH" json:"JZLSH" form:"JZLSH"`
  1319. XMBM string `gorm:"column:XMBM" json:"XMBM" form:"XMBM"`
  1320. XMBMYB string `gorm:"column:XMBMYB" json:"XMBMYB" form:"XMBMYB"`
  1321. XMMC string `gorm:"column:XMMC" json:"XMMC" form:"XMMC"`
  1322. XMSL float64 `gorm:"column:XMSL" json:"XMSL" form:"XMSL"`
  1323. XMDW string `gorm:"column:XMDW" json:"XMDW" form:"XMDW"`
  1324. XMDJ float64 `gorm:"column:XMDJ" json:"XMDJ" form:"XMDJ"`
  1325. XMJE float64 `gorm:"column:XMJE" json:"XMJE" form:"XMJE"`
  1326. XMLB string `gorm:"column:XMLB" json:"XMLB" form:"XMLB"`
  1327. YWFLDM string `gorm:"column:YWFLDM" json:"YWFLDM" form:"YWFLDM"`
  1328. SFJJ string `gorm:"column:SFJJ" json:"SFJJ" form:"SFJJ"`
  1329. SFPS string `gorm:"column:SFPS" json:"SFPS" form:"SFPS"`
  1330. YPGG string `gorm:"column:YPGG" json:"YPGG" form:"YPGG"`
  1331. SCPH string `gorm:"column:SCPH" json:"SCPH" form:"SCPH"`
  1332. YXQZ string `gorm:"column:YXQZ" json:"YXQZ" form:"YXQZ"`
  1333. SYPCDM string `gorm:"column:SYPCDM" json:"SYPCDM" form:"SYPCDM"`
  1334. SYPC string `gorm:"column:SYPC" json:"SYPC" form:"SYPC"`
  1335. JL float64 `gorm:"column:JL" json:"JL" form:"JL"`
  1336. DW string `gorm:"column:DW" json:"DW" form:"DW"`
  1337. MCSL float64 `gorm:"column:MCSL" json:"MCSL" form:"MCSL"`
  1338. MCDW string `gorm:"column:MCDW" json:"MCDW" form:"MCDW"`
  1339. YF string `gorm:"column:YF" json:"YF" form:"YF"`
  1340. YPYF string `gorm:"column:YPYF" json:"YPYF" form:"YPYF"`
  1341. YYTS int64 `gorm:"column:YYTS" json:"YYTS" form:"YYTS"`
  1342. YWSYZJL float64 `gorm:"column:YWSYZJL" json:"YWSYZJL" form:"YWSYZJL"`
  1343. YWSYZJLDW string `gorm:"column:YWSYZJLDW" json:"YWSYZJLDW" form:"YWSYZJLDW"`
  1344. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1345. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1346. }
  1347. func (TB_CIS_Prescription_Detail) TableName() string {
  1348. return "TB_CIS_Prescription_Detail"
  1349. }
  1350. type TB_HIS_MZ_Charge struct {
  1351. STFRQ string `gorm:"column:STFRQ" json:"STFRQ" form:"STFRQ"`
  1352. STFBH string `gorm:"column:STFBH" json:"STFBH" form:"STFBH"`
  1353. STFBZ string `gorm:"column:STFBZ" json:"STFBZ" form:"STFBZ"`
  1354. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1355. GHBM string `gorm:"column:GHBM" json:"GHBM" form:"GHBM"`
  1356. KH string `gorm:"column:KH" json:"KH" form:"KH"`
  1357. KLX string `gorm:"column:KLX" json:"KLX" form:"KLX"`
  1358. FPH string `gorm:"column:FPH" json:"FPH" form:"FPH"`
  1359. YLFKFSDM string `gorm:"column:YLFKFSDM" json:"YLFKFSDM" form:"YLFKFSDM"`
  1360. YLBXLBDM string `gorm:"column:YLBXLBDM" json:"YLBXLBDM" form:"YLBXLBDM"`
  1361. YBZHBZ string `gorm:"column:YBZHBZ" json:"YBZHBZ" form:"YBZHBZ"`
  1362. SSJYBZ string `gorm:"column:SSJYBZ" json:"SSJYBZ" form:"SSJYBZ"`
  1363. ZLLX string `gorm:"column:ZLLX" json:"ZLLX" form:"ZLLX"`
  1364. WDBZ string `gorm:"column:WDBZ" json:"WDBZ" form:"WDBZ"`
  1365. STFSJ string `gorm:"column:STFSJ" json:"STFSJ" form:"STFSJ"`
  1366. STFZE float64 `gorm:"column:STFZE" json:"STFZE" form:"STFZE"`
  1367. SSJE float64 `gorm:"column:SSJE" json:"SSJE" form:"SSJE"`
  1368. YBFWWZF float64 `gorm:"column:YBFWWZF" json:"YBFWWZF" form:"YBFWWZF"`
  1369. TXFYE string `gorm:"column:TXFYE" json:"TXFYE" form:"TXFYE"`
  1370. TXYF string `gorm:"column:TXYF" json:"TXYF" form:"TXYF"`
  1371. GHF string `gorm:"column:GHF" json:"GHF" form:"GHF"`
  1372. ZLF string `gorm:"column:ZLF" json:"ZLF" form:"ZLF"`
  1373. ZHF float64 `gorm:"column:ZHF" json:"ZHF" form:"ZHF"`
  1374. JCF float64 `gorm:"column:JCF" json:"JCF" form:"JCF"`
  1375. SSF float64 `gorm:"column:SSF" json:"SSF" form:"SSF"`
  1376. WSCLF float64 `gorm:"column:WSCLF" json:"WSCLF" form:"WSCLF"`
  1377. CWF float64 `gorm:"column:CWF" json:"CWF" form:"CWF"`
  1378. HLF string `gorm:"column:HLF" json:"HLF" form:"HLF"`
  1379. YSFWF string `gorm:"column:YSFWF" json:"YSFWF" form:"YSFWF"`
  1380. YBZLF string `gorm:"column:YBZLF" json:"YBZLF" form:"YBZLF"`
  1381. HYF float64 `gorm:"column:HYF" json:"HYF" form:"HYF"`
  1382. TSF string `gorm:"column:TSF" json:"TSF" form:"TSF"`
  1383. SPF string `gorm:"column:SPF" json:"SPF" form:"SPF"`
  1384. XYF float64 `gorm:"column:XYF" json:"XYF" form:"XYF"`
  1385. YHJE float64 `gorm:"column:YHJE" json:"YHJE" form:"YHJE"`
  1386. ZFJE float64 `gorm:"column:ZFJE" json:"ZFJE" form:"ZFJE"`
  1387. YBJZ float64 `gorm:"column:YBJZ" json:"YBJZ" form:"YBJZ"`
  1388. YBJJ float64 `gorm:"column:YBJJ" json:"YBJJ" form:"YBJJ"`
  1389. YBZE float64 `gorm:"column:YBZE" json:"YBZE" form:"YBZE"`
  1390. YBZF float64 `gorm:"column:YBZF" json:"YBZF" form:"YBZF"`
  1391. ZCYF float64 `gorm:"column:ZCYF" json:"ZCYF" form:"ZCYF"`
  1392. ZYZJF string `gorm:"column:ZYZJF" json:"ZYZJF" form:"ZYZJF"`
  1393. ZCAF string `gorm:"column:ZCAF" json:"ZCAF" form:"ZCAF"`
  1394. QTF float64 `gorm:"column:QTF" json:"QTF" form:"QTF"`
  1395. CFZS string `gorm:"column:CFZS" json:"CFZS" form:"CFZS"`
  1396. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1397. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1398. }
  1399. func (TB_HIS_MZ_Charge) TableName() string {
  1400. return "TB_HIS_MZ_Charge"
  1401. }
  1402. type TB_HIS_MZ_Fee_Detail struct {
  1403. SFMXID string `gorm:"column:SFMXID" json:"SFMXID" form:"SFMXID"`
  1404. TFBZ string `gorm:"column:TFBZ" json:"TFBZ" form:"TFBZ"`
  1405. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1406. JZLSH string `gorm:"column:JZLSH" json:"JZLSH" form:"JZLSH"`
  1407. STFBH string `gorm:"column:STFBH" json:"STFBH" form:"STFBH"`
  1408. KH string `gorm:"column:KH" json:"KH" form:"KH"`
  1409. KLX string `gorm:"column:KLX" json:"KLX" form:"KLX"`
  1410. ZLLX string `gorm:"column:ZLLX" json:"ZLLX" form:"ZLLX"`
  1411. YLFKFSDM string `gorm:"column:YLFKFSDM" json:"YLFKFSDM" form:"YLFKFSDM"`
  1412. FPH string `gorm:"column:FPH" json:"FPH" form:"FPH"`
  1413. STFSJ string `gorm:"column:STFSJ" json:"STFSJ" form:"STFSJ"`
  1414. MXFYLB string `gorm:"column:MXFYLB" json:"MXFYLB" form:"MXFYLB"`
  1415. MXXMBM string `gorm:"column:MXXMBM" json:"MXXMBM" form:"MXXMBM"`
  1416. MXXMBMYB string `gorm:"column:MXXMBMYB" json:"MXXMBMYB" form:"MXXMBMYB"`
  1417. MXXMMC string `gorm:"column:MXXMMC" json:"MXXMMC" form:"MXXMMC"`
  1418. MXXMDW string `gorm:"column:MXXMDW" json:"MXXMDW" form:"MXXMDW"`
  1419. MXXMDJ float64 `gorm:"column:MXXMDJ" json:"MXXMDJ" form:"MXXMDJ"`
  1420. MXXMSL float64 `gorm:"column:MXXMSL" json:"MXXMSL" form:"MXXMSL"`
  1421. MXXMJE float64 `gorm:"column:MXXMJE" json:"MXXMJE" form:"MXXMJE"`
  1422. KDKSBM string `gorm:"column:KDKSBM" json:"KDKSBM" form:"KDKSBM"`
  1423. KDKSMC string `gorm:"column:KDKSMC" json:"KDKSMC" form:"KDKSMC"`
  1424. KDRGH string `gorm:"column:KDRGH" json:"KDRGH" form:"KDRGH"`
  1425. KDRXM string `gorm:"column:KDRXM" json:"KDRXM" form:"KDRXM"`
  1426. ZXKSBM string `gorm:"column:ZXKSBM" json:"ZXKSBM" form:"ZXKSBM"`
  1427. ZXKSMC string `gorm:"column:ZXKSMC" json:"ZXKSMC" form:"ZXKSMC"`
  1428. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1429. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1430. }
  1431. func (TB_HIS_MZ_Fee_Detail) TableName() string {
  1432. return "TB_HIS_MZ_Fee_Detail"
  1433. }