runtime.go 83 KB

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