runtime.go 74 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139
  1. // Code generated by ent, DO NOT EDIT.
  2. package runtime
  3. import (
  4. "time"
  5. "wechat-api/ent/agent"
  6. "wechat-api/ent/agentbase"
  7. "wechat-api/ent/aliyunavatar"
  8. "wechat-api/ent/batchmsg"
  9. "wechat-api/ent/category"
  10. "wechat-api/ent/chatrecords"
  11. "wechat-api/ent/chatsession"
  12. "wechat-api/ent/contact"
  13. "wechat-api/ent/employee"
  14. "wechat-api/ent/employeeconfig"
  15. "wechat-api/ent/label"
  16. "wechat-api/ent/labelrelationship"
  17. "wechat-api/ent/message"
  18. "wechat-api/ent/messagerecords"
  19. "wechat-api/ent/msg"
  20. "wechat-api/ent/schema"
  21. "wechat-api/ent/server"
  22. "wechat-api/ent/sopnode"
  23. "wechat-api/ent/sopstage"
  24. "wechat-api/ent/soptask"
  25. "wechat-api/ent/token"
  26. "wechat-api/ent/tutorial"
  27. "wechat-api/ent/workexperience"
  28. "wechat-api/ent/wx"
  29. "wechat-api/ent/wxcard"
  30. "wechat-api/ent/wxcarduser"
  31. "wechat-api/ent/wxcardvisit"
  32. )
  33. // The init function reads all schema descriptors with runtime code
  34. // (default values, validators, hooks and policies) and stitches it
  35. // to their package variables.
  36. func init() {
  37. agentMixin := schema.Agent{}.Mixin()
  38. agentMixinHooks1 := agentMixin[1].Hooks()
  39. agent.Hooks[0] = agentMixinHooks1[0]
  40. agentMixinInters1 := agentMixin[1].Interceptors()
  41. agent.Interceptors[0] = agentMixinInters1[0]
  42. agentMixinFields0 := agentMixin[0].Fields()
  43. _ = agentMixinFields0
  44. agentFields := schema.Agent{}.Fields()
  45. _ = agentFields
  46. // agentDescCreatedAt is the schema descriptor for created_at field.
  47. agentDescCreatedAt := agentMixinFields0[1].Descriptor()
  48. // agent.DefaultCreatedAt holds the default value on creation for the created_at field.
  49. agent.DefaultCreatedAt = agentDescCreatedAt.Default.(func() time.Time)
  50. // agentDescUpdatedAt is the schema descriptor for updated_at field.
  51. agentDescUpdatedAt := agentMixinFields0[2].Descriptor()
  52. // agent.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  53. agent.DefaultUpdatedAt = agentDescUpdatedAt.Default.(func() time.Time)
  54. // agent.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  55. agent.UpdateDefaultUpdatedAt = agentDescUpdatedAt.UpdateDefault.(func() time.Time)
  56. // agentDescName is the schema descriptor for name field.
  57. agentDescName := agentFields[0].Descriptor()
  58. // agent.NameValidator is a validator for the "name" field. It is called by the builders before save.
  59. agent.NameValidator = agentDescName.Validators[0].(func(string) error)
  60. // agentDescStatus is the schema descriptor for status field.
  61. agentDescStatus := agentFields[2].Descriptor()
  62. // agent.DefaultStatus holds the default value on creation for the status field.
  63. agent.DefaultStatus = agentDescStatus.Default.(int)
  64. // agent.StatusValidator is a validator for the "status" field. It is called by the builders before save.
  65. agent.StatusValidator = agentDescStatus.Validators[0].(func(int) error)
  66. // agentDescBackground is the schema descriptor for background field.
  67. agentDescBackground := agentFields[3].Descriptor()
  68. // agent.DefaultBackground holds the default value on creation for the background field.
  69. agent.DefaultBackground = agentDescBackground.Default.(string)
  70. // agentDescExamples is the schema descriptor for examples field.
  71. agentDescExamples := agentFields[4].Descriptor()
  72. // agent.DefaultExamples holds the default value on creation for the examples field.
  73. agent.DefaultExamples = agentDescExamples.Default.(string)
  74. // agentDescOrganizationID is the schema descriptor for organization_id field.
  75. agentDescOrganizationID := agentFields[5].Descriptor()
  76. // agent.OrganizationIDValidator is a validator for the "organization_id" field. It is called by the builders before save.
  77. agent.OrganizationIDValidator = agentDescOrganizationID.Validators[0].(func(uint64) error)
  78. // agentDescDatasetID is the schema descriptor for dataset_id field.
  79. agentDescDatasetID := agentFields[6].Descriptor()
  80. // agent.DefaultDatasetID holds the default value on creation for the dataset_id field.
  81. agent.DefaultDatasetID = agentDescDatasetID.Default.(string)
  82. // agent.DatasetIDValidator is a validator for the "dataset_id" field. It is called by the builders before save.
  83. agent.DatasetIDValidator = agentDescDatasetID.Validators[0].(func(string) error)
  84. // agentDescCollectionID is the schema descriptor for collection_id field.
  85. agentDescCollectionID := agentFields[7].Descriptor()
  86. // agent.DefaultCollectionID holds the default value on creation for the collection_id field.
  87. agent.DefaultCollectionID = agentDescCollectionID.Default.(string)
  88. // agent.CollectionIDValidator is a validator for the "collection_id" field. It is called by the builders before save.
  89. agent.CollectionIDValidator = agentDescCollectionID.Validators[0].(func(string) error)
  90. agentbaseFields := schema.AgentBase{}.Fields()
  91. _ = agentbaseFields
  92. // agentbaseDescQ is the schema descriptor for q field.
  93. agentbaseDescQ := agentbaseFields[1].Descriptor()
  94. // agentbase.DefaultQ holds the default value on creation for the q field.
  95. agentbase.DefaultQ = agentbaseDescQ.Default.(string)
  96. // agentbaseDescA is the schema descriptor for a field.
  97. agentbaseDescA := agentbaseFields[2].Descriptor()
  98. // agentbase.DefaultA holds the default value on creation for the a field.
  99. agentbase.DefaultA = agentbaseDescA.Default.(string)
  100. // agentbaseDescChunkIndex is the schema descriptor for chunk_index field.
  101. agentbaseDescChunkIndex := agentbaseFields[3].Descriptor()
  102. // agentbase.ChunkIndexValidator is a validator for the "chunk_index" field. It is called by the builders before save.
  103. agentbase.ChunkIndexValidator = agentbaseDescChunkIndex.Validators[0].(func(uint64) error)
  104. // agentbaseDescDatasetID is the schema descriptor for dataset_id field.
  105. agentbaseDescDatasetID := agentbaseFields[5].Descriptor()
  106. // agentbase.DefaultDatasetID holds the default value on creation for the dataset_id field.
  107. agentbase.DefaultDatasetID = agentbaseDescDatasetID.Default.(string)
  108. // agentbaseDescCollectionID is the schema descriptor for collection_id field.
  109. agentbaseDescCollectionID := agentbaseFields[6].Descriptor()
  110. // agentbase.DefaultCollectionID holds the default value on creation for the collection_id field.
  111. agentbase.DefaultCollectionID = agentbaseDescCollectionID.Default.(string)
  112. // agentbaseDescSourceName is the schema descriptor for source_name field.
  113. agentbaseDescSourceName := agentbaseFields[7].Descriptor()
  114. // agentbase.DefaultSourceName holds the default value on creation for the source_name field.
  115. agentbase.DefaultSourceName = agentbaseDescSourceName.Default.(string)
  116. aliyunavatarMixin := schema.AliyunAvatar{}.Mixin()
  117. aliyunavatarMixinHooks1 := aliyunavatarMixin[1].Hooks()
  118. aliyunavatar.Hooks[0] = aliyunavatarMixinHooks1[0]
  119. aliyunavatarMixinInters1 := aliyunavatarMixin[1].Interceptors()
  120. aliyunavatar.Interceptors[0] = aliyunavatarMixinInters1[0]
  121. aliyunavatarMixinFields0 := aliyunavatarMixin[0].Fields()
  122. _ = aliyunavatarMixinFields0
  123. aliyunavatarFields := schema.AliyunAvatar{}.Fields()
  124. _ = aliyunavatarFields
  125. // aliyunavatarDescCreatedAt is the schema descriptor for created_at field.
  126. aliyunavatarDescCreatedAt := aliyunavatarMixinFields0[1].Descriptor()
  127. // aliyunavatar.DefaultCreatedAt holds the default value on creation for the created_at field.
  128. aliyunavatar.DefaultCreatedAt = aliyunavatarDescCreatedAt.Default.(func() time.Time)
  129. // aliyunavatarDescUpdatedAt is the schema descriptor for updated_at field.
  130. aliyunavatarDescUpdatedAt := aliyunavatarMixinFields0[2].Descriptor()
  131. // aliyunavatar.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  132. aliyunavatar.DefaultUpdatedAt = aliyunavatarDescUpdatedAt.Default.(func() time.Time)
  133. // aliyunavatar.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  134. aliyunavatar.UpdateDefaultUpdatedAt = aliyunavatarDescUpdatedAt.UpdateDefault.(func() time.Time)
  135. // aliyunavatarDescToken is the schema descriptor for token field.
  136. aliyunavatarDescToken := aliyunavatarFields[7].Descriptor()
  137. // aliyunavatar.DefaultToken holds the default value on creation for the token field.
  138. aliyunavatar.DefaultToken = aliyunavatarDescToken.Default.(string)
  139. // aliyunavatarDescSessionID is the schema descriptor for session_id field.
  140. aliyunavatarDescSessionID := aliyunavatarFields[8].Descriptor()
  141. // aliyunavatar.DefaultSessionID holds the default value on creation for the session_id field.
  142. aliyunavatar.DefaultSessionID = aliyunavatarDescSessionID.Default.(string)
  143. batchmsgMixin := schema.BatchMsg{}.Mixin()
  144. batchmsgMixinHooks1 := batchmsgMixin[1].Hooks()
  145. batchmsg.Hooks[0] = batchmsgMixinHooks1[0]
  146. batchmsgMixinInters1 := batchmsgMixin[1].Interceptors()
  147. batchmsg.Interceptors[0] = batchmsgMixinInters1[0]
  148. batchmsgMixinFields0 := batchmsgMixin[0].Fields()
  149. _ = batchmsgMixinFields0
  150. batchmsgFields := schema.BatchMsg{}.Fields()
  151. _ = batchmsgFields
  152. // batchmsgDescCreatedAt is the schema descriptor for created_at field.
  153. batchmsgDescCreatedAt := batchmsgMixinFields0[1].Descriptor()
  154. // batchmsg.DefaultCreatedAt holds the default value on creation for the created_at field.
  155. batchmsg.DefaultCreatedAt = batchmsgDescCreatedAt.Default.(func() time.Time)
  156. // batchmsgDescUpdatedAt is the schema descriptor for updated_at field.
  157. batchmsgDescUpdatedAt := batchmsgMixinFields0[2].Descriptor()
  158. // batchmsg.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  159. batchmsg.DefaultUpdatedAt = batchmsgDescUpdatedAt.Default.(func() time.Time)
  160. // batchmsg.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  161. batchmsg.UpdateDefaultUpdatedAt = batchmsgDescUpdatedAt.UpdateDefault.(func() time.Time)
  162. // batchmsgDescTaskName is the schema descriptor for task_name field.
  163. batchmsgDescTaskName := batchmsgFields[2].Descriptor()
  164. // batchmsg.DefaultTaskName holds the default value on creation for the task_name field.
  165. batchmsg.DefaultTaskName = batchmsgDescTaskName.Default.(string)
  166. // batchmsgDescOrganizationID is the schema descriptor for organization_id field.
  167. batchmsgDescOrganizationID := batchmsgFields[14].Descriptor()
  168. // batchmsg.OrganizationIDValidator is a validator for the "organization_id" field. It is called by the builders before save.
  169. batchmsg.OrganizationIDValidator = batchmsgDescOrganizationID.Validators[0].(func(uint64) error)
  170. categoryMixin := schema.Category{}.Mixin()
  171. categoryMixinHooks1 := categoryMixin[1].Hooks()
  172. category.Hooks[0] = categoryMixinHooks1[0]
  173. categoryMixinInters1 := categoryMixin[1].Interceptors()
  174. category.Interceptors[0] = categoryMixinInters1[0]
  175. categoryMixinFields0 := categoryMixin[0].Fields()
  176. _ = categoryMixinFields0
  177. categoryFields := schema.Category{}.Fields()
  178. _ = categoryFields
  179. // categoryDescCreatedAt is the schema descriptor for created_at field.
  180. categoryDescCreatedAt := categoryMixinFields0[1].Descriptor()
  181. // category.DefaultCreatedAt holds the default value on creation for the created_at field.
  182. category.DefaultCreatedAt = categoryDescCreatedAt.Default.(func() time.Time)
  183. // categoryDescUpdatedAt is the schema descriptor for updated_at field.
  184. categoryDescUpdatedAt := categoryMixinFields0[2].Descriptor()
  185. // category.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  186. category.DefaultUpdatedAt = categoryDescUpdatedAt.Default.(func() time.Time)
  187. // category.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  188. category.UpdateDefaultUpdatedAt = categoryDescUpdatedAt.UpdateDefault.(func() time.Time)
  189. // categoryDescName is the schema descriptor for name field.
  190. categoryDescName := categoryFields[0].Descriptor()
  191. // category.NameValidator is a validator for the "name" field. It is called by the builders before save.
  192. category.NameValidator = categoryDescName.Validators[0].(func(string) error)
  193. // categoryDescOrganizationID is the schema descriptor for organization_id field.
  194. categoryDescOrganizationID := categoryFields[1].Descriptor()
  195. // category.OrganizationIDValidator is a validator for the "organization_id" field. It is called by the builders before save.
  196. category.OrganizationIDValidator = categoryDescOrganizationID.Validators[0].(func(uint64) error)
  197. chatrecordsMixin := schema.ChatRecords{}.Mixin()
  198. chatrecordsMixinHooks1 := chatrecordsMixin[1].Hooks()
  199. chatrecords.Hooks[0] = chatrecordsMixinHooks1[0]
  200. chatrecordsMixinInters1 := chatrecordsMixin[1].Interceptors()
  201. chatrecords.Interceptors[0] = chatrecordsMixinInters1[0]
  202. chatrecordsMixinFields0 := chatrecordsMixin[0].Fields()
  203. _ = chatrecordsMixinFields0
  204. chatrecordsFields := schema.ChatRecords{}.Fields()
  205. _ = chatrecordsFields
  206. // chatrecordsDescCreatedAt is the schema descriptor for created_at field.
  207. chatrecordsDescCreatedAt := chatrecordsMixinFields0[1].Descriptor()
  208. // chatrecords.DefaultCreatedAt holds the default value on creation for the created_at field.
  209. chatrecords.DefaultCreatedAt = chatrecordsDescCreatedAt.Default.(func() time.Time)
  210. // chatrecordsDescUpdatedAt is the schema descriptor for updated_at field.
  211. chatrecordsDescUpdatedAt := chatrecordsMixinFields0[2].Descriptor()
  212. // chatrecords.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  213. chatrecords.DefaultUpdatedAt = chatrecordsDescUpdatedAt.Default.(func() time.Time)
  214. // chatrecords.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  215. chatrecords.UpdateDefaultUpdatedAt = chatrecordsDescUpdatedAt.UpdateDefault.(func() time.Time)
  216. // chatrecordsDescContent is the schema descriptor for content field.
  217. chatrecordsDescContent := chatrecordsFields[0].Descriptor()
  218. // chatrecords.DefaultContent holds the default value on creation for the content field.
  219. chatrecords.DefaultContent = chatrecordsDescContent.Default.(string)
  220. // chatrecordsDescContentType is the schema descriptor for content_type field.
  221. chatrecordsDescContentType := chatrecordsFields[1].Descriptor()
  222. // chatrecords.DefaultContentType holds the default value on creation for the content_type field.
  223. chatrecords.DefaultContentType = chatrecordsDescContentType.Default.(uint8)
  224. // chatrecordsDescSessionID is the schema descriptor for session_id field.
  225. chatrecordsDescSessionID := chatrecordsFields[2].Descriptor()
  226. // chatrecords.DefaultSessionID holds the default value on creation for the session_id field.
  227. chatrecords.DefaultSessionID = chatrecordsDescSessionID.Default.(uint64)
  228. // chatrecordsDescUserID is the schema descriptor for user_id field.
  229. chatrecordsDescUserID := chatrecordsFields[3].Descriptor()
  230. // chatrecords.DefaultUserID holds the default value on creation for the user_id field.
  231. chatrecords.DefaultUserID = chatrecordsDescUserID.Default.(uint64)
  232. // chatrecordsDescBotID is the schema descriptor for bot_id field.
  233. chatrecordsDescBotID := chatrecordsFields[4].Descriptor()
  234. // chatrecords.DefaultBotID holds the default value on creation for the bot_id field.
  235. chatrecords.DefaultBotID = chatrecordsDescBotID.Default.(uint64)
  236. // chatrecordsDescBotType is the schema descriptor for bot_type field.
  237. chatrecordsDescBotType := chatrecordsFields[5].Descriptor()
  238. // chatrecords.DefaultBotType holds the default value on creation for the bot_type field.
  239. chatrecords.DefaultBotType = chatrecordsDescBotType.Default.(uint8)
  240. chatsessionMixin := schema.ChatSession{}.Mixin()
  241. chatsessionMixinHooks1 := chatsessionMixin[1].Hooks()
  242. chatsession.Hooks[0] = chatsessionMixinHooks1[0]
  243. chatsessionMixinInters1 := chatsessionMixin[1].Interceptors()
  244. chatsession.Interceptors[0] = chatsessionMixinInters1[0]
  245. chatsessionMixinFields0 := chatsessionMixin[0].Fields()
  246. _ = chatsessionMixinFields0
  247. chatsessionFields := schema.ChatSession{}.Fields()
  248. _ = chatsessionFields
  249. // chatsessionDescCreatedAt is the schema descriptor for created_at field.
  250. chatsessionDescCreatedAt := chatsessionMixinFields0[1].Descriptor()
  251. // chatsession.DefaultCreatedAt holds the default value on creation for the created_at field.
  252. chatsession.DefaultCreatedAt = chatsessionDescCreatedAt.Default.(func() time.Time)
  253. // chatsessionDescUpdatedAt is the schema descriptor for updated_at field.
  254. chatsessionDescUpdatedAt := chatsessionMixinFields0[2].Descriptor()
  255. // chatsession.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  256. chatsession.DefaultUpdatedAt = chatsessionDescUpdatedAt.Default.(func() time.Time)
  257. // chatsession.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  258. chatsession.UpdateDefaultUpdatedAt = chatsessionDescUpdatedAt.UpdateDefault.(func() time.Time)
  259. // chatsessionDescName is the schema descriptor for name field.
  260. chatsessionDescName := chatsessionFields[0].Descriptor()
  261. // chatsession.DefaultName holds the default value on creation for the name field.
  262. chatsession.DefaultName = chatsessionDescName.Default.(string)
  263. // chatsessionDescUserID is the schema descriptor for user_id field.
  264. chatsessionDescUserID := chatsessionFields[1].Descriptor()
  265. // chatsession.DefaultUserID holds the default value on creation for the user_id field.
  266. chatsession.DefaultUserID = chatsessionDescUserID.Default.(uint64)
  267. // chatsessionDescBotID is the schema descriptor for bot_id field.
  268. chatsessionDescBotID := chatsessionFields[2].Descriptor()
  269. // chatsession.DefaultBotID holds the default value on creation for the bot_id field.
  270. chatsession.DefaultBotID = chatsessionDescBotID.Default.(uint64)
  271. // chatsessionDescBotType is the schema descriptor for bot_type field.
  272. chatsessionDescBotType := chatsessionFields[3].Descriptor()
  273. // chatsession.DefaultBotType holds the default value on creation for the bot_type field.
  274. chatsession.DefaultBotType = chatsessionDescBotType.Default.(uint8)
  275. contactMixin := schema.Contact{}.Mixin()
  276. contactMixinHooks2 := contactMixin[2].Hooks()
  277. contact.Hooks[0] = contactMixinHooks2[0]
  278. contactMixinInters2 := contactMixin[2].Interceptors()
  279. contact.Interceptors[0] = contactMixinInters2[0]
  280. contactMixinFields0 := contactMixin[0].Fields()
  281. _ = contactMixinFields0
  282. contactMixinFields1 := contactMixin[1].Fields()
  283. _ = contactMixinFields1
  284. contactFields := schema.Contact{}.Fields()
  285. _ = contactFields
  286. // contactDescCreatedAt is the schema descriptor for created_at field.
  287. contactDescCreatedAt := contactMixinFields0[1].Descriptor()
  288. // contact.DefaultCreatedAt holds the default value on creation for the created_at field.
  289. contact.DefaultCreatedAt = contactDescCreatedAt.Default.(func() time.Time)
  290. // contactDescUpdatedAt is the schema descriptor for updated_at field.
  291. contactDescUpdatedAt := contactMixinFields0[2].Descriptor()
  292. // contact.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  293. contact.DefaultUpdatedAt = contactDescUpdatedAt.Default.(func() time.Time)
  294. // contact.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  295. contact.UpdateDefaultUpdatedAt = contactDescUpdatedAt.UpdateDefault.(func() time.Time)
  296. // contactDescStatus is the schema descriptor for status field.
  297. contactDescStatus := contactMixinFields1[0].Descriptor()
  298. // contact.DefaultStatus holds the default value on creation for the status field.
  299. contact.DefaultStatus = contactDescStatus.Default.(uint8)
  300. // contactDescWxWxid is the schema descriptor for wx_wxid field.
  301. contactDescWxWxid := contactFields[0].Descriptor()
  302. // contact.DefaultWxWxid holds the default value on creation for the wx_wxid field.
  303. contact.DefaultWxWxid = contactDescWxWxid.Default.(string)
  304. // contactDescType is the schema descriptor for type field.
  305. contactDescType := contactFields[1].Descriptor()
  306. // contact.DefaultType holds the default value on creation for the type field.
  307. contact.DefaultType = contactDescType.Default.(int)
  308. // contactDescWxid is the schema descriptor for wxid field.
  309. contactDescWxid := contactFields[2].Descriptor()
  310. // contact.DefaultWxid holds the default value on creation for the wxid field.
  311. contact.DefaultWxid = contactDescWxid.Default.(string)
  312. // contactDescAccount is the schema descriptor for account field.
  313. contactDescAccount := contactFields[3].Descriptor()
  314. // contact.DefaultAccount holds the default value on creation for the account field.
  315. contact.DefaultAccount = contactDescAccount.Default.(string)
  316. // contactDescNickname is the schema descriptor for nickname field.
  317. contactDescNickname := contactFields[4].Descriptor()
  318. // contact.DefaultNickname holds the default value on creation for the nickname field.
  319. contact.DefaultNickname = contactDescNickname.Default.(string)
  320. // contactDescMarkname is the schema descriptor for markname field.
  321. contactDescMarkname := contactFields[5].Descriptor()
  322. // contact.DefaultMarkname holds the default value on creation for the markname field.
  323. contact.DefaultMarkname = contactDescMarkname.Default.(string)
  324. // contactDescHeadimg is the schema descriptor for headimg field.
  325. contactDescHeadimg := contactFields[6].Descriptor()
  326. // contact.DefaultHeadimg holds the default value on creation for the headimg field.
  327. contact.DefaultHeadimg = contactDescHeadimg.Default.(string)
  328. // contactDescSex is the schema descriptor for sex field.
  329. contactDescSex := contactFields[7].Descriptor()
  330. // contact.DefaultSex holds the default value on creation for the sex field.
  331. contact.DefaultSex = contactDescSex.Default.(int)
  332. // contactDescStarrole is the schema descriptor for starrole field.
  333. contactDescStarrole := contactFields[8].Descriptor()
  334. // contact.DefaultStarrole holds the default value on creation for the starrole field.
  335. contact.DefaultStarrole = contactDescStarrole.Default.(string)
  336. // contactDescDontseeit is the schema descriptor for dontseeit field.
  337. contactDescDontseeit := contactFields[9].Descriptor()
  338. // contact.DefaultDontseeit holds the default value on creation for the dontseeit field.
  339. contact.DefaultDontseeit = contactDescDontseeit.Default.(int)
  340. // contactDescDontseeme is the schema descriptor for dontseeme field.
  341. contactDescDontseeme := contactFields[10].Descriptor()
  342. // contact.DefaultDontseeme holds the default value on creation for the dontseeme field.
  343. contact.DefaultDontseeme = contactDescDontseeme.Default.(int)
  344. // contactDescLag is the schema descriptor for lag field.
  345. contactDescLag := contactFields[11].Descriptor()
  346. // contact.DefaultLag holds the default value on creation for the lag field.
  347. contact.DefaultLag = contactDescLag.Default.(string)
  348. // contactDescGid is the schema descriptor for gid field.
  349. contactDescGid := contactFields[12].Descriptor()
  350. // contact.DefaultGid holds the default value on creation for the gid field.
  351. contact.DefaultGid = contactDescGid.Default.(string)
  352. // contactDescGname is the schema descriptor for gname field.
  353. contactDescGname := contactFields[13].Descriptor()
  354. // contact.DefaultGname holds the default value on creation for the gname field.
  355. contact.DefaultGname = contactDescGname.Default.(string)
  356. // contactDescV3 is the schema descriptor for v3 field.
  357. contactDescV3 := contactFields[14].Descriptor()
  358. // contact.DefaultV3 holds the default value on creation for the v3 field.
  359. contact.DefaultV3 = contactDescV3.Default.(string)
  360. // contactDescOrganizationID is the schema descriptor for organization_id field.
  361. contactDescOrganizationID := contactFields[15].Descriptor()
  362. // contact.DefaultOrganizationID holds the default value on creation for the organization_id field.
  363. contact.DefaultOrganizationID = contactDescOrganizationID.Default.(uint64)
  364. employeeMixin := schema.Employee{}.Mixin()
  365. employeeMixinHooks1 := employeeMixin[1].Hooks()
  366. employee.Hooks[0] = employeeMixinHooks1[0]
  367. employeeMixinInters1 := employeeMixin[1].Interceptors()
  368. employee.Interceptors[0] = employeeMixinInters1[0]
  369. employeeMixinFields0 := employeeMixin[0].Fields()
  370. _ = employeeMixinFields0
  371. employeeFields := schema.Employee{}.Fields()
  372. _ = employeeFields
  373. // employeeDescCreatedAt is the schema descriptor for created_at field.
  374. employeeDescCreatedAt := employeeMixinFields0[1].Descriptor()
  375. // employee.DefaultCreatedAt holds the default value on creation for the created_at field.
  376. employee.DefaultCreatedAt = employeeDescCreatedAt.Default.(func() time.Time)
  377. // employeeDescUpdatedAt is the schema descriptor for updated_at field.
  378. employeeDescUpdatedAt := employeeMixinFields0[2].Descriptor()
  379. // employee.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  380. employee.DefaultUpdatedAt = employeeDescUpdatedAt.Default.(func() time.Time)
  381. // employee.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  382. employee.UpdateDefaultUpdatedAt = employeeDescUpdatedAt.UpdateDefault.(func() time.Time)
  383. // employeeDescTitle is the schema descriptor for title field.
  384. employeeDescTitle := employeeFields[0].Descriptor()
  385. // employee.TitleValidator is a validator for the "title" field. It is called by the builders before save.
  386. employee.TitleValidator = employeeDescTitle.Validators[0].(func(string) error)
  387. // employeeDescAvatar is the schema descriptor for avatar field.
  388. employeeDescAvatar := employeeFields[1].Descriptor()
  389. // employee.AvatarValidator is a validator for the "avatar" field. It is called by the builders before save.
  390. employee.AvatarValidator = employeeDescAvatar.Validators[0].(func(string) error)
  391. // employeeDescTags is the schema descriptor for tags field.
  392. employeeDescTags := employeeFields[2].Descriptor()
  393. // employee.TagsValidator is a validator for the "tags" field. It is called by the builders before save.
  394. employee.TagsValidator = employeeDescTags.Validators[0].(func(string) error)
  395. // employeeDescHireCount is the schema descriptor for hire_count field.
  396. employeeDescHireCount := employeeFields[3].Descriptor()
  397. // employee.DefaultHireCount holds the default value on creation for the hire_count field.
  398. employee.DefaultHireCount = employeeDescHireCount.Default.(int)
  399. // employee.HireCountValidator is a validator for the "hire_count" field. It is called by the builders before save.
  400. employee.HireCountValidator = employeeDescHireCount.Validators[0].(func(int) error)
  401. // employeeDescServiceCount is the schema descriptor for service_count field.
  402. employeeDescServiceCount := employeeFields[4].Descriptor()
  403. // employee.DefaultServiceCount holds the default value on creation for the service_count field.
  404. employee.DefaultServiceCount = employeeDescServiceCount.Default.(int)
  405. // employee.ServiceCountValidator is a validator for the "service_count" field. It is called by the builders before save.
  406. employee.ServiceCountValidator = employeeDescServiceCount.Validators[0].(func(int) error)
  407. // employeeDescAchievementCount is the schema descriptor for achievement_count field.
  408. employeeDescAchievementCount := employeeFields[5].Descriptor()
  409. // employee.DefaultAchievementCount holds the default value on creation for the achievement_count field.
  410. employee.DefaultAchievementCount = employeeDescAchievementCount.Default.(int)
  411. // employee.AchievementCountValidator is a validator for the "achievement_count" field. It is called by the builders before save.
  412. employee.AchievementCountValidator = employeeDescAchievementCount.Validators[0].(func(int) error)
  413. // employeeDescIntro is the schema descriptor for intro field.
  414. employeeDescIntro := employeeFields[6].Descriptor()
  415. // employee.DefaultIntro holds the default value on creation for the intro field.
  416. employee.DefaultIntro = employeeDescIntro.Default.(string)
  417. // employee.IntroValidator is a validator for the "intro" field. It is called by the builders before save.
  418. employee.IntroValidator = employeeDescIntro.Validators[0].(func(string) error)
  419. // employeeDescEstimate is the schema descriptor for estimate field.
  420. employeeDescEstimate := employeeFields[7].Descriptor()
  421. // employee.DefaultEstimate holds the default value on creation for the estimate field.
  422. employee.DefaultEstimate = employeeDescEstimate.Default.(string)
  423. // employee.EstimateValidator is a validator for the "estimate" field. It is called by the builders before save.
  424. employee.EstimateValidator = employeeDescEstimate.Validators[0].(func(string) error)
  425. // employeeDescSkill is the schema descriptor for skill field.
  426. employeeDescSkill := employeeFields[8].Descriptor()
  427. // employee.DefaultSkill holds the default value on creation for the skill field.
  428. employee.DefaultSkill = employeeDescSkill.Default.(string)
  429. // employee.SkillValidator is a validator for the "skill" field. It is called by the builders before save.
  430. employee.SkillValidator = employeeDescSkill.Validators[0].(func(string) error)
  431. // employeeDescAbilityType is the schema descriptor for ability_type field.
  432. employeeDescAbilityType := employeeFields[9].Descriptor()
  433. // employee.DefaultAbilityType holds the default value on creation for the ability_type field.
  434. employee.DefaultAbilityType = employeeDescAbilityType.Default.(string)
  435. // employeeDescScene is the schema descriptor for scene field.
  436. employeeDescScene := employeeFields[10].Descriptor()
  437. // employee.DefaultScene holds the default value on creation for the scene field.
  438. employee.DefaultScene = employeeDescScene.Default.(string)
  439. // employeeDescSwitchIn is the schema descriptor for switch_in field.
  440. employeeDescSwitchIn := employeeFields[11].Descriptor()
  441. // employee.DefaultSwitchIn holds the default value on creation for the switch_in field.
  442. employee.DefaultSwitchIn = employeeDescSwitchIn.Default.(string)
  443. // employeeDescVideoURL is the schema descriptor for video_url field.
  444. employeeDescVideoURL := employeeFields[12].Descriptor()
  445. // employee.DefaultVideoURL holds the default value on creation for the video_url field.
  446. employee.DefaultVideoURL = employeeDescVideoURL.Default.(string)
  447. // employee.VideoURLValidator is a validator for the "video_url" field. It is called by the builders before save.
  448. employee.VideoURLValidator = employeeDescVideoURL.Validators[0].(func(string) error)
  449. // employeeDescOrganizationID is the schema descriptor for organization_id field.
  450. employeeDescOrganizationID := employeeFields[13].Descriptor()
  451. // employee.OrganizationIDValidator is a validator for the "organization_id" field. It is called by the builders before save.
  452. employee.OrganizationIDValidator = employeeDescOrganizationID.Validators[0].(func(uint64) error)
  453. // employeeDescCategoryID is the schema descriptor for category_id field.
  454. employeeDescCategoryID := employeeFields[14].Descriptor()
  455. // employee.CategoryIDValidator is a validator for the "category_id" field. It is called by the builders before save.
  456. employee.CategoryIDValidator = employeeDescCategoryID.Validators[0].(func(uint64) error)
  457. // employeeDescAPIBase is the schema descriptor for api_base field.
  458. employeeDescAPIBase := employeeFields[15].Descriptor()
  459. // employee.DefaultAPIBase holds the default value on creation for the api_base field.
  460. employee.DefaultAPIBase = employeeDescAPIBase.Default.(string)
  461. // employeeDescAPIKey is the schema descriptor for api_key field.
  462. employeeDescAPIKey := employeeFields[16].Descriptor()
  463. // employee.DefaultAPIKey holds the default value on creation for the api_key field.
  464. employee.DefaultAPIKey = employeeDescAPIKey.Default.(string)
  465. // employeeDescIsVip is the schema descriptor for is_vip field.
  466. employeeDescIsVip := employeeFields[18].Descriptor()
  467. // employee.DefaultIsVip holds the default value on creation for the is_vip field.
  468. employee.DefaultIsVip = employeeDescIsVip.Default.(int)
  469. employeeconfigMixin := schema.EmployeeConfig{}.Mixin()
  470. employeeconfigMixinHooks1 := employeeconfigMixin[1].Hooks()
  471. employeeconfig.Hooks[0] = employeeconfigMixinHooks1[0]
  472. employeeconfigMixinInters1 := employeeconfigMixin[1].Interceptors()
  473. employeeconfig.Interceptors[0] = employeeconfigMixinInters1[0]
  474. employeeconfigMixinFields0 := employeeconfigMixin[0].Fields()
  475. _ = employeeconfigMixinFields0
  476. employeeconfigFields := schema.EmployeeConfig{}.Fields()
  477. _ = employeeconfigFields
  478. // employeeconfigDescCreatedAt is the schema descriptor for created_at field.
  479. employeeconfigDescCreatedAt := employeeconfigMixinFields0[1].Descriptor()
  480. // employeeconfig.DefaultCreatedAt holds the default value on creation for the created_at field.
  481. employeeconfig.DefaultCreatedAt = employeeconfigDescCreatedAt.Default.(func() time.Time)
  482. // employeeconfigDescUpdatedAt is the schema descriptor for updated_at field.
  483. employeeconfigDescUpdatedAt := employeeconfigMixinFields0[2].Descriptor()
  484. // employeeconfig.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  485. employeeconfig.DefaultUpdatedAt = employeeconfigDescUpdatedAt.Default.(func() time.Time)
  486. // employeeconfig.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  487. employeeconfig.UpdateDefaultUpdatedAt = employeeconfigDescUpdatedAt.UpdateDefault.(func() time.Time)
  488. // employeeconfigDescStype is the schema descriptor for stype field.
  489. employeeconfigDescStype := employeeconfigFields[0].Descriptor()
  490. // employeeconfig.DefaultStype holds the default value on creation for the stype field.
  491. employeeconfig.DefaultStype = employeeconfigDescStype.Default.(string)
  492. // employeeconfigDescTitle is the schema descriptor for title field.
  493. employeeconfigDescTitle := employeeconfigFields[1].Descriptor()
  494. // employeeconfig.DefaultTitle holds the default value on creation for the title field.
  495. employeeconfig.DefaultTitle = employeeconfigDescTitle.Default.(string)
  496. // employeeconfigDescPhoto is the schema descriptor for photo field.
  497. employeeconfigDescPhoto := employeeconfigFields[2].Descriptor()
  498. // employeeconfig.DefaultPhoto holds the default value on creation for the photo field.
  499. employeeconfig.DefaultPhoto = employeeconfigDescPhoto.Default.(string)
  500. // employeeconfigDescOrganizationID is the schema descriptor for organization_id field.
  501. employeeconfigDescOrganizationID := employeeconfigFields[3].Descriptor()
  502. // employeeconfig.DefaultOrganizationID holds the default value on creation for the organization_id field.
  503. employeeconfig.DefaultOrganizationID = employeeconfigDescOrganizationID.Default.(uint64)
  504. labelMixin := schema.Label{}.Mixin()
  505. labelMixinFields0 := labelMixin[0].Fields()
  506. _ = labelMixinFields0
  507. labelMixinFields1 := labelMixin[1].Fields()
  508. _ = labelMixinFields1
  509. labelFields := schema.Label{}.Fields()
  510. _ = labelFields
  511. // labelDescCreatedAt is the schema descriptor for created_at field.
  512. labelDescCreatedAt := labelMixinFields0[1].Descriptor()
  513. // label.DefaultCreatedAt holds the default value on creation for the created_at field.
  514. label.DefaultCreatedAt = labelDescCreatedAt.Default.(func() time.Time)
  515. // labelDescUpdatedAt is the schema descriptor for updated_at field.
  516. labelDescUpdatedAt := labelMixinFields0[2].Descriptor()
  517. // label.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  518. label.DefaultUpdatedAt = labelDescUpdatedAt.Default.(func() time.Time)
  519. // label.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  520. label.UpdateDefaultUpdatedAt = labelDescUpdatedAt.UpdateDefault.(func() time.Time)
  521. // labelDescStatus is the schema descriptor for status field.
  522. labelDescStatus := labelMixinFields1[0].Descriptor()
  523. // label.DefaultStatus holds the default value on creation for the status field.
  524. label.DefaultStatus = labelDescStatus.Default.(uint8)
  525. // labelDescType is the schema descriptor for type field.
  526. labelDescType := labelFields[0].Descriptor()
  527. // label.DefaultType holds the default value on creation for the type field.
  528. label.DefaultType = labelDescType.Default.(int)
  529. // labelDescName is the schema descriptor for name field.
  530. labelDescName := labelFields[1].Descriptor()
  531. // label.DefaultName holds the default value on creation for the name field.
  532. label.DefaultName = labelDescName.Default.(string)
  533. // labelDescFrom is the schema descriptor for from field.
  534. labelDescFrom := labelFields[2].Descriptor()
  535. // label.DefaultFrom holds the default value on creation for the from field.
  536. label.DefaultFrom = labelDescFrom.Default.(int)
  537. // labelDescMode is the schema descriptor for mode field.
  538. labelDescMode := labelFields[3].Descriptor()
  539. // label.DefaultMode holds the default value on creation for the mode field.
  540. label.DefaultMode = labelDescMode.Default.(int)
  541. // labelDescConditions is the schema descriptor for conditions field.
  542. labelDescConditions := labelFields[4].Descriptor()
  543. // label.DefaultConditions holds the default value on creation for the conditions field.
  544. label.DefaultConditions = labelDescConditions.Default.(string)
  545. // labelDescOrganizationID is the schema descriptor for organization_id field.
  546. labelDescOrganizationID := labelFields[5].Descriptor()
  547. // label.DefaultOrganizationID holds the default value on creation for the organization_id field.
  548. label.DefaultOrganizationID = labelDescOrganizationID.Default.(uint64)
  549. labelrelationshipMixin := schema.LabelRelationship{}.Mixin()
  550. labelrelationshipMixinHooks2 := labelrelationshipMixin[2].Hooks()
  551. labelrelationship.Hooks[0] = labelrelationshipMixinHooks2[0]
  552. labelrelationshipMixinInters2 := labelrelationshipMixin[2].Interceptors()
  553. labelrelationship.Interceptors[0] = labelrelationshipMixinInters2[0]
  554. labelrelationshipMixinFields0 := labelrelationshipMixin[0].Fields()
  555. _ = labelrelationshipMixinFields0
  556. labelrelationshipMixinFields1 := labelrelationshipMixin[1].Fields()
  557. _ = labelrelationshipMixinFields1
  558. labelrelationshipFields := schema.LabelRelationship{}.Fields()
  559. _ = labelrelationshipFields
  560. // labelrelationshipDescCreatedAt is the schema descriptor for created_at field.
  561. labelrelationshipDescCreatedAt := labelrelationshipMixinFields0[1].Descriptor()
  562. // labelrelationship.DefaultCreatedAt holds the default value on creation for the created_at field.
  563. labelrelationship.DefaultCreatedAt = labelrelationshipDescCreatedAt.Default.(func() time.Time)
  564. // labelrelationshipDescUpdatedAt is the schema descriptor for updated_at field.
  565. labelrelationshipDescUpdatedAt := labelrelationshipMixinFields0[2].Descriptor()
  566. // labelrelationship.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  567. labelrelationship.DefaultUpdatedAt = labelrelationshipDescUpdatedAt.Default.(func() time.Time)
  568. // labelrelationship.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  569. labelrelationship.UpdateDefaultUpdatedAt = labelrelationshipDescUpdatedAt.UpdateDefault.(func() time.Time)
  570. // labelrelationshipDescStatus is the schema descriptor for status field.
  571. labelrelationshipDescStatus := labelrelationshipMixinFields1[0].Descriptor()
  572. // labelrelationship.DefaultStatus holds the default value on creation for the status field.
  573. labelrelationship.DefaultStatus = labelrelationshipDescStatus.Default.(uint8)
  574. // labelrelationshipDescLabelID is the schema descriptor for label_id field.
  575. labelrelationshipDescLabelID := labelrelationshipFields[0].Descriptor()
  576. // labelrelationship.DefaultLabelID holds the default value on creation for the label_id field.
  577. labelrelationship.DefaultLabelID = labelrelationshipDescLabelID.Default.(uint64)
  578. // labelrelationshipDescContactID is the schema descriptor for contact_id field.
  579. labelrelationshipDescContactID := labelrelationshipFields[1].Descriptor()
  580. // labelrelationship.DefaultContactID holds the default value on creation for the contact_id field.
  581. labelrelationship.DefaultContactID = labelrelationshipDescContactID.Default.(uint64)
  582. // labelrelationshipDescOrganizationID is the schema descriptor for organization_id field.
  583. labelrelationshipDescOrganizationID := labelrelationshipFields[2].Descriptor()
  584. // labelrelationship.DefaultOrganizationID holds the default value on creation for the organization_id field.
  585. labelrelationship.DefaultOrganizationID = labelrelationshipDescOrganizationID.Default.(uint64)
  586. messageFields := schema.Message{}.Fields()
  587. _ = messageFields
  588. // messageDescWxWxid is the schema descriptor for wx_wxid field.
  589. messageDescWxWxid := messageFields[0].Descriptor()
  590. // message.DefaultWxWxid holds the default value on creation for the wx_wxid field.
  591. message.DefaultWxWxid = messageDescWxWxid.Default.(string)
  592. // messageDescWxid is the schema descriptor for wxid field.
  593. messageDescWxid := messageFields[1].Descriptor()
  594. // message.DefaultWxid holds the default value on creation for the wxid field.
  595. message.DefaultWxid = messageDescWxid.Default.(string)
  596. // messageDescContent is the schema descriptor for content field.
  597. messageDescContent := messageFields[2].Descriptor()
  598. // message.DefaultContent holds the default value on creation for the content field.
  599. message.DefaultContent = messageDescContent.Default.(string)
  600. messagerecordsMixin := schema.MessageRecords{}.Mixin()
  601. messagerecordsMixinFields0 := messagerecordsMixin[0].Fields()
  602. _ = messagerecordsMixinFields0
  603. messagerecordsMixinFields1 := messagerecordsMixin[1].Fields()
  604. _ = messagerecordsMixinFields1
  605. messagerecordsFields := schema.MessageRecords{}.Fields()
  606. _ = messagerecordsFields
  607. // messagerecordsDescCreatedAt is the schema descriptor for created_at field.
  608. messagerecordsDescCreatedAt := messagerecordsMixinFields0[1].Descriptor()
  609. // messagerecords.DefaultCreatedAt holds the default value on creation for the created_at field.
  610. messagerecords.DefaultCreatedAt = messagerecordsDescCreatedAt.Default.(func() time.Time)
  611. // messagerecordsDescUpdatedAt is the schema descriptor for updated_at field.
  612. messagerecordsDescUpdatedAt := messagerecordsMixinFields0[2].Descriptor()
  613. // messagerecords.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  614. messagerecords.DefaultUpdatedAt = messagerecordsDescUpdatedAt.Default.(func() time.Time)
  615. // messagerecords.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  616. messagerecords.UpdateDefaultUpdatedAt = messagerecordsDescUpdatedAt.UpdateDefault.(func() time.Time)
  617. // messagerecordsDescStatus is the schema descriptor for status field.
  618. messagerecordsDescStatus := messagerecordsMixinFields1[0].Descriptor()
  619. // messagerecords.DefaultStatus holds the default value on creation for the status field.
  620. messagerecords.DefaultStatus = messagerecordsDescStatus.Default.(uint8)
  621. // messagerecordsDescContactType is the schema descriptor for contact_type field.
  622. messagerecordsDescContactType := messagerecordsFields[2].Descriptor()
  623. // messagerecords.DefaultContactType holds the default value on creation for the contact_type field.
  624. messagerecords.DefaultContactType = messagerecordsDescContactType.Default.(int)
  625. // messagerecordsDescContactWxid is the schema descriptor for contact_wxid field.
  626. messagerecordsDescContactWxid := messagerecordsFields[3].Descriptor()
  627. // messagerecords.DefaultContactWxid holds the default value on creation for the contact_wxid field.
  628. messagerecords.DefaultContactWxid = messagerecordsDescContactWxid.Default.(string)
  629. // messagerecordsDescContentType is the schema descriptor for content_type field.
  630. messagerecordsDescContentType := messagerecordsFields[4].Descriptor()
  631. // messagerecords.DefaultContentType holds the default value on creation for the content_type field.
  632. messagerecords.DefaultContentType = messagerecordsDescContentType.Default.(int)
  633. // messagerecordsDescContent is the schema descriptor for content field.
  634. messagerecordsDescContent := messagerecordsFields[5].Descriptor()
  635. // messagerecords.DefaultContent holds the default value on creation for the content field.
  636. messagerecords.DefaultContent = messagerecordsDescContent.Default.(string)
  637. // messagerecordsDescErrorDetail is the schema descriptor for error_detail field.
  638. messagerecordsDescErrorDetail := messagerecordsFields[7].Descriptor()
  639. // messagerecords.DefaultErrorDetail holds the default value on creation for the error_detail field.
  640. messagerecords.DefaultErrorDetail = messagerecordsDescErrorDetail.Default.(string)
  641. // messagerecordsDescSourceType is the schema descriptor for source_type field.
  642. messagerecordsDescSourceType := messagerecordsFields[9].Descriptor()
  643. // messagerecords.DefaultSourceType holds the default value on creation for the source_type field.
  644. messagerecords.DefaultSourceType = messagerecordsDescSourceType.Default.(int)
  645. // messagerecordsDescSourceID is the schema descriptor for source_id field.
  646. messagerecordsDescSourceID := messagerecordsFields[10].Descriptor()
  647. // messagerecords.DefaultSourceID holds the default value on creation for the source_id field.
  648. messagerecords.DefaultSourceID = messagerecordsDescSourceID.Default.(uint64)
  649. // messagerecordsDescSubSourceID is the schema descriptor for sub_source_id field.
  650. messagerecordsDescSubSourceID := messagerecordsFields[11].Descriptor()
  651. // messagerecords.DefaultSubSourceID holds the default value on creation for the sub_source_id field.
  652. messagerecords.DefaultSubSourceID = messagerecordsDescSubSourceID.Default.(uint64)
  653. // messagerecordsDescOrganizationID is the schema descriptor for organization_id field.
  654. messagerecordsDescOrganizationID := messagerecordsFields[12].Descriptor()
  655. // messagerecords.DefaultOrganizationID holds the default value on creation for the organization_id field.
  656. messagerecords.DefaultOrganizationID = messagerecordsDescOrganizationID.Default.(uint64)
  657. msgMixin := schema.Msg{}.Mixin()
  658. msgMixinHooks1 := msgMixin[1].Hooks()
  659. msg.Hooks[0] = msgMixinHooks1[0]
  660. msgMixinInters1 := msgMixin[1].Interceptors()
  661. msg.Interceptors[0] = msgMixinInters1[0]
  662. msgMixinFields0 := msgMixin[0].Fields()
  663. _ = msgMixinFields0
  664. msgFields := schema.Msg{}.Fields()
  665. _ = msgFields
  666. // msgDescCreatedAt is the schema descriptor for created_at field.
  667. msgDescCreatedAt := msgMixinFields0[1].Descriptor()
  668. // msg.DefaultCreatedAt holds the default value on creation for the created_at field.
  669. msg.DefaultCreatedAt = msgDescCreatedAt.Default.(func() time.Time)
  670. // msgDescUpdatedAt is the schema descriptor for updated_at field.
  671. msgDescUpdatedAt := msgMixinFields0[2].Descriptor()
  672. // msg.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  673. msg.DefaultUpdatedAt = msgDescUpdatedAt.Default.(func() time.Time)
  674. // msg.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  675. msg.UpdateDefaultUpdatedAt = msgDescUpdatedAt.UpdateDefault.(func() time.Time)
  676. serverMixin := schema.Server{}.Mixin()
  677. serverMixinHooks2 := serverMixin[2].Hooks()
  678. server.Hooks[0] = serverMixinHooks2[0]
  679. serverMixinInters2 := serverMixin[2].Interceptors()
  680. server.Interceptors[0] = serverMixinInters2[0]
  681. serverMixinFields0 := serverMixin[0].Fields()
  682. _ = serverMixinFields0
  683. serverMixinFields1 := serverMixin[1].Fields()
  684. _ = serverMixinFields1
  685. serverFields := schema.Server{}.Fields()
  686. _ = serverFields
  687. // serverDescCreatedAt is the schema descriptor for created_at field.
  688. serverDescCreatedAt := serverMixinFields0[1].Descriptor()
  689. // server.DefaultCreatedAt holds the default value on creation for the created_at field.
  690. server.DefaultCreatedAt = serverDescCreatedAt.Default.(func() time.Time)
  691. // serverDescUpdatedAt is the schema descriptor for updated_at field.
  692. serverDescUpdatedAt := serverMixinFields0[2].Descriptor()
  693. // server.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  694. server.DefaultUpdatedAt = serverDescUpdatedAt.Default.(func() time.Time)
  695. // server.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  696. server.UpdateDefaultUpdatedAt = serverDescUpdatedAt.UpdateDefault.(func() time.Time)
  697. // serverDescStatus is the schema descriptor for status field.
  698. serverDescStatus := serverMixinFields1[0].Descriptor()
  699. // server.DefaultStatus holds the default value on creation for the status field.
  700. server.DefaultStatus = serverDescStatus.Default.(uint8)
  701. sopnodeMixin := schema.SopNode{}.Mixin()
  702. sopnodeMixinHooks2 := sopnodeMixin[2].Hooks()
  703. sopnode.Hooks[0] = sopnodeMixinHooks2[0]
  704. sopnodeMixinInters2 := sopnodeMixin[2].Interceptors()
  705. sopnode.Interceptors[0] = sopnodeMixinInters2[0]
  706. sopnodeMixinFields0 := sopnodeMixin[0].Fields()
  707. _ = sopnodeMixinFields0
  708. sopnodeMixinFields1 := sopnodeMixin[1].Fields()
  709. _ = sopnodeMixinFields1
  710. sopnodeFields := schema.SopNode{}.Fields()
  711. _ = sopnodeFields
  712. // sopnodeDescCreatedAt is the schema descriptor for created_at field.
  713. sopnodeDescCreatedAt := sopnodeMixinFields0[1].Descriptor()
  714. // sopnode.DefaultCreatedAt holds the default value on creation for the created_at field.
  715. sopnode.DefaultCreatedAt = sopnodeDescCreatedAt.Default.(func() time.Time)
  716. // sopnodeDescUpdatedAt is the schema descriptor for updated_at field.
  717. sopnodeDescUpdatedAt := sopnodeMixinFields0[2].Descriptor()
  718. // sopnode.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  719. sopnode.DefaultUpdatedAt = sopnodeDescUpdatedAt.Default.(func() time.Time)
  720. // sopnode.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  721. sopnode.UpdateDefaultUpdatedAt = sopnodeDescUpdatedAt.UpdateDefault.(func() time.Time)
  722. // sopnodeDescStatus is the schema descriptor for status field.
  723. sopnodeDescStatus := sopnodeMixinFields1[0].Descriptor()
  724. // sopnode.DefaultStatus holds the default value on creation for the status field.
  725. sopnode.DefaultStatus = sopnodeDescStatus.Default.(uint8)
  726. // sopnodeDescName is the schema descriptor for name field.
  727. sopnodeDescName := sopnodeFields[2].Descriptor()
  728. // sopnode.DefaultName holds the default value on creation for the name field.
  729. sopnode.DefaultName = sopnodeDescName.Default.(string)
  730. // sopnodeDescConditionType is the schema descriptor for condition_type field.
  731. sopnodeDescConditionType := sopnodeFields[3].Descriptor()
  732. // sopnode.DefaultConditionType holds the default value on creation for the condition_type field.
  733. sopnode.DefaultConditionType = sopnodeDescConditionType.Default.(int)
  734. // sopnodeDescNoReplyCondition is the schema descriptor for no_reply_condition field.
  735. sopnodeDescNoReplyCondition := sopnodeFields[5].Descriptor()
  736. // sopnode.DefaultNoReplyCondition holds the default value on creation for the no_reply_condition field.
  737. sopnode.DefaultNoReplyCondition = sopnodeDescNoReplyCondition.Default.(uint64)
  738. // sopnodeDescNoReplyUnit is the schema descriptor for no_reply_unit field.
  739. sopnodeDescNoReplyUnit := sopnodeFields[6].Descriptor()
  740. // sopnode.DefaultNoReplyUnit holds the default value on creation for the no_reply_unit field.
  741. sopnode.DefaultNoReplyUnit = sopnodeDescNoReplyUnit.Default.(string)
  742. sopstageMixin := schema.SopStage{}.Mixin()
  743. sopstageMixinHooks2 := sopstageMixin[2].Hooks()
  744. sopstage.Hooks[0] = sopstageMixinHooks2[0]
  745. sopstageMixinInters2 := sopstageMixin[2].Interceptors()
  746. sopstage.Interceptors[0] = sopstageMixinInters2[0]
  747. sopstageMixinFields0 := sopstageMixin[0].Fields()
  748. _ = sopstageMixinFields0
  749. sopstageMixinFields1 := sopstageMixin[1].Fields()
  750. _ = sopstageMixinFields1
  751. sopstageFields := schema.SopStage{}.Fields()
  752. _ = sopstageFields
  753. // sopstageDescCreatedAt is the schema descriptor for created_at field.
  754. sopstageDescCreatedAt := sopstageMixinFields0[1].Descriptor()
  755. // sopstage.DefaultCreatedAt holds the default value on creation for the created_at field.
  756. sopstage.DefaultCreatedAt = sopstageDescCreatedAt.Default.(func() time.Time)
  757. // sopstageDescUpdatedAt is the schema descriptor for updated_at field.
  758. sopstageDescUpdatedAt := sopstageMixinFields0[2].Descriptor()
  759. // sopstage.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  760. sopstage.DefaultUpdatedAt = sopstageDescUpdatedAt.Default.(func() time.Time)
  761. // sopstage.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  762. sopstage.UpdateDefaultUpdatedAt = sopstageDescUpdatedAt.UpdateDefault.(func() time.Time)
  763. // sopstageDescStatus is the schema descriptor for status field.
  764. sopstageDescStatus := sopstageMixinFields1[0].Descriptor()
  765. // sopstage.DefaultStatus holds the default value on creation for the status field.
  766. sopstage.DefaultStatus = sopstageDescStatus.Default.(uint8)
  767. // sopstageDescName is the schema descriptor for name field.
  768. sopstageDescName := sopstageFields[1].Descriptor()
  769. // sopstage.DefaultName holds the default value on creation for the name field.
  770. sopstage.DefaultName = sopstageDescName.Default.(string)
  771. // sopstageDescConditionType is the schema descriptor for condition_type field.
  772. sopstageDescConditionType := sopstageFields[2].Descriptor()
  773. // sopstage.DefaultConditionType holds the default value on creation for the condition_type field.
  774. sopstage.DefaultConditionType = sopstageDescConditionType.Default.(int)
  775. // sopstageDescConditionOperator is the schema descriptor for condition_operator field.
  776. sopstageDescConditionOperator := sopstageFields[3].Descriptor()
  777. // sopstage.DefaultConditionOperator holds the default value on creation for the condition_operator field.
  778. sopstage.DefaultConditionOperator = sopstageDescConditionOperator.Default.(int)
  779. // sopstageDescIndexSort is the schema descriptor for index_sort field.
  780. sopstageDescIndexSort := sopstageFields[9].Descriptor()
  781. // sopstage.DefaultIndexSort holds the default value on creation for the index_sort field.
  782. sopstage.DefaultIndexSort = sopstageDescIndexSort.Default.(int)
  783. soptaskMixin := schema.SopTask{}.Mixin()
  784. soptaskMixinHooks2 := soptaskMixin[2].Hooks()
  785. soptask.Hooks[0] = soptaskMixinHooks2[0]
  786. soptaskMixinInters2 := soptaskMixin[2].Interceptors()
  787. soptask.Interceptors[0] = soptaskMixinInters2[0]
  788. soptaskMixinFields0 := soptaskMixin[0].Fields()
  789. _ = soptaskMixinFields0
  790. soptaskMixinFields1 := soptaskMixin[1].Fields()
  791. _ = soptaskMixinFields1
  792. soptaskFields := schema.SopTask{}.Fields()
  793. _ = soptaskFields
  794. // soptaskDescCreatedAt is the schema descriptor for created_at field.
  795. soptaskDescCreatedAt := soptaskMixinFields0[1].Descriptor()
  796. // soptask.DefaultCreatedAt holds the default value on creation for the created_at field.
  797. soptask.DefaultCreatedAt = soptaskDescCreatedAt.Default.(func() time.Time)
  798. // soptaskDescUpdatedAt is the schema descriptor for updated_at field.
  799. soptaskDescUpdatedAt := soptaskMixinFields0[2].Descriptor()
  800. // soptask.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  801. soptask.DefaultUpdatedAt = soptaskDescUpdatedAt.Default.(func() time.Time)
  802. // soptask.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  803. soptask.UpdateDefaultUpdatedAt = soptaskDescUpdatedAt.UpdateDefault.(func() time.Time)
  804. // soptaskDescStatus is the schema descriptor for status field.
  805. soptaskDescStatus := soptaskMixinFields1[0].Descriptor()
  806. // soptask.DefaultStatus holds the default value on creation for the status field.
  807. soptask.DefaultStatus = soptaskDescStatus.Default.(uint8)
  808. // soptaskDescName is the schema descriptor for name field.
  809. soptaskDescName := soptaskFields[0].Descriptor()
  810. // soptask.NameValidator is a validator for the "name" field. It is called by the builders before save.
  811. soptask.NameValidator = soptaskDescName.Validators[0].(func(string) error)
  812. // soptaskDescType is the schema descriptor for type field.
  813. soptaskDescType := soptaskFields[2].Descriptor()
  814. // soptask.DefaultType holds the default value on creation for the type field.
  815. soptask.DefaultType = soptaskDescType.Default.(int)
  816. // soptaskDescOrganizationID is the schema descriptor for organization_id field.
  817. soptaskDescOrganizationID := soptaskFields[6].Descriptor()
  818. // soptask.DefaultOrganizationID holds the default value on creation for the organization_id field.
  819. soptask.DefaultOrganizationID = soptaskDescOrganizationID.Default.(uint64)
  820. tokenMixin := schema.Token{}.Mixin()
  821. tokenMixinHooks1 := tokenMixin[1].Hooks()
  822. token.Hooks[0] = tokenMixinHooks1[0]
  823. tokenMixinInters1 := tokenMixin[1].Interceptors()
  824. token.Interceptors[0] = tokenMixinInters1[0]
  825. tokenMixinFields0 := tokenMixin[0].Fields()
  826. _ = tokenMixinFields0
  827. tokenFields := schema.Token{}.Fields()
  828. _ = tokenFields
  829. // tokenDescCreatedAt is the schema descriptor for created_at field.
  830. tokenDescCreatedAt := tokenMixinFields0[1].Descriptor()
  831. // token.DefaultCreatedAt holds the default value on creation for the created_at field.
  832. token.DefaultCreatedAt = tokenDescCreatedAt.Default.(func() time.Time)
  833. // tokenDescUpdatedAt is the schema descriptor for updated_at field.
  834. tokenDescUpdatedAt := tokenMixinFields0[2].Descriptor()
  835. // token.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  836. token.DefaultUpdatedAt = tokenDescUpdatedAt.Default.(func() time.Time)
  837. // token.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  838. token.UpdateDefaultUpdatedAt = tokenDescUpdatedAt.UpdateDefault.(func() time.Time)
  839. // tokenDescToken is the schema descriptor for token field.
  840. tokenDescToken := tokenFields[1].Descriptor()
  841. // token.DefaultToken holds the default value on creation for the token field.
  842. token.DefaultToken = tokenDescToken.Default.(string)
  843. // tokenDescMAC is the schema descriptor for mac field.
  844. tokenDescMAC := tokenFields[2].Descriptor()
  845. // token.DefaultMAC holds the default value on creation for the mac field.
  846. token.DefaultMAC = tokenDescMAC.Default.(string)
  847. // tokenDescOrganizationID is the schema descriptor for organization_id field.
  848. tokenDescOrganizationID := tokenFields[3].Descriptor()
  849. // token.DefaultOrganizationID holds the default value on creation for the organization_id field.
  850. token.DefaultOrganizationID = tokenDescOrganizationID.Default.(uint64)
  851. tutorialMixin := schema.Tutorial{}.Mixin()
  852. tutorialMixinHooks1 := tutorialMixin[1].Hooks()
  853. tutorial.Hooks[0] = tutorialMixinHooks1[0]
  854. tutorialMixinInters1 := tutorialMixin[1].Interceptors()
  855. tutorial.Interceptors[0] = tutorialMixinInters1[0]
  856. tutorialMixinFields0 := tutorialMixin[0].Fields()
  857. _ = tutorialMixinFields0
  858. tutorialFields := schema.Tutorial{}.Fields()
  859. _ = tutorialFields
  860. // tutorialDescCreatedAt is the schema descriptor for created_at field.
  861. tutorialDescCreatedAt := tutorialMixinFields0[1].Descriptor()
  862. // tutorial.DefaultCreatedAt holds the default value on creation for the created_at field.
  863. tutorial.DefaultCreatedAt = tutorialDescCreatedAt.Default.(func() time.Time)
  864. // tutorialDescUpdatedAt is the schema descriptor for updated_at field.
  865. tutorialDescUpdatedAt := tutorialMixinFields0[2].Descriptor()
  866. // tutorial.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  867. tutorial.DefaultUpdatedAt = tutorialDescUpdatedAt.Default.(func() time.Time)
  868. // tutorial.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  869. tutorial.UpdateDefaultUpdatedAt = tutorialDescUpdatedAt.UpdateDefault.(func() time.Time)
  870. // tutorialDescEmployeeID is the schema descriptor for employee_id field.
  871. tutorialDescEmployeeID := tutorialFields[0].Descriptor()
  872. // tutorial.EmployeeIDValidator is a validator for the "employee_id" field. It is called by the builders before save.
  873. tutorial.EmployeeIDValidator = tutorialDescEmployeeID.Validators[0].(func(uint64) error)
  874. // tutorialDescOrganizationID is the schema descriptor for organization_id field.
  875. tutorialDescOrganizationID := tutorialFields[4].Descriptor()
  876. // tutorial.OrganizationIDValidator is a validator for the "organization_id" field. It is called by the builders before save.
  877. tutorial.OrganizationIDValidator = tutorialDescOrganizationID.Validators[0].(func(uint64) error)
  878. workexperienceMixin := schema.WorkExperience{}.Mixin()
  879. workexperienceMixinHooks1 := workexperienceMixin[1].Hooks()
  880. workexperience.Hooks[0] = workexperienceMixinHooks1[0]
  881. workexperienceMixinInters1 := workexperienceMixin[1].Interceptors()
  882. workexperience.Interceptors[0] = workexperienceMixinInters1[0]
  883. workexperienceMixinFields0 := workexperienceMixin[0].Fields()
  884. _ = workexperienceMixinFields0
  885. workexperienceFields := schema.WorkExperience{}.Fields()
  886. _ = workexperienceFields
  887. // workexperienceDescCreatedAt is the schema descriptor for created_at field.
  888. workexperienceDescCreatedAt := workexperienceMixinFields0[1].Descriptor()
  889. // workexperience.DefaultCreatedAt holds the default value on creation for the created_at field.
  890. workexperience.DefaultCreatedAt = workexperienceDescCreatedAt.Default.(func() time.Time)
  891. // workexperienceDescUpdatedAt is the schema descriptor for updated_at field.
  892. workexperienceDescUpdatedAt := workexperienceMixinFields0[2].Descriptor()
  893. // workexperience.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  894. workexperience.DefaultUpdatedAt = workexperienceDescUpdatedAt.Default.(func() time.Time)
  895. // workexperience.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  896. workexperience.UpdateDefaultUpdatedAt = workexperienceDescUpdatedAt.UpdateDefault.(func() time.Time)
  897. wxMixin := schema.Wx{}.Mixin()
  898. wxMixinHooks2 := wxMixin[2].Hooks()
  899. wx.Hooks[0] = wxMixinHooks2[0]
  900. wxMixinInters2 := wxMixin[2].Interceptors()
  901. wx.Interceptors[0] = wxMixinInters2[0]
  902. wxMixinFields0 := wxMixin[0].Fields()
  903. _ = wxMixinFields0
  904. wxMixinFields1 := wxMixin[1].Fields()
  905. _ = wxMixinFields1
  906. wxFields := schema.Wx{}.Fields()
  907. _ = wxFields
  908. // wxDescCreatedAt is the schema descriptor for created_at field.
  909. wxDescCreatedAt := wxMixinFields0[1].Descriptor()
  910. // wx.DefaultCreatedAt holds the default value on creation for the created_at field.
  911. wx.DefaultCreatedAt = wxDescCreatedAt.Default.(func() time.Time)
  912. // wxDescUpdatedAt is the schema descriptor for updated_at field.
  913. wxDescUpdatedAt := wxMixinFields0[2].Descriptor()
  914. // wx.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  915. wx.DefaultUpdatedAt = wxDescUpdatedAt.Default.(func() time.Time)
  916. // wx.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  917. wx.UpdateDefaultUpdatedAt = wxDescUpdatedAt.UpdateDefault.(func() time.Time)
  918. // wxDescStatus is the schema descriptor for status field.
  919. wxDescStatus := wxMixinFields1[0].Descriptor()
  920. // wx.DefaultStatus holds the default value on creation for the status field.
  921. wx.DefaultStatus = wxDescStatus.Default.(uint8)
  922. // wxDescServerID is the schema descriptor for server_id field.
  923. wxDescServerID := wxFields[0].Descriptor()
  924. // wx.DefaultServerID holds the default value on creation for the server_id field.
  925. wx.DefaultServerID = wxDescServerID.Default.(uint64)
  926. // wxDescPort is the schema descriptor for port field.
  927. wxDescPort := wxFields[1].Descriptor()
  928. // wx.DefaultPort holds the default value on creation for the port field.
  929. wx.DefaultPort = wxDescPort.Default.(string)
  930. // wxDescProcessID is the schema descriptor for process_id field.
  931. wxDescProcessID := wxFields[2].Descriptor()
  932. // wx.DefaultProcessID holds the default value on creation for the process_id field.
  933. wx.DefaultProcessID = wxDescProcessID.Default.(string)
  934. // wxDescCallback is the schema descriptor for callback field.
  935. wxDescCallback := wxFields[3].Descriptor()
  936. // wx.DefaultCallback holds the default value on creation for the callback field.
  937. wx.DefaultCallback = wxDescCallback.Default.(string)
  938. // wxDescWxid is the schema descriptor for wxid field.
  939. wxDescWxid := wxFields[4].Descriptor()
  940. // wx.DefaultWxid holds the default value on creation for the wxid field.
  941. wx.DefaultWxid = wxDescWxid.Default.(string)
  942. // wxDescAccount is the schema descriptor for account field.
  943. wxDescAccount := wxFields[5].Descriptor()
  944. // wx.DefaultAccount holds the default value on creation for the account field.
  945. wx.DefaultAccount = wxDescAccount.Default.(string)
  946. // wxDescNickname is the schema descriptor for nickname field.
  947. wxDescNickname := wxFields[6].Descriptor()
  948. // wx.DefaultNickname holds the default value on creation for the nickname field.
  949. wx.DefaultNickname = wxDescNickname.Default.(string)
  950. // wxDescTel is the schema descriptor for tel field.
  951. wxDescTel := wxFields[7].Descriptor()
  952. // wx.DefaultTel holds the default value on creation for the tel field.
  953. wx.DefaultTel = wxDescTel.Default.(string)
  954. // wxDescHeadBig is the schema descriptor for head_big field.
  955. wxDescHeadBig := wxFields[8].Descriptor()
  956. // wx.DefaultHeadBig holds the default value on creation for the head_big field.
  957. wx.DefaultHeadBig = wxDescHeadBig.Default.(string)
  958. // wxDescOrganizationID is the schema descriptor for organization_id field.
  959. wxDescOrganizationID := wxFields[9].Descriptor()
  960. // wx.DefaultOrganizationID holds the default value on creation for the organization_id field.
  961. wx.DefaultOrganizationID = wxDescOrganizationID.Default.(uint64)
  962. // wxDescAgentID is the schema descriptor for agent_id field.
  963. wxDescAgentID := wxFields[10].Descriptor()
  964. // wx.DefaultAgentID holds the default value on creation for the agent_id field.
  965. wx.DefaultAgentID = wxDescAgentID.Default.(uint64)
  966. // wxDescAPIBase is the schema descriptor for api_base field.
  967. wxDescAPIBase := wxFields[11].Descriptor()
  968. // wx.DefaultAPIBase holds the default value on creation for the api_base field.
  969. wx.DefaultAPIBase = wxDescAPIBase.Default.(string)
  970. // wxDescAPIKey is the schema descriptor for api_key field.
  971. wxDescAPIKey := wxFields[12].Descriptor()
  972. // wx.DefaultAPIKey holds the default value on creation for the api_key field.
  973. wx.DefaultAPIKey = wxDescAPIKey.Default.(string)
  974. wxcardMixin := schema.WxCard{}.Mixin()
  975. wxcardMixinHooks1 := wxcardMixin[1].Hooks()
  976. wxcard.Hooks[0] = wxcardMixinHooks1[0]
  977. wxcardMixinInters1 := wxcardMixin[1].Interceptors()
  978. wxcard.Interceptors[0] = wxcardMixinInters1[0]
  979. wxcardMixinFields0 := wxcardMixin[0].Fields()
  980. _ = wxcardMixinFields0
  981. wxcardFields := schema.WxCard{}.Fields()
  982. _ = wxcardFields
  983. // wxcardDescCreatedAt is the schema descriptor for created_at field.
  984. wxcardDescCreatedAt := wxcardMixinFields0[1].Descriptor()
  985. // wxcard.DefaultCreatedAt holds the default value on creation for the created_at field.
  986. wxcard.DefaultCreatedAt = wxcardDescCreatedAt.Default.(func() time.Time)
  987. // wxcardDescUpdatedAt is the schema descriptor for updated_at field.
  988. wxcardDescUpdatedAt := wxcardMixinFields0[2].Descriptor()
  989. // wxcard.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  990. wxcard.DefaultUpdatedAt = wxcardDescUpdatedAt.Default.(func() time.Time)
  991. // wxcard.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  992. wxcard.UpdateDefaultUpdatedAt = wxcardDescUpdatedAt.UpdateDefault.(func() time.Time)
  993. // wxcardDescUserID is the schema descriptor for user_id field.
  994. wxcardDescUserID := wxcardFields[0].Descriptor()
  995. // wxcard.DefaultUserID holds the default value on creation for the user_id field.
  996. wxcard.DefaultUserID = wxcardDescUserID.Default.(uint64)
  997. // wxcardDescWxUserID is the schema descriptor for wx_user_id field.
  998. wxcardDescWxUserID := wxcardFields[1].Descriptor()
  999. // wxcard.DefaultWxUserID holds the default value on creation for the wx_user_id field.
  1000. wxcard.DefaultWxUserID = wxcardDescWxUserID.Default.(uint64)
  1001. // wxcardDescAvatar is the schema descriptor for avatar field.
  1002. wxcardDescAvatar := wxcardFields[2].Descriptor()
  1003. // wxcard.DefaultAvatar holds the default value on creation for the avatar field.
  1004. wxcard.DefaultAvatar = wxcardDescAvatar.Default.(string)
  1005. // wxcardDescLogo is the schema descriptor for logo field.
  1006. wxcardDescLogo := wxcardFields[3].Descriptor()
  1007. // wxcard.DefaultLogo holds the default value on creation for the logo field.
  1008. wxcard.DefaultLogo = wxcardDescLogo.Default.(string)
  1009. // wxcardDescName is the schema descriptor for name field.
  1010. wxcardDescName := wxcardFields[4].Descriptor()
  1011. // wxcard.DefaultName holds the default value on creation for the name field.
  1012. wxcard.DefaultName = wxcardDescName.Default.(string)
  1013. // wxcardDescCompany is the schema descriptor for company field.
  1014. wxcardDescCompany := wxcardFields[5].Descriptor()
  1015. // wxcard.DefaultCompany holds the default value on creation for the company field.
  1016. wxcard.DefaultCompany = wxcardDescCompany.Default.(string)
  1017. // wxcardDescAddress is the schema descriptor for address field.
  1018. wxcardDescAddress := wxcardFields[6].Descriptor()
  1019. // wxcard.DefaultAddress holds the default value on creation for the address field.
  1020. wxcard.DefaultAddress = wxcardDescAddress.Default.(string)
  1021. // wxcardDescPhone is the schema descriptor for phone field.
  1022. wxcardDescPhone := wxcardFields[7].Descriptor()
  1023. // wxcard.DefaultPhone holds the default value on creation for the phone field.
  1024. wxcard.DefaultPhone = wxcardDescPhone.Default.(string)
  1025. // wxcardDescOfficialAccount is the schema descriptor for official_account field.
  1026. wxcardDescOfficialAccount := wxcardFields[8].Descriptor()
  1027. // wxcard.DefaultOfficialAccount holds the default value on creation for the official_account field.
  1028. wxcard.DefaultOfficialAccount = wxcardDescOfficialAccount.Default.(string)
  1029. // wxcardDescWechatAccount is the schema descriptor for wechat_account field.
  1030. wxcardDescWechatAccount := wxcardFields[9].Descriptor()
  1031. // wxcard.DefaultWechatAccount holds the default value on creation for the wechat_account field.
  1032. wxcard.DefaultWechatAccount = wxcardDescWechatAccount.Default.(string)
  1033. // wxcardDescEmail is the schema descriptor for email field.
  1034. wxcardDescEmail := wxcardFields[10].Descriptor()
  1035. // wxcard.DefaultEmail holds the default value on creation for the email field.
  1036. wxcard.DefaultEmail = wxcardDescEmail.Default.(string)
  1037. // wxcardDescIntro is the schema descriptor for intro field.
  1038. wxcardDescIntro := wxcardFields[14].Descriptor()
  1039. // wxcard.DefaultIntro holds the default value on creation for the intro field.
  1040. wxcard.DefaultIntro = wxcardDescIntro.Default.(string)
  1041. wxcarduserMixin := schema.WxCardUser{}.Mixin()
  1042. wxcarduserMixinHooks1 := wxcarduserMixin[1].Hooks()
  1043. wxcarduser.Hooks[0] = wxcarduserMixinHooks1[0]
  1044. wxcarduserMixinInters1 := wxcarduserMixin[1].Interceptors()
  1045. wxcarduser.Interceptors[0] = wxcarduserMixinInters1[0]
  1046. wxcarduserMixinFields0 := wxcarduserMixin[0].Fields()
  1047. _ = wxcarduserMixinFields0
  1048. wxcarduserFields := schema.WxCardUser{}.Fields()
  1049. _ = wxcarduserFields
  1050. // wxcarduserDescCreatedAt is the schema descriptor for created_at field.
  1051. wxcarduserDescCreatedAt := wxcarduserMixinFields0[1].Descriptor()
  1052. // wxcarduser.DefaultCreatedAt holds the default value on creation for the created_at field.
  1053. wxcarduser.DefaultCreatedAt = wxcarduserDescCreatedAt.Default.(func() time.Time)
  1054. // wxcarduserDescUpdatedAt is the schema descriptor for updated_at field.
  1055. wxcarduserDescUpdatedAt := wxcarduserMixinFields0[2].Descriptor()
  1056. // wxcarduser.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1057. wxcarduser.DefaultUpdatedAt = wxcarduserDescUpdatedAt.Default.(func() time.Time)
  1058. // wxcarduser.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1059. wxcarduser.UpdateDefaultUpdatedAt = wxcarduserDescUpdatedAt.UpdateDefault.(func() time.Time)
  1060. // wxcarduserDescWxid is the schema descriptor for wxid field.
  1061. wxcarduserDescWxid := wxcarduserFields[0].Descriptor()
  1062. // wxcarduser.DefaultWxid holds the default value on creation for the wxid field.
  1063. wxcarduser.DefaultWxid = wxcarduserDescWxid.Default.(string)
  1064. // wxcarduserDescAccount is the schema descriptor for account field.
  1065. wxcarduserDescAccount := wxcarduserFields[1].Descriptor()
  1066. // wxcarduser.DefaultAccount holds the default value on creation for the account field.
  1067. wxcarduser.DefaultAccount = wxcarduserDescAccount.Default.(string)
  1068. // wxcarduserDescAvatar is the schema descriptor for avatar field.
  1069. wxcarduserDescAvatar := wxcarduserFields[2].Descriptor()
  1070. // wxcarduser.DefaultAvatar holds the default value on creation for the avatar field.
  1071. wxcarduser.DefaultAvatar = wxcarduserDescAvatar.Default.(string)
  1072. // wxcarduserDescNickname is the schema descriptor for nickname field.
  1073. wxcarduserDescNickname := wxcarduserFields[3].Descriptor()
  1074. // wxcarduser.DefaultNickname holds the default value on creation for the nickname field.
  1075. wxcarduser.DefaultNickname = wxcarduserDescNickname.Default.(string)
  1076. // wxcarduserDescRemark is the schema descriptor for remark field.
  1077. wxcarduserDescRemark := wxcarduserFields[4].Descriptor()
  1078. // wxcarduser.DefaultRemark holds the default value on creation for the remark field.
  1079. wxcarduser.DefaultRemark = wxcarduserDescRemark.Default.(string)
  1080. // wxcarduserDescPhone is the schema descriptor for phone field.
  1081. wxcarduserDescPhone := wxcarduserFields[5].Descriptor()
  1082. // wxcarduser.DefaultPhone holds the default value on creation for the phone field.
  1083. wxcarduser.DefaultPhone = wxcarduserDescPhone.Default.(string)
  1084. // wxcarduserDescOpenID is the schema descriptor for open_id field.
  1085. wxcarduserDescOpenID := wxcarduserFields[6].Descriptor()
  1086. // wxcarduser.DefaultOpenID holds the default value on creation for the open_id field.
  1087. wxcarduser.DefaultOpenID = wxcarduserDescOpenID.Default.(string)
  1088. // wxcarduserDescUnionID is the schema descriptor for union_id field.
  1089. wxcarduserDescUnionID := wxcarduserFields[7].Descriptor()
  1090. // wxcarduser.DefaultUnionID holds the default value on creation for the union_id field.
  1091. wxcarduser.DefaultUnionID = wxcarduserDescUnionID.Default.(string)
  1092. // wxcarduserDescSessionKey is the schema descriptor for session_key field.
  1093. wxcarduserDescSessionKey := wxcarduserFields[8].Descriptor()
  1094. // wxcarduser.DefaultSessionKey holds the default value on creation for the session_key field.
  1095. wxcarduser.DefaultSessionKey = wxcarduserDescSessionKey.Default.(string)
  1096. // wxcarduserDescIsVip is the schema descriptor for is_vip field.
  1097. wxcarduserDescIsVip := wxcarduserFields[9].Descriptor()
  1098. // wxcarduser.DefaultIsVip holds the default value on creation for the is_vip field.
  1099. wxcarduser.DefaultIsVip = wxcarduserDescIsVip.Default.(int)
  1100. wxcardvisitMixin := schema.WxCardVisit{}.Mixin()
  1101. wxcardvisitMixinHooks1 := wxcardvisitMixin[1].Hooks()
  1102. wxcardvisit.Hooks[0] = wxcardvisitMixinHooks1[0]
  1103. wxcardvisitMixinInters1 := wxcardvisitMixin[1].Interceptors()
  1104. wxcardvisit.Interceptors[0] = wxcardvisitMixinInters1[0]
  1105. wxcardvisitMixinFields0 := wxcardvisitMixin[0].Fields()
  1106. _ = wxcardvisitMixinFields0
  1107. wxcardvisitFields := schema.WxCardVisit{}.Fields()
  1108. _ = wxcardvisitFields
  1109. // wxcardvisitDescCreatedAt is the schema descriptor for created_at field.
  1110. wxcardvisitDescCreatedAt := wxcardvisitMixinFields0[1].Descriptor()
  1111. // wxcardvisit.DefaultCreatedAt holds the default value on creation for the created_at field.
  1112. wxcardvisit.DefaultCreatedAt = wxcardvisitDescCreatedAt.Default.(func() time.Time)
  1113. // wxcardvisitDescUpdatedAt is the schema descriptor for updated_at field.
  1114. wxcardvisitDescUpdatedAt := wxcardvisitMixinFields0[2].Descriptor()
  1115. // wxcardvisit.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1116. wxcardvisit.DefaultUpdatedAt = wxcardvisitDescUpdatedAt.Default.(func() time.Time)
  1117. // wxcardvisit.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1118. wxcardvisit.UpdateDefaultUpdatedAt = wxcardvisitDescUpdatedAt.UpdateDefault.(func() time.Time)
  1119. // wxcardvisitDescUserID is the schema descriptor for user_id field.
  1120. wxcardvisitDescUserID := wxcardvisitFields[0].Descriptor()
  1121. // wxcardvisit.DefaultUserID holds the default value on creation for the user_id field.
  1122. wxcardvisit.DefaultUserID = wxcardvisitDescUserID.Default.(uint64)
  1123. // wxcardvisitDescBotID is the schema descriptor for bot_id field.
  1124. wxcardvisitDescBotID := wxcardvisitFields[1].Descriptor()
  1125. // wxcardvisit.DefaultBotID holds the default value on creation for the bot_id field.
  1126. wxcardvisit.DefaultBotID = wxcardvisitDescBotID.Default.(uint64)
  1127. // wxcardvisitDescBotType is the schema descriptor for bot_type field.
  1128. wxcardvisitDescBotType := wxcardvisitFields[2].Descriptor()
  1129. // wxcardvisit.DefaultBotType holds the default value on creation for the bot_type field.
  1130. wxcardvisit.DefaultBotType = wxcardvisitDescBotType.Default.(uint8)
  1131. }
  1132. const (
  1133. Version = "v0.13.1" // Version of ent codegen.
  1134. Sum = "h1:uD8QwN1h6SNphdCCzmkMN3feSUzNnVvV/WIkHKMbzOE=" // Sum of ent codegen.
  1135. )