runtime.go 74 KB

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