runtime.go 75 KB

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