runtime.go 112 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691
  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/allocagent"
  9. "wechat-api/ent/batchmsg"
  10. "wechat-api/ent/category"
  11. "wechat-api/ent/chatrecords"
  12. "wechat-api/ent/chatsession"
  13. "wechat-api/ent/contact"
  14. "wechat-api/ent/creditbalance"
  15. "wechat-api/ent/creditusage"
  16. "wechat-api/ent/employee"
  17. "wechat-api/ent/employeeconfig"
  18. "wechat-api/ent/label"
  19. "wechat-api/ent/labelrelationship"
  20. "wechat-api/ent/labeltagging"
  21. "wechat-api/ent/message"
  22. "wechat-api/ent/messagerecords"
  23. "wechat-api/ent/msg"
  24. "wechat-api/ent/payrecharge"
  25. "wechat-api/ent/schema"
  26. "wechat-api/ent/server"
  27. "wechat-api/ent/sopnode"
  28. "wechat-api/ent/sopstage"
  29. "wechat-api/ent/soptask"
  30. "wechat-api/ent/token"
  31. "wechat-api/ent/tutorial"
  32. "wechat-api/ent/usagedetail"
  33. "wechat-api/ent/usagestatisticday"
  34. "wechat-api/ent/usagestatistichour"
  35. "wechat-api/ent/usagestatisticmonth"
  36. "wechat-api/ent/usagetotal"
  37. "wechat-api/ent/whatsapp"
  38. "wechat-api/ent/workexperience"
  39. "wechat-api/ent/wpchatroom"
  40. "wechat-api/ent/wpchatroommember"
  41. "wechat-api/ent/wx"
  42. "wechat-api/ent/wxcard"
  43. "wechat-api/ent/wxcarduser"
  44. "wechat-api/ent/wxcardvisit"
  45. )
  46. // The init function reads all schema descriptors with runtime code
  47. // (default values, validators, hooks and policies) and stitches it
  48. // to their package variables.
  49. func init() {
  50. agentMixin := schema.Agent{}.Mixin()
  51. agentMixinHooks1 := agentMixin[1].Hooks()
  52. agent.Hooks[0] = agentMixinHooks1[0]
  53. agentMixinInters1 := agentMixin[1].Interceptors()
  54. agent.Interceptors[0] = agentMixinInters1[0]
  55. agentMixinFields0 := agentMixin[0].Fields()
  56. _ = agentMixinFields0
  57. agentFields := schema.Agent{}.Fields()
  58. _ = agentFields
  59. // agentDescCreatedAt is the schema descriptor for created_at field.
  60. agentDescCreatedAt := agentMixinFields0[1].Descriptor()
  61. // agent.DefaultCreatedAt holds the default value on creation for the created_at field.
  62. agent.DefaultCreatedAt = agentDescCreatedAt.Default.(func() time.Time)
  63. // agentDescUpdatedAt is the schema descriptor for updated_at field.
  64. agentDescUpdatedAt := agentMixinFields0[2].Descriptor()
  65. // agent.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  66. agent.DefaultUpdatedAt = agentDescUpdatedAt.Default.(func() time.Time)
  67. // agent.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  68. agent.UpdateDefaultUpdatedAt = agentDescUpdatedAt.UpdateDefault.(func() time.Time)
  69. // agentDescName is the schema descriptor for name field.
  70. agentDescName := agentFields[0].Descriptor()
  71. // agent.NameValidator is a validator for the "name" field. It is called by the builders before save.
  72. agent.NameValidator = agentDescName.Validators[0].(func(string) error)
  73. // agentDescStatus is the schema descriptor for status field.
  74. agentDescStatus := agentFields[2].Descriptor()
  75. // agent.DefaultStatus holds the default value on creation for the status field.
  76. agent.DefaultStatus = agentDescStatus.Default.(int)
  77. // agent.StatusValidator is a validator for the "status" field. It is called by the builders before save.
  78. agent.StatusValidator = agentDescStatus.Validators[0].(func(int) error)
  79. // agentDescBackground is the schema descriptor for background field.
  80. agentDescBackground := agentFields[3].Descriptor()
  81. // agent.DefaultBackground holds the default value on creation for the background field.
  82. agent.DefaultBackground = agentDescBackground.Default.(string)
  83. // agentDescExamples is the schema descriptor for examples field.
  84. agentDescExamples := agentFields[4].Descriptor()
  85. // agent.DefaultExamples holds the default value on creation for the examples field.
  86. agent.DefaultExamples = agentDescExamples.Default.(string)
  87. // agentDescOrganizationID is the schema descriptor for organization_id field.
  88. agentDescOrganizationID := agentFields[5].Descriptor()
  89. // agent.OrganizationIDValidator is a validator for the "organization_id" field. It is called by the builders before save.
  90. agent.OrganizationIDValidator = agentDescOrganizationID.Validators[0].(func(uint64) error)
  91. // agentDescDatasetID is the schema descriptor for dataset_id field.
  92. agentDescDatasetID := agentFields[6].Descriptor()
  93. // agent.DefaultDatasetID holds the default value on creation for the dataset_id field.
  94. agent.DefaultDatasetID = agentDescDatasetID.Default.(string)
  95. // agent.DatasetIDValidator is a validator for the "dataset_id" field. It is called by the builders before save.
  96. agent.DatasetIDValidator = agentDescDatasetID.Validators[0].(func(string) error)
  97. // agentDescCollectionID is the schema descriptor for collection_id field.
  98. agentDescCollectionID := agentFields[7].Descriptor()
  99. // agent.DefaultCollectionID holds the default value on creation for the collection_id field.
  100. agent.DefaultCollectionID = agentDescCollectionID.Default.(string)
  101. // agent.CollectionIDValidator is a validator for the "collection_id" field. It is called by the builders before save.
  102. agent.CollectionIDValidator = agentDescCollectionID.Validators[0].(func(string) error)
  103. agentbaseFields := schema.AgentBase{}.Fields()
  104. _ = agentbaseFields
  105. // agentbaseDescQ is the schema descriptor for q field.
  106. agentbaseDescQ := agentbaseFields[1].Descriptor()
  107. // agentbase.DefaultQ holds the default value on creation for the q field.
  108. agentbase.DefaultQ = agentbaseDescQ.Default.(string)
  109. // agentbaseDescA is the schema descriptor for a field.
  110. agentbaseDescA := agentbaseFields[2].Descriptor()
  111. // agentbase.DefaultA holds the default value on creation for the a field.
  112. agentbase.DefaultA = agentbaseDescA.Default.(string)
  113. // agentbaseDescChunkIndex is the schema descriptor for chunk_index field.
  114. agentbaseDescChunkIndex := agentbaseFields[3].Descriptor()
  115. // agentbase.ChunkIndexValidator is a validator for the "chunk_index" field. It is called by the builders before save.
  116. agentbase.ChunkIndexValidator = agentbaseDescChunkIndex.Validators[0].(func(uint64) error)
  117. // agentbaseDescDatasetID is the schema descriptor for dataset_id field.
  118. agentbaseDescDatasetID := agentbaseFields[5].Descriptor()
  119. // agentbase.DefaultDatasetID holds the default value on creation for the dataset_id field.
  120. agentbase.DefaultDatasetID = agentbaseDescDatasetID.Default.(string)
  121. // agentbaseDescCollectionID is the schema descriptor for collection_id field.
  122. agentbaseDescCollectionID := agentbaseFields[6].Descriptor()
  123. // agentbase.DefaultCollectionID holds the default value on creation for the collection_id field.
  124. agentbase.DefaultCollectionID = agentbaseDescCollectionID.Default.(string)
  125. // agentbaseDescSourceName is the schema descriptor for source_name field.
  126. agentbaseDescSourceName := agentbaseFields[7].Descriptor()
  127. // agentbase.DefaultSourceName holds the default value on creation for the source_name field.
  128. agentbase.DefaultSourceName = agentbaseDescSourceName.Default.(string)
  129. aliyunavatarMixin := schema.AliyunAvatar{}.Mixin()
  130. aliyunavatarMixinHooks1 := aliyunavatarMixin[1].Hooks()
  131. aliyunavatar.Hooks[0] = aliyunavatarMixinHooks1[0]
  132. aliyunavatarMixinInters1 := aliyunavatarMixin[1].Interceptors()
  133. aliyunavatar.Interceptors[0] = aliyunavatarMixinInters1[0]
  134. aliyunavatarMixinFields0 := aliyunavatarMixin[0].Fields()
  135. _ = aliyunavatarMixinFields0
  136. aliyunavatarFields := schema.AliyunAvatar{}.Fields()
  137. _ = aliyunavatarFields
  138. // aliyunavatarDescCreatedAt is the schema descriptor for created_at field.
  139. aliyunavatarDescCreatedAt := aliyunavatarMixinFields0[1].Descriptor()
  140. // aliyunavatar.DefaultCreatedAt holds the default value on creation for the created_at field.
  141. aliyunavatar.DefaultCreatedAt = aliyunavatarDescCreatedAt.Default.(func() time.Time)
  142. // aliyunavatarDescUpdatedAt is the schema descriptor for updated_at field.
  143. aliyunavatarDescUpdatedAt := aliyunavatarMixinFields0[2].Descriptor()
  144. // aliyunavatar.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  145. aliyunavatar.DefaultUpdatedAt = aliyunavatarDescUpdatedAt.Default.(func() time.Time)
  146. // aliyunavatar.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  147. aliyunavatar.UpdateDefaultUpdatedAt = aliyunavatarDescUpdatedAt.UpdateDefault.(func() time.Time)
  148. // aliyunavatarDescToken is the schema descriptor for token field.
  149. aliyunavatarDescToken := aliyunavatarFields[7].Descriptor()
  150. // aliyunavatar.DefaultToken holds the default value on creation for the token field.
  151. aliyunavatar.DefaultToken = aliyunavatarDescToken.Default.(string)
  152. // aliyunavatarDescSessionID is the schema descriptor for session_id field.
  153. aliyunavatarDescSessionID := aliyunavatarFields[8].Descriptor()
  154. // aliyunavatar.DefaultSessionID holds the default value on creation for the session_id field.
  155. aliyunavatar.DefaultSessionID = aliyunavatarDescSessionID.Default.(string)
  156. allocagentMixin := schema.AllocAgent{}.Mixin()
  157. allocagentMixinHooks1 := allocagentMixin[1].Hooks()
  158. allocagent.Hooks[0] = allocagentMixinHooks1[0]
  159. allocagentMixinInters1 := allocagentMixin[1].Interceptors()
  160. allocagent.Interceptors[0] = allocagentMixinInters1[0]
  161. allocagentMixinFields0 := allocagentMixin[0].Fields()
  162. _ = allocagentMixinFields0
  163. allocagentFields := schema.AllocAgent{}.Fields()
  164. _ = allocagentFields
  165. // allocagentDescCreatedAt is the schema descriptor for created_at field.
  166. allocagentDescCreatedAt := allocagentMixinFields0[1].Descriptor()
  167. // allocagent.DefaultCreatedAt holds the default value on creation for the created_at field.
  168. allocagent.DefaultCreatedAt = allocagentDescCreatedAt.Default.(func() time.Time)
  169. // allocagentDescUpdatedAt is the schema descriptor for updated_at field.
  170. allocagentDescUpdatedAt := allocagentMixinFields0[2].Descriptor()
  171. // allocagent.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  172. allocagent.DefaultUpdatedAt = allocagentDescUpdatedAt.Default.(func() time.Time)
  173. // allocagent.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  174. allocagent.UpdateDefaultUpdatedAt = allocagentDescUpdatedAt.UpdateDefault.(func() time.Time)
  175. // allocagentDescUserID is the schema descriptor for user_id field.
  176. allocagentDescUserID := allocagentFields[0].Descriptor()
  177. // allocagent.DefaultUserID holds the default value on creation for the user_id field.
  178. allocagent.DefaultUserID = allocagentDescUserID.Default.(string)
  179. // allocagentDescOrganizationID is the schema descriptor for organization_id field.
  180. allocagentDescOrganizationID := allocagentFields[1].Descriptor()
  181. // allocagent.DefaultOrganizationID holds the default value on creation for the organization_id field.
  182. allocagent.DefaultOrganizationID = allocagentDescOrganizationID.Default.(uint64)
  183. // allocagentDescStatus is the schema descriptor for status field.
  184. allocagentDescStatus := allocagentFields[3].Descriptor()
  185. // allocagent.DefaultStatus holds the default value on creation for the status field.
  186. allocagent.DefaultStatus = allocagentDescStatus.Default.(int)
  187. // allocagent.StatusValidator is a validator for the "status" field. It is called by the builders before save.
  188. allocagent.StatusValidator = allocagentDescStatus.Validators[0].(func(int) error)
  189. batchmsgMixin := schema.BatchMsg{}.Mixin()
  190. batchmsgMixinHooks1 := batchmsgMixin[1].Hooks()
  191. batchmsg.Hooks[0] = batchmsgMixinHooks1[0]
  192. batchmsgMixinInters1 := batchmsgMixin[1].Interceptors()
  193. batchmsg.Interceptors[0] = batchmsgMixinInters1[0]
  194. batchmsgMixinFields0 := batchmsgMixin[0].Fields()
  195. _ = batchmsgMixinFields0
  196. batchmsgFields := schema.BatchMsg{}.Fields()
  197. _ = batchmsgFields
  198. // batchmsgDescCreatedAt is the schema descriptor for created_at field.
  199. batchmsgDescCreatedAt := batchmsgMixinFields0[1].Descriptor()
  200. // batchmsg.DefaultCreatedAt holds the default value on creation for the created_at field.
  201. batchmsg.DefaultCreatedAt = batchmsgDescCreatedAt.Default.(func() time.Time)
  202. // batchmsgDescUpdatedAt is the schema descriptor for updated_at field.
  203. batchmsgDescUpdatedAt := batchmsgMixinFields0[2].Descriptor()
  204. // batchmsg.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  205. batchmsg.DefaultUpdatedAt = batchmsgDescUpdatedAt.Default.(func() time.Time)
  206. // batchmsg.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  207. batchmsg.UpdateDefaultUpdatedAt = batchmsgDescUpdatedAt.UpdateDefault.(func() time.Time)
  208. // batchmsgDescTaskName is the schema descriptor for task_name field.
  209. batchmsgDescTaskName := batchmsgFields[2].Descriptor()
  210. // batchmsg.DefaultTaskName holds the default value on creation for the task_name field.
  211. batchmsg.DefaultTaskName = batchmsgDescTaskName.Default.(string)
  212. // batchmsgDescOrganizationID is the schema descriptor for organization_id field.
  213. batchmsgDescOrganizationID := batchmsgFields[14].Descriptor()
  214. // batchmsg.OrganizationIDValidator is a validator for the "organization_id" field. It is called by the builders before save.
  215. batchmsg.OrganizationIDValidator = batchmsgDescOrganizationID.Validators[0].(func(uint64) error)
  216. categoryMixin := schema.Category{}.Mixin()
  217. categoryMixinHooks1 := categoryMixin[1].Hooks()
  218. category.Hooks[0] = categoryMixinHooks1[0]
  219. categoryMixinInters1 := categoryMixin[1].Interceptors()
  220. category.Interceptors[0] = categoryMixinInters1[0]
  221. categoryMixinFields0 := categoryMixin[0].Fields()
  222. _ = categoryMixinFields0
  223. categoryFields := schema.Category{}.Fields()
  224. _ = categoryFields
  225. // categoryDescCreatedAt is the schema descriptor for created_at field.
  226. categoryDescCreatedAt := categoryMixinFields0[1].Descriptor()
  227. // category.DefaultCreatedAt holds the default value on creation for the created_at field.
  228. category.DefaultCreatedAt = categoryDescCreatedAt.Default.(func() time.Time)
  229. // categoryDescUpdatedAt is the schema descriptor for updated_at field.
  230. categoryDescUpdatedAt := categoryMixinFields0[2].Descriptor()
  231. // category.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  232. category.DefaultUpdatedAt = categoryDescUpdatedAt.Default.(func() time.Time)
  233. // category.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  234. category.UpdateDefaultUpdatedAt = categoryDescUpdatedAt.UpdateDefault.(func() time.Time)
  235. // categoryDescName is the schema descriptor for name field.
  236. categoryDescName := categoryFields[0].Descriptor()
  237. // category.NameValidator is a validator for the "name" field. It is called by the builders before save.
  238. category.NameValidator = categoryDescName.Validators[0].(func(string) error)
  239. // categoryDescOrganizationID is the schema descriptor for organization_id field.
  240. categoryDescOrganizationID := categoryFields[1].Descriptor()
  241. // category.OrganizationIDValidator is a validator for the "organization_id" field. It is called by the builders before save.
  242. category.OrganizationIDValidator = categoryDescOrganizationID.Validators[0].(func(uint64) error)
  243. chatrecordsMixin := schema.ChatRecords{}.Mixin()
  244. chatrecordsMixinHooks1 := chatrecordsMixin[1].Hooks()
  245. chatrecords.Hooks[0] = chatrecordsMixinHooks1[0]
  246. chatrecordsMixinInters1 := chatrecordsMixin[1].Interceptors()
  247. chatrecords.Interceptors[0] = chatrecordsMixinInters1[0]
  248. chatrecordsMixinFields0 := chatrecordsMixin[0].Fields()
  249. _ = chatrecordsMixinFields0
  250. chatrecordsFields := schema.ChatRecords{}.Fields()
  251. _ = chatrecordsFields
  252. // chatrecordsDescCreatedAt is the schema descriptor for created_at field.
  253. chatrecordsDescCreatedAt := chatrecordsMixinFields0[1].Descriptor()
  254. // chatrecords.DefaultCreatedAt holds the default value on creation for the created_at field.
  255. chatrecords.DefaultCreatedAt = chatrecordsDescCreatedAt.Default.(func() time.Time)
  256. // chatrecordsDescUpdatedAt is the schema descriptor for updated_at field.
  257. chatrecordsDescUpdatedAt := chatrecordsMixinFields0[2].Descriptor()
  258. // chatrecords.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  259. chatrecords.DefaultUpdatedAt = chatrecordsDescUpdatedAt.Default.(func() time.Time)
  260. // chatrecords.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  261. chatrecords.UpdateDefaultUpdatedAt = chatrecordsDescUpdatedAt.UpdateDefault.(func() time.Time)
  262. // chatrecordsDescContent is the schema descriptor for content field.
  263. chatrecordsDescContent := chatrecordsFields[0].Descriptor()
  264. // chatrecords.DefaultContent holds the default value on creation for the content field.
  265. chatrecords.DefaultContent = chatrecordsDescContent.Default.(string)
  266. // chatrecordsDescContentType is the schema descriptor for content_type field.
  267. chatrecordsDescContentType := chatrecordsFields[1].Descriptor()
  268. // chatrecords.DefaultContentType holds the default value on creation for the content_type field.
  269. chatrecords.DefaultContentType = chatrecordsDescContentType.Default.(uint8)
  270. // chatrecordsDescSessionID is the schema descriptor for session_id field.
  271. chatrecordsDescSessionID := chatrecordsFields[2].Descriptor()
  272. // chatrecords.DefaultSessionID holds the default value on creation for the session_id field.
  273. chatrecords.DefaultSessionID = chatrecordsDescSessionID.Default.(uint64)
  274. // chatrecordsDescUserID is the schema descriptor for user_id field.
  275. chatrecordsDescUserID := chatrecordsFields[3].Descriptor()
  276. // chatrecords.DefaultUserID holds the default value on creation for the user_id field.
  277. chatrecords.DefaultUserID = chatrecordsDescUserID.Default.(uint64)
  278. // chatrecordsDescBotID is the schema descriptor for bot_id field.
  279. chatrecordsDescBotID := chatrecordsFields[4].Descriptor()
  280. // chatrecords.DefaultBotID holds the default value on creation for the bot_id field.
  281. chatrecords.DefaultBotID = chatrecordsDescBotID.Default.(uint64)
  282. // chatrecordsDescBotType is the schema descriptor for bot_type field.
  283. chatrecordsDescBotType := chatrecordsFields[5].Descriptor()
  284. // chatrecords.DefaultBotType holds the default value on creation for the bot_type field.
  285. chatrecords.DefaultBotType = chatrecordsDescBotType.Default.(uint8)
  286. chatsessionMixin := schema.ChatSession{}.Mixin()
  287. chatsessionMixinHooks1 := chatsessionMixin[1].Hooks()
  288. chatsession.Hooks[0] = chatsessionMixinHooks1[0]
  289. chatsessionMixinInters1 := chatsessionMixin[1].Interceptors()
  290. chatsession.Interceptors[0] = chatsessionMixinInters1[0]
  291. chatsessionMixinFields0 := chatsessionMixin[0].Fields()
  292. _ = chatsessionMixinFields0
  293. chatsessionFields := schema.ChatSession{}.Fields()
  294. _ = chatsessionFields
  295. // chatsessionDescCreatedAt is the schema descriptor for created_at field.
  296. chatsessionDescCreatedAt := chatsessionMixinFields0[1].Descriptor()
  297. // chatsession.DefaultCreatedAt holds the default value on creation for the created_at field.
  298. chatsession.DefaultCreatedAt = chatsessionDescCreatedAt.Default.(func() time.Time)
  299. // chatsessionDescUpdatedAt is the schema descriptor for updated_at field.
  300. chatsessionDescUpdatedAt := chatsessionMixinFields0[2].Descriptor()
  301. // chatsession.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  302. chatsession.DefaultUpdatedAt = chatsessionDescUpdatedAt.Default.(func() time.Time)
  303. // chatsession.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  304. chatsession.UpdateDefaultUpdatedAt = chatsessionDescUpdatedAt.UpdateDefault.(func() time.Time)
  305. // chatsessionDescName is the schema descriptor for name field.
  306. chatsessionDescName := chatsessionFields[0].Descriptor()
  307. // chatsession.DefaultName holds the default value on creation for the name field.
  308. chatsession.DefaultName = chatsessionDescName.Default.(string)
  309. // chatsessionDescUserID is the schema descriptor for user_id field.
  310. chatsessionDescUserID := chatsessionFields[1].Descriptor()
  311. // chatsession.DefaultUserID holds the default value on creation for the user_id field.
  312. chatsession.DefaultUserID = chatsessionDescUserID.Default.(uint64)
  313. // chatsessionDescBotID is the schema descriptor for bot_id field.
  314. chatsessionDescBotID := chatsessionFields[2].Descriptor()
  315. // chatsession.DefaultBotID holds the default value on creation for the bot_id field.
  316. chatsession.DefaultBotID = chatsessionDescBotID.Default.(uint64)
  317. // chatsessionDescBotType is the schema descriptor for bot_type field.
  318. chatsessionDescBotType := chatsessionFields[3].Descriptor()
  319. // chatsession.DefaultBotType holds the default value on creation for the bot_type field.
  320. chatsession.DefaultBotType = chatsessionDescBotType.Default.(uint8)
  321. contactMixin := schema.Contact{}.Mixin()
  322. contactMixinHooks2 := contactMixin[2].Hooks()
  323. contact.Hooks[0] = contactMixinHooks2[0]
  324. contactMixinInters2 := contactMixin[2].Interceptors()
  325. contact.Interceptors[0] = contactMixinInters2[0]
  326. contactMixinFields0 := contactMixin[0].Fields()
  327. _ = contactMixinFields0
  328. contactMixinFields1 := contactMixin[1].Fields()
  329. _ = contactMixinFields1
  330. contactFields := schema.Contact{}.Fields()
  331. _ = contactFields
  332. // contactDescCreatedAt is the schema descriptor for created_at field.
  333. contactDescCreatedAt := contactMixinFields0[1].Descriptor()
  334. // contact.DefaultCreatedAt holds the default value on creation for the created_at field.
  335. contact.DefaultCreatedAt = contactDescCreatedAt.Default.(func() time.Time)
  336. // contactDescUpdatedAt is the schema descriptor for updated_at field.
  337. contactDescUpdatedAt := contactMixinFields0[2].Descriptor()
  338. // contact.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  339. contact.DefaultUpdatedAt = contactDescUpdatedAt.Default.(func() time.Time)
  340. // contact.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  341. contact.UpdateDefaultUpdatedAt = contactDescUpdatedAt.UpdateDefault.(func() time.Time)
  342. // contactDescStatus is the schema descriptor for status field.
  343. contactDescStatus := contactMixinFields1[0].Descriptor()
  344. // contact.DefaultStatus holds the default value on creation for the status field.
  345. contact.DefaultStatus = contactDescStatus.Default.(uint8)
  346. // contactDescWxWxid is the schema descriptor for wx_wxid field.
  347. contactDescWxWxid := contactFields[0].Descriptor()
  348. // contact.DefaultWxWxid holds the default value on creation for the wx_wxid field.
  349. contact.DefaultWxWxid = contactDescWxWxid.Default.(string)
  350. // contactDescType is the schema descriptor for type field.
  351. contactDescType := contactFields[1].Descriptor()
  352. // contact.DefaultType holds the default value on creation for the type field.
  353. contact.DefaultType = contactDescType.Default.(int)
  354. // contactDescWxid is the schema descriptor for wxid field.
  355. contactDescWxid := contactFields[2].Descriptor()
  356. // contact.DefaultWxid holds the default value on creation for the wxid field.
  357. contact.DefaultWxid = contactDescWxid.Default.(string)
  358. // contactDescAccount is the schema descriptor for account field.
  359. contactDescAccount := contactFields[3].Descriptor()
  360. // contact.DefaultAccount holds the default value on creation for the account field.
  361. contact.DefaultAccount = contactDescAccount.Default.(string)
  362. // contactDescNickname is the schema descriptor for nickname field.
  363. contactDescNickname := contactFields[4].Descriptor()
  364. // contact.DefaultNickname holds the default value on creation for the nickname field.
  365. contact.DefaultNickname = contactDescNickname.Default.(string)
  366. // contactDescMarkname is the schema descriptor for markname field.
  367. contactDescMarkname := contactFields[5].Descriptor()
  368. // contact.DefaultMarkname holds the default value on creation for the markname field.
  369. contact.DefaultMarkname = contactDescMarkname.Default.(string)
  370. // contactDescHeadimg is the schema descriptor for headimg field.
  371. contactDescHeadimg := contactFields[6].Descriptor()
  372. // contact.DefaultHeadimg holds the default value on creation for the headimg field.
  373. contact.DefaultHeadimg = contactDescHeadimg.Default.(string)
  374. // contactDescSex is the schema descriptor for sex field.
  375. contactDescSex := contactFields[7].Descriptor()
  376. // contact.DefaultSex holds the default value on creation for the sex field.
  377. contact.DefaultSex = contactDescSex.Default.(int)
  378. // contactDescStarrole is the schema descriptor for starrole field.
  379. contactDescStarrole := contactFields[8].Descriptor()
  380. // contact.DefaultStarrole holds the default value on creation for the starrole field.
  381. contact.DefaultStarrole = contactDescStarrole.Default.(string)
  382. // contactDescDontseeit is the schema descriptor for dontseeit field.
  383. contactDescDontseeit := contactFields[9].Descriptor()
  384. // contact.DefaultDontseeit holds the default value on creation for the dontseeit field.
  385. contact.DefaultDontseeit = contactDescDontseeit.Default.(int)
  386. // contactDescDontseeme is the schema descriptor for dontseeme field.
  387. contactDescDontseeme := contactFields[10].Descriptor()
  388. // contact.DefaultDontseeme holds the default value on creation for the dontseeme field.
  389. contact.DefaultDontseeme = contactDescDontseeme.Default.(int)
  390. // contactDescLag is the schema descriptor for lag field.
  391. contactDescLag := contactFields[11].Descriptor()
  392. // contact.DefaultLag holds the default value on creation for the lag field.
  393. contact.DefaultLag = contactDescLag.Default.(string)
  394. // contactDescGid is the schema descriptor for gid field.
  395. contactDescGid := contactFields[12].Descriptor()
  396. // contact.DefaultGid holds the default value on creation for the gid field.
  397. contact.DefaultGid = contactDescGid.Default.(string)
  398. // contactDescGname is the schema descriptor for gname field.
  399. contactDescGname := contactFields[13].Descriptor()
  400. // contact.DefaultGname holds the default value on creation for the gname field.
  401. contact.DefaultGname = contactDescGname.Default.(string)
  402. // contactDescV3 is the schema descriptor for v3 field.
  403. contactDescV3 := contactFields[14].Descriptor()
  404. // contact.DefaultV3 holds the default value on creation for the v3 field.
  405. contact.DefaultV3 = contactDescV3.Default.(string)
  406. // contactDescOrganizationID is the schema descriptor for organization_id field.
  407. contactDescOrganizationID := contactFields[15].Descriptor()
  408. // contact.DefaultOrganizationID holds the default value on creation for the organization_id field.
  409. contact.DefaultOrganizationID = contactDescOrganizationID.Default.(uint64)
  410. creditbalanceMixin := schema.CreditBalance{}.Mixin()
  411. creditbalanceMixinHooks1 := creditbalanceMixin[1].Hooks()
  412. creditbalance.Hooks[0] = creditbalanceMixinHooks1[0]
  413. creditbalanceMixinInters1 := creditbalanceMixin[1].Interceptors()
  414. creditbalance.Interceptors[0] = creditbalanceMixinInters1[0]
  415. creditbalanceMixinFields0 := creditbalanceMixin[0].Fields()
  416. _ = creditbalanceMixinFields0
  417. creditbalanceFields := schema.CreditBalance{}.Fields()
  418. _ = creditbalanceFields
  419. // creditbalanceDescCreatedAt is the schema descriptor for created_at field.
  420. creditbalanceDescCreatedAt := creditbalanceMixinFields0[1].Descriptor()
  421. // creditbalance.DefaultCreatedAt holds the default value on creation for the created_at field.
  422. creditbalance.DefaultCreatedAt = creditbalanceDescCreatedAt.Default.(func() time.Time)
  423. // creditbalanceDescUpdatedAt is the schema descriptor for updated_at field.
  424. creditbalanceDescUpdatedAt := creditbalanceMixinFields0[2].Descriptor()
  425. // creditbalance.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  426. creditbalance.DefaultUpdatedAt = creditbalanceDescUpdatedAt.Default.(func() time.Time)
  427. // creditbalance.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  428. creditbalance.UpdateDefaultUpdatedAt = creditbalanceDescUpdatedAt.UpdateDefault.(func() time.Time)
  429. // creditbalanceDescUserID is the schema descriptor for user_id field.
  430. creditbalanceDescUserID := creditbalanceFields[0].Descriptor()
  431. // creditbalance.UserIDValidator is a validator for the "user_id" field. It is called by the builders before save.
  432. creditbalance.UserIDValidator = creditbalanceDescUserID.Validators[0].(func(string) error)
  433. // creditbalanceDescStatus is the schema descriptor for status field.
  434. creditbalanceDescStatus := creditbalanceFields[2].Descriptor()
  435. // creditbalance.DefaultStatus holds the default value on creation for the status field.
  436. creditbalance.DefaultStatus = creditbalanceDescStatus.Default.(int)
  437. // creditbalance.StatusValidator is a validator for the "status" field. It is called by the builders before save.
  438. creditbalance.StatusValidator = creditbalanceDescStatus.Validators[0].(func(int) error)
  439. // creditbalanceDescOrganizationID is the schema descriptor for organization_id field.
  440. creditbalanceDescOrganizationID := creditbalanceFields[3].Descriptor()
  441. // creditbalance.DefaultOrganizationID holds the default value on creation for the organization_id field.
  442. creditbalance.DefaultOrganizationID = creditbalanceDescOrganizationID.Default.(uint64)
  443. // creditbalance.OrganizationIDValidator is a validator for the "organization_id" field. It is called by the builders before save.
  444. creditbalance.OrganizationIDValidator = creditbalanceDescOrganizationID.Validators[0].(func(uint64) error)
  445. creditusageMixin := schema.CreditUsage{}.Mixin()
  446. creditusageMixinHooks1 := creditusageMixin[1].Hooks()
  447. creditusage.Hooks[0] = creditusageMixinHooks1[0]
  448. creditusageMixinInters1 := creditusageMixin[1].Interceptors()
  449. creditusage.Interceptors[0] = creditusageMixinInters1[0]
  450. creditusageMixinFields0 := creditusageMixin[0].Fields()
  451. _ = creditusageMixinFields0
  452. creditusageFields := schema.CreditUsage{}.Fields()
  453. _ = creditusageFields
  454. // creditusageDescCreatedAt is the schema descriptor for created_at field.
  455. creditusageDescCreatedAt := creditusageMixinFields0[1].Descriptor()
  456. // creditusage.DefaultCreatedAt holds the default value on creation for the created_at field.
  457. creditusage.DefaultCreatedAt = creditusageDescCreatedAt.Default.(func() time.Time)
  458. // creditusageDescUpdatedAt is the schema descriptor for updated_at field.
  459. creditusageDescUpdatedAt := creditusageMixinFields0[2].Descriptor()
  460. // creditusage.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  461. creditusage.DefaultUpdatedAt = creditusageDescUpdatedAt.Default.(func() time.Time)
  462. // creditusage.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  463. creditusage.UpdateDefaultUpdatedAt = creditusageDescUpdatedAt.UpdateDefault.(func() time.Time)
  464. // creditusageDescUserID is the schema descriptor for user_id field.
  465. creditusageDescUserID := creditusageFields[0].Descriptor()
  466. // creditusage.UserIDValidator is a validator for the "user_id" field. It is called by the builders before save.
  467. creditusage.UserIDValidator = creditusageDescUserID.Validators[0].(func(string) error)
  468. // creditusageDescStatus is the schema descriptor for status field.
  469. creditusageDescStatus := creditusageFields[2].Descriptor()
  470. // creditusage.DefaultStatus holds the default value on creation for the status field.
  471. creditusage.DefaultStatus = creditusageDescStatus.Default.(int)
  472. // creditusage.StatusValidator is a validator for the "status" field. It is called by the builders before save.
  473. creditusage.StatusValidator = creditusageDescStatus.Validators[0].(func(int) error)
  474. // creditusageDescNtype is the schema descriptor for ntype field.
  475. creditusageDescNtype := creditusageFields[3].Descriptor()
  476. // creditusage.DefaultNtype holds the default value on creation for the ntype field.
  477. creditusage.DefaultNtype = creditusageDescNtype.Default.(int)
  478. // creditusageDescTable is the schema descriptor for table field.
  479. creditusageDescTable := creditusageFields[4].Descriptor()
  480. // creditusage.DefaultTable holds the default value on creation for the table field.
  481. creditusage.DefaultTable = creditusageDescTable.Default.(string)
  482. // creditusageDescOrganizationID is the schema descriptor for organization_id field.
  483. creditusageDescOrganizationID := creditusageFields[5].Descriptor()
  484. // creditusage.DefaultOrganizationID holds the default value on creation for the organization_id field.
  485. creditusage.DefaultOrganizationID = creditusageDescOrganizationID.Default.(uint64)
  486. // creditusage.OrganizationIDValidator is a validator for the "organization_id" field. It is called by the builders before save.
  487. creditusage.OrganizationIDValidator = creditusageDescOrganizationID.Validators[0].(func(uint64) error)
  488. // creditusageDescNid is the schema descriptor for nid field.
  489. creditusageDescNid := creditusageFields[6].Descriptor()
  490. // creditusage.DefaultNid holds the default value on creation for the nid field.
  491. creditusage.DefaultNid = creditusageDescNid.Default.(uint64)
  492. // creditusageDescReason is the schema descriptor for reason field.
  493. creditusageDescReason := creditusageFields[7].Descriptor()
  494. // creditusage.DefaultReason holds the default value on creation for the reason field.
  495. creditusage.DefaultReason = creditusageDescReason.Default.(string)
  496. // creditusage.ReasonValidator is a validator for the "reason" field. It is called by the builders before save.
  497. creditusage.ReasonValidator = creditusageDescReason.Validators[0].(func(string) error)
  498. // creditusageDescOperator is the schema descriptor for operator field.
  499. creditusageDescOperator := creditusageFields[8].Descriptor()
  500. // creditusage.DefaultOperator holds the default value on creation for the operator field.
  501. creditusage.DefaultOperator = creditusageDescOperator.Default.(string)
  502. // creditusage.OperatorValidator is a validator for the "operator" field. It is called by the builders before save.
  503. creditusage.OperatorValidator = creditusageDescOperator.Validators[0].(func(string) error)
  504. employeeMixin := schema.Employee{}.Mixin()
  505. employeeMixinHooks1 := employeeMixin[1].Hooks()
  506. employee.Hooks[0] = employeeMixinHooks1[0]
  507. employeeMixinInters1 := employeeMixin[1].Interceptors()
  508. employee.Interceptors[0] = employeeMixinInters1[0]
  509. employeeMixinFields0 := employeeMixin[0].Fields()
  510. _ = employeeMixinFields0
  511. employeeFields := schema.Employee{}.Fields()
  512. _ = employeeFields
  513. // employeeDescCreatedAt is the schema descriptor for created_at field.
  514. employeeDescCreatedAt := employeeMixinFields0[1].Descriptor()
  515. // employee.DefaultCreatedAt holds the default value on creation for the created_at field.
  516. employee.DefaultCreatedAt = employeeDescCreatedAt.Default.(func() time.Time)
  517. // employeeDescUpdatedAt is the schema descriptor for updated_at field.
  518. employeeDescUpdatedAt := employeeMixinFields0[2].Descriptor()
  519. // employee.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  520. employee.DefaultUpdatedAt = employeeDescUpdatedAt.Default.(func() time.Time)
  521. // employee.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  522. employee.UpdateDefaultUpdatedAt = employeeDescUpdatedAt.UpdateDefault.(func() time.Time)
  523. // employeeDescTitle is the schema descriptor for title field.
  524. employeeDescTitle := employeeFields[0].Descriptor()
  525. // employee.TitleValidator is a validator for the "title" field. It is called by the builders before save.
  526. employee.TitleValidator = employeeDescTitle.Validators[0].(func(string) error)
  527. // employeeDescHireCount is the schema descriptor for hire_count field.
  528. employeeDescHireCount := employeeFields[3].Descriptor()
  529. // employee.DefaultHireCount holds the default value on creation for the hire_count field.
  530. employee.DefaultHireCount = employeeDescHireCount.Default.(int)
  531. // employee.HireCountValidator is a validator for the "hire_count" field. It is called by the builders before save.
  532. employee.HireCountValidator = employeeDescHireCount.Validators[0].(func(int) error)
  533. // employeeDescServiceCount is the schema descriptor for service_count field.
  534. employeeDescServiceCount := employeeFields[4].Descriptor()
  535. // employee.DefaultServiceCount holds the default value on creation for the service_count field.
  536. employee.DefaultServiceCount = employeeDescServiceCount.Default.(int)
  537. // employee.ServiceCountValidator is a validator for the "service_count" field. It is called by the builders before save.
  538. employee.ServiceCountValidator = employeeDescServiceCount.Validators[0].(func(int) error)
  539. // employeeDescAchievementCount is the schema descriptor for achievement_count field.
  540. employeeDescAchievementCount := employeeFields[5].Descriptor()
  541. // employee.DefaultAchievementCount holds the default value on creation for the achievement_count field.
  542. employee.DefaultAchievementCount = employeeDescAchievementCount.Default.(int)
  543. // employee.AchievementCountValidator is a validator for the "achievement_count" field. It is called by the builders before save.
  544. employee.AchievementCountValidator = employeeDescAchievementCount.Validators[0].(func(int) error)
  545. // employeeDescIntro is the schema descriptor for intro field.
  546. employeeDescIntro := employeeFields[6].Descriptor()
  547. // employee.DefaultIntro holds the default value on creation for the intro field.
  548. employee.DefaultIntro = employeeDescIntro.Default.(string)
  549. // employeeDescEstimate is the schema descriptor for estimate field.
  550. employeeDescEstimate := employeeFields[7].Descriptor()
  551. // employee.DefaultEstimate holds the default value on creation for the estimate field.
  552. employee.DefaultEstimate = employeeDescEstimate.Default.(string)
  553. // employeeDescSkill is the schema descriptor for skill field.
  554. employeeDescSkill := employeeFields[8].Descriptor()
  555. // employee.DefaultSkill holds the default value on creation for the skill field.
  556. employee.DefaultSkill = employeeDescSkill.Default.(string)
  557. // employeeDescAbilityType is the schema descriptor for ability_type field.
  558. employeeDescAbilityType := employeeFields[9].Descriptor()
  559. // employee.DefaultAbilityType holds the default value on creation for the ability_type field.
  560. employee.DefaultAbilityType = employeeDescAbilityType.Default.(string)
  561. // employeeDescScene is the schema descriptor for scene field.
  562. employeeDescScene := employeeFields[10].Descriptor()
  563. // employee.DefaultScene holds the default value on creation for the scene field.
  564. employee.DefaultScene = employeeDescScene.Default.(string)
  565. // employeeDescSwitchIn is the schema descriptor for switch_in field.
  566. employeeDescSwitchIn := employeeFields[11].Descriptor()
  567. // employee.DefaultSwitchIn holds the default value on creation for the switch_in field.
  568. employee.DefaultSwitchIn = employeeDescSwitchIn.Default.(string)
  569. // employeeDescVideoURL is the schema descriptor for video_url field.
  570. employeeDescVideoURL := employeeFields[12].Descriptor()
  571. // employee.DefaultVideoURL holds the default value on creation for the video_url field.
  572. employee.DefaultVideoURL = employeeDescVideoURL.Default.(string)
  573. // employeeDescOrganizationID is the schema descriptor for organization_id field.
  574. employeeDescOrganizationID := employeeFields[13].Descriptor()
  575. // employee.OrganizationIDValidator is a validator for the "organization_id" field. It is called by the builders before save.
  576. employee.OrganizationIDValidator = employeeDescOrganizationID.Validators[0].(func(uint64) error)
  577. // employeeDescCategoryID is the schema descriptor for category_id field.
  578. employeeDescCategoryID := employeeFields[14].Descriptor()
  579. // employee.CategoryIDValidator is a validator for the "category_id" field. It is called by the builders before save.
  580. employee.CategoryIDValidator = employeeDescCategoryID.Validators[0].(func(uint64) error)
  581. // employeeDescAPIBase is the schema descriptor for api_base field.
  582. employeeDescAPIBase := employeeFields[15].Descriptor()
  583. // employee.DefaultAPIBase holds the default value on creation for the api_base field.
  584. employee.DefaultAPIBase = employeeDescAPIBase.Default.(string)
  585. // employeeDescAPIKey is the schema descriptor for api_key field.
  586. employeeDescAPIKey := employeeFields[16].Descriptor()
  587. // employee.DefaultAPIKey holds the default value on creation for the api_key field.
  588. employee.DefaultAPIKey = employeeDescAPIKey.Default.(string)
  589. // employeeDescIsVip is the schema descriptor for is_vip field.
  590. employeeDescIsVip := employeeFields[18].Descriptor()
  591. // employee.DefaultIsVip holds the default value on creation for the is_vip field.
  592. employee.DefaultIsVip = employeeDescIsVip.Default.(int)
  593. employeeconfigMixin := schema.EmployeeConfig{}.Mixin()
  594. employeeconfigMixinHooks1 := employeeconfigMixin[1].Hooks()
  595. employeeconfig.Hooks[0] = employeeconfigMixinHooks1[0]
  596. employeeconfigMixinInters1 := employeeconfigMixin[1].Interceptors()
  597. employeeconfig.Interceptors[0] = employeeconfigMixinInters1[0]
  598. employeeconfigMixinFields0 := employeeconfigMixin[0].Fields()
  599. _ = employeeconfigMixinFields0
  600. employeeconfigFields := schema.EmployeeConfig{}.Fields()
  601. _ = employeeconfigFields
  602. // employeeconfigDescCreatedAt is the schema descriptor for created_at field.
  603. employeeconfigDescCreatedAt := employeeconfigMixinFields0[1].Descriptor()
  604. // employeeconfig.DefaultCreatedAt holds the default value on creation for the created_at field.
  605. employeeconfig.DefaultCreatedAt = employeeconfigDescCreatedAt.Default.(func() time.Time)
  606. // employeeconfigDescUpdatedAt is the schema descriptor for updated_at field.
  607. employeeconfigDescUpdatedAt := employeeconfigMixinFields0[2].Descriptor()
  608. // employeeconfig.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  609. employeeconfig.DefaultUpdatedAt = employeeconfigDescUpdatedAt.Default.(func() time.Time)
  610. // employeeconfig.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  611. employeeconfig.UpdateDefaultUpdatedAt = employeeconfigDescUpdatedAt.UpdateDefault.(func() time.Time)
  612. // employeeconfigDescStype is the schema descriptor for stype field.
  613. employeeconfigDescStype := employeeconfigFields[0].Descriptor()
  614. // employeeconfig.DefaultStype holds the default value on creation for the stype field.
  615. employeeconfig.DefaultStype = employeeconfigDescStype.Default.(string)
  616. // employeeconfigDescTitle is the schema descriptor for title field.
  617. employeeconfigDescTitle := employeeconfigFields[1].Descriptor()
  618. // employeeconfig.DefaultTitle holds the default value on creation for the title field.
  619. employeeconfig.DefaultTitle = employeeconfigDescTitle.Default.(string)
  620. // employeeconfigDescPhoto is the schema descriptor for photo field.
  621. employeeconfigDescPhoto := employeeconfigFields[2].Descriptor()
  622. // employeeconfig.DefaultPhoto holds the default value on creation for the photo field.
  623. employeeconfig.DefaultPhoto = employeeconfigDescPhoto.Default.(string)
  624. // employeeconfigDescOrganizationID is the schema descriptor for organization_id field.
  625. employeeconfigDescOrganizationID := employeeconfigFields[3].Descriptor()
  626. // employeeconfig.DefaultOrganizationID holds the default value on creation for the organization_id field.
  627. employeeconfig.DefaultOrganizationID = employeeconfigDescOrganizationID.Default.(uint64)
  628. labelMixin := schema.Label{}.Mixin()
  629. labelMixinFields0 := labelMixin[0].Fields()
  630. _ = labelMixinFields0
  631. labelMixinFields1 := labelMixin[1].Fields()
  632. _ = labelMixinFields1
  633. labelFields := schema.Label{}.Fields()
  634. _ = labelFields
  635. // labelDescCreatedAt is the schema descriptor for created_at field.
  636. labelDescCreatedAt := labelMixinFields0[1].Descriptor()
  637. // label.DefaultCreatedAt holds the default value on creation for the created_at field.
  638. label.DefaultCreatedAt = labelDescCreatedAt.Default.(func() time.Time)
  639. // labelDescUpdatedAt is the schema descriptor for updated_at field.
  640. labelDescUpdatedAt := labelMixinFields0[2].Descriptor()
  641. // label.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  642. label.DefaultUpdatedAt = labelDescUpdatedAt.Default.(func() time.Time)
  643. // label.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  644. label.UpdateDefaultUpdatedAt = labelDescUpdatedAt.UpdateDefault.(func() time.Time)
  645. // labelDescStatus is the schema descriptor for status field.
  646. labelDescStatus := labelMixinFields1[0].Descriptor()
  647. // label.DefaultStatus holds the default value on creation for the status field.
  648. label.DefaultStatus = labelDescStatus.Default.(uint8)
  649. // labelDescType is the schema descriptor for type field.
  650. labelDescType := labelFields[0].Descriptor()
  651. // label.DefaultType holds the default value on creation for the type field.
  652. label.DefaultType = labelDescType.Default.(int)
  653. // labelDescName is the schema descriptor for name field.
  654. labelDescName := labelFields[1].Descriptor()
  655. // label.DefaultName holds the default value on creation for the name field.
  656. label.DefaultName = labelDescName.Default.(string)
  657. // labelDescFrom is the schema descriptor for from field.
  658. labelDescFrom := labelFields[2].Descriptor()
  659. // label.DefaultFrom holds the default value on creation for the from field.
  660. label.DefaultFrom = labelDescFrom.Default.(int)
  661. // labelDescMode is the schema descriptor for mode field.
  662. labelDescMode := labelFields[3].Descriptor()
  663. // label.DefaultMode holds the default value on creation for the mode field.
  664. label.DefaultMode = labelDescMode.Default.(int)
  665. // labelDescConditions is the schema descriptor for conditions field.
  666. labelDescConditions := labelFields[4].Descriptor()
  667. // label.DefaultConditions holds the default value on creation for the conditions field.
  668. label.DefaultConditions = labelDescConditions.Default.(string)
  669. // labelDescOrganizationID is the schema descriptor for organization_id field.
  670. labelDescOrganizationID := labelFields[5].Descriptor()
  671. // label.DefaultOrganizationID holds the default value on creation for the organization_id field.
  672. label.DefaultOrganizationID = labelDescOrganizationID.Default.(uint64)
  673. labelrelationshipMixin := schema.LabelRelationship{}.Mixin()
  674. labelrelationshipMixinFields0 := labelrelationshipMixin[0].Fields()
  675. _ = labelrelationshipMixinFields0
  676. labelrelationshipMixinFields1 := labelrelationshipMixin[1].Fields()
  677. _ = labelrelationshipMixinFields1
  678. labelrelationshipFields := schema.LabelRelationship{}.Fields()
  679. _ = labelrelationshipFields
  680. // labelrelationshipDescCreatedAt is the schema descriptor for created_at field.
  681. labelrelationshipDescCreatedAt := labelrelationshipMixinFields0[1].Descriptor()
  682. // labelrelationship.DefaultCreatedAt holds the default value on creation for the created_at field.
  683. labelrelationship.DefaultCreatedAt = labelrelationshipDescCreatedAt.Default.(func() time.Time)
  684. // labelrelationshipDescUpdatedAt is the schema descriptor for updated_at field.
  685. labelrelationshipDescUpdatedAt := labelrelationshipMixinFields0[2].Descriptor()
  686. // labelrelationship.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  687. labelrelationship.DefaultUpdatedAt = labelrelationshipDescUpdatedAt.Default.(func() time.Time)
  688. // labelrelationship.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  689. labelrelationship.UpdateDefaultUpdatedAt = labelrelationshipDescUpdatedAt.UpdateDefault.(func() time.Time)
  690. // labelrelationshipDescStatus is the schema descriptor for status field.
  691. labelrelationshipDescStatus := labelrelationshipMixinFields1[0].Descriptor()
  692. // labelrelationship.DefaultStatus holds the default value on creation for the status field.
  693. labelrelationship.DefaultStatus = labelrelationshipDescStatus.Default.(uint8)
  694. // labelrelationshipDescLabelID is the schema descriptor for label_id field.
  695. labelrelationshipDescLabelID := labelrelationshipFields[0].Descriptor()
  696. // labelrelationship.DefaultLabelID holds the default value on creation for the label_id field.
  697. labelrelationship.DefaultLabelID = labelrelationshipDescLabelID.Default.(uint64)
  698. // labelrelationshipDescContactID is the schema descriptor for contact_id field.
  699. labelrelationshipDescContactID := labelrelationshipFields[1].Descriptor()
  700. // labelrelationship.DefaultContactID holds the default value on creation for the contact_id field.
  701. labelrelationship.DefaultContactID = labelrelationshipDescContactID.Default.(uint64)
  702. // labelrelationshipDescOrganizationID is the schema descriptor for organization_id field.
  703. labelrelationshipDescOrganizationID := labelrelationshipFields[2].Descriptor()
  704. // labelrelationship.DefaultOrganizationID holds the default value on creation for the organization_id field.
  705. labelrelationship.DefaultOrganizationID = labelrelationshipDescOrganizationID.Default.(uint64)
  706. labeltaggingMixin := schema.LabelTagging{}.Mixin()
  707. labeltaggingMixinHooks2 := labeltaggingMixin[2].Hooks()
  708. labeltagging.Hooks[0] = labeltaggingMixinHooks2[0]
  709. labeltaggingMixinInters2 := labeltaggingMixin[2].Interceptors()
  710. labeltagging.Interceptors[0] = labeltaggingMixinInters2[0]
  711. labeltaggingMixinFields0 := labeltaggingMixin[0].Fields()
  712. _ = labeltaggingMixinFields0
  713. labeltaggingMixinFields1 := labeltaggingMixin[1].Fields()
  714. _ = labeltaggingMixinFields1
  715. labeltaggingFields := schema.LabelTagging{}.Fields()
  716. _ = labeltaggingFields
  717. // labeltaggingDescCreatedAt is the schema descriptor for created_at field.
  718. labeltaggingDescCreatedAt := labeltaggingMixinFields0[1].Descriptor()
  719. // labeltagging.DefaultCreatedAt holds the default value on creation for the created_at field.
  720. labeltagging.DefaultCreatedAt = labeltaggingDescCreatedAt.Default.(func() time.Time)
  721. // labeltaggingDescUpdatedAt is the schema descriptor for updated_at field.
  722. labeltaggingDescUpdatedAt := labeltaggingMixinFields0[2].Descriptor()
  723. // labeltagging.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  724. labeltagging.DefaultUpdatedAt = labeltaggingDescUpdatedAt.Default.(func() time.Time)
  725. // labeltagging.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  726. labeltagging.UpdateDefaultUpdatedAt = labeltaggingDescUpdatedAt.UpdateDefault.(func() time.Time)
  727. // labeltaggingDescStatus is the schema descriptor for status field.
  728. labeltaggingDescStatus := labeltaggingMixinFields1[0].Descriptor()
  729. // labeltagging.DefaultStatus holds the default value on creation for the status field.
  730. labeltagging.DefaultStatus = labeltaggingDescStatus.Default.(uint8)
  731. // labeltaggingDescOrganizationID is the schema descriptor for organization_id field.
  732. labeltaggingDescOrganizationID := labeltaggingFields[0].Descriptor()
  733. // labeltagging.DefaultOrganizationID holds the default value on creation for the organization_id field.
  734. labeltagging.DefaultOrganizationID = labeltaggingDescOrganizationID.Default.(uint64)
  735. // labeltaggingDescType is the schema descriptor for type field.
  736. labeltaggingDescType := labeltaggingFields[1].Descriptor()
  737. // labeltagging.DefaultType holds the default value on creation for the type field.
  738. labeltagging.DefaultType = labeltaggingDescType.Default.(int)
  739. // labeltaggingDescConditions is the schema descriptor for conditions field.
  740. labeltaggingDescConditions := labeltaggingFields[2].Descriptor()
  741. // labeltagging.DefaultConditions holds the default value on creation for the conditions field.
  742. labeltagging.DefaultConditions = labeltaggingDescConditions.Default.(string)
  743. messageFields := schema.Message{}.Fields()
  744. _ = messageFields
  745. // messageDescWxWxid is the schema descriptor for wx_wxid field.
  746. messageDescWxWxid := messageFields[0].Descriptor()
  747. // message.DefaultWxWxid holds the default value on creation for the wx_wxid field.
  748. message.DefaultWxWxid = messageDescWxWxid.Default.(string)
  749. // messageDescWxid is the schema descriptor for wxid field.
  750. messageDescWxid := messageFields[1].Descriptor()
  751. // message.DefaultWxid holds the default value on creation for the wxid field.
  752. message.DefaultWxid = messageDescWxid.Default.(string)
  753. // messageDescContent is the schema descriptor for content field.
  754. messageDescContent := messageFields[2].Descriptor()
  755. // message.DefaultContent holds the default value on creation for the content field.
  756. message.DefaultContent = messageDescContent.Default.(string)
  757. messagerecordsMixin := schema.MessageRecords{}.Mixin()
  758. messagerecordsMixinFields0 := messagerecordsMixin[0].Fields()
  759. _ = messagerecordsMixinFields0
  760. messagerecordsMixinFields1 := messagerecordsMixin[1].Fields()
  761. _ = messagerecordsMixinFields1
  762. messagerecordsFields := schema.MessageRecords{}.Fields()
  763. _ = messagerecordsFields
  764. // messagerecordsDescCreatedAt is the schema descriptor for created_at field.
  765. messagerecordsDescCreatedAt := messagerecordsMixinFields0[1].Descriptor()
  766. // messagerecords.DefaultCreatedAt holds the default value on creation for the created_at field.
  767. messagerecords.DefaultCreatedAt = messagerecordsDescCreatedAt.Default.(func() time.Time)
  768. // messagerecordsDescUpdatedAt is the schema descriptor for updated_at field.
  769. messagerecordsDescUpdatedAt := messagerecordsMixinFields0[2].Descriptor()
  770. // messagerecords.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  771. messagerecords.DefaultUpdatedAt = messagerecordsDescUpdatedAt.Default.(func() time.Time)
  772. // messagerecords.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  773. messagerecords.UpdateDefaultUpdatedAt = messagerecordsDescUpdatedAt.UpdateDefault.(func() time.Time)
  774. // messagerecordsDescStatus is the schema descriptor for status field.
  775. messagerecordsDescStatus := messagerecordsMixinFields1[0].Descriptor()
  776. // messagerecords.DefaultStatus holds the default value on creation for the status field.
  777. messagerecords.DefaultStatus = messagerecordsDescStatus.Default.(uint8)
  778. // messagerecordsDescContactType is the schema descriptor for contact_type field.
  779. messagerecordsDescContactType := messagerecordsFields[2].Descriptor()
  780. // messagerecords.DefaultContactType holds the default value on creation for the contact_type field.
  781. messagerecords.DefaultContactType = messagerecordsDescContactType.Default.(int)
  782. // messagerecordsDescContactWxid is the schema descriptor for contact_wxid field.
  783. messagerecordsDescContactWxid := messagerecordsFields[3].Descriptor()
  784. // messagerecords.DefaultContactWxid holds the default value on creation for the contact_wxid field.
  785. messagerecords.DefaultContactWxid = messagerecordsDescContactWxid.Default.(string)
  786. // messagerecordsDescContentType is the schema descriptor for content_type field.
  787. messagerecordsDescContentType := messagerecordsFields[4].Descriptor()
  788. // messagerecords.DefaultContentType holds the default value on creation for the content_type field.
  789. messagerecords.DefaultContentType = messagerecordsDescContentType.Default.(int)
  790. // messagerecordsDescContent is the schema descriptor for content field.
  791. messagerecordsDescContent := messagerecordsFields[5].Descriptor()
  792. // messagerecords.DefaultContent holds the default value on creation for the content field.
  793. messagerecords.DefaultContent = messagerecordsDescContent.Default.(string)
  794. // messagerecordsDescErrorDetail is the schema descriptor for error_detail field.
  795. messagerecordsDescErrorDetail := messagerecordsFields[7].Descriptor()
  796. // messagerecords.DefaultErrorDetail holds the default value on creation for the error_detail field.
  797. messagerecords.DefaultErrorDetail = messagerecordsDescErrorDetail.Default.(string)
  798. // messagerecordsDescSourceType is the schema descriptor for source_type field.
  799. messagerecordsDescSourceType := messagerecordsFields[9].Descriptor()
  800. // messagerecords.DefaultSourceType holds the default value on creation for the source_type field.
  801. messagerecords.DefaultSourceType = messagerecordsDescSourceType.Default.(int)
  802. // messagerecordsDescSourceID is the schema descriptor for source_id field.
  803. messagerecordsDescSourceID := messagerecordsFields[10].Descriptor()
  804. // messagerecords.DefaultSourceID holds the default value on creation for the source_id field.
  805. messagerecords.DefaultSourceID = messagerecordsDescSourceID.Default.(uint64)
  806. // messagerecordsDescSubSourceID is the schema descriptor for sub_source_id field.
  807. messagerecordsDescSubSourceID := messagerecordsFields[11].Descriptor()
  808. // messagerecords.DefaultSubSourceID holds the default value on creation for the sub_source_id field.
  809. messagerecords.DefaultSubSourceID = messagerecordsDescSubSourceID.Default.(uint64)
  810. // messagerecordsDescOrganizationID is the schema descriptor for organization_id field.
  811. messagerecordsDescOrganizationID := messagerecordsFields[12].Descriptor()
  812. // messagerecords.DefaultOrganizationID holds the default value on creation for the organization_id field.
  813. messagerecords.DefaultOrganizationID = messagerecordsDescOrganizationID.Default.(uint64)
  814. msgMixin := schema.Msg{}.Mixin()
  815. msgMixinHooks1 := msgMixin[1].Hooks()
  816. msg.Hooks[0] = msgMixinHooks1[0]
  817. msgMixinInters1 := msgMixin[1].Interceptors()
  818. msg.Interceptors[0] = msgMixinInters1[0]
  819. msgMixinFields0 := msgMixin[0].Fields()
  820. _ = msgMixinFields0
  821. msgFields := schema.Msg{}.Fields()
  822. _ = msgFields
  823. // msgDescCreatedAt is the schema descriptor for created_at field.
  824. msgDescCreatedAt := msgMixinFields0[1].Descriptor()
  825. // msg.DefaultCreatedAt holds the default value on creation for the created_at field.
  826. msg.DefaultCreatedAt = msgDescCreatedAt.Default.(func() time.Time)
  827. // msgDescUpdatedAt is the schema descriptor for updated_at field.
  828. msgDescUpdatedAt := msgMixinFields0[2].Descriptor()
  829. // msg.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  830. msg.DefaultUpdatedAt = msgDescUpdatedAt.Default.(func() time.Time)
  831. // msg.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  832. msg.UpdateDefaultUpdatedAt = msgDescUpdatedAt.UpdateDefault.(func() time.Time)
  833. payrechargeMixin := schema.PayRecharge{}.Mixin()
  834. payrechargeMixinHooks1 := payrechargeMixin[1].Hooks()
  835. payrecharge.Hooks[0] = payrechargeMixinHooks1[0]
  836. payrechargeMixinInters1 := payrechargeMixin[1].Interceptors()
  837. payrecharge.Interceptors[0] = payrechargeMixinInters1[0]
  838. payrechargeMixinFields0 := payrechargeMixin[0].Fields()
  839. _ = payrechargeMixinFields0
  840. payrechargeFields := schema.PayRecharge{}.Fields()
  841. _ = payrechargeFields
  842. // payrechargeDescCreatedAt is the schema descriptor for created_at field.
  843. payrechargeDescCreatedAt := payrechargeMixinFields0[1].Descriptor()
  844. // payrecharge.DefaultCreatedAt holds the default value on creation for the created_at field.
  845. payrecharge.DefaultCreatedAt = payrechargeDescCreatedAt.Default.(func() time.Time)
  846. // payrechargeDescUpdatedAt is the schema descriptor for updated_at field.
  847. payrechargeDescUpdatedAt := payrechargeMixinFields0[2].Descriptor()
  848. // payrecharge.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  849. payrecharge.DefaultUpdatedAt = payrechargeDescUpdatedAt.Default.(func() time.Time)
  850. // payrecharge.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  851. payrecharge.UpdateDefaultUpdatedAt = payrechargeDescUpdatedAt.UpdateDefault.(func() time.Time)
  852. // payrechargeDescUserID is the schema descriptor for user_id field.
  853. payrechargeDescUserID := payrechargeFields[0].Descriptor()
  854. // payrecharge.UserIDValidator is a validator for the "user_id" field. It is called by the builders before save.
  855. payrecharge.UserIDValidator = payrechargeDescUserID.Validators[0].(func(string) error)
  856. // payrechargeDescNumber is the schema descriptor for number field.
  857. payrechargeDescNumber := payrechargeFields[1].Descriptor()
  858. // payrecharge.DefaultNumber holds the default value on creation for the number field.
  859. payrecharge.DefaultNumber = payrechargeDescNumber.Default.(float32)
  860. // payrechargeDescStatus is the schema descriptor for status field.
  861. payrechargeDescStatus := payrechargeFields[2].Descriptor()
  862. // payrecharge.DefaultStatus holds the default value on creation for the status field.
  863. payrecharge.DefaultStatus = payrechargeDescStatus.Default.(int)
  864. // payrecharge.StatusValidator is a validator for the "status" field. It is called by the builders before save.
  865. payrecharge.StatusValidator = payrechargeDescStatus.Validators[0].(func(int) error)
  866. // payrechargeDescMoney is the schema descriptor for money field.
  867. payrechargeDescMoney := payrechargeFields[3].Descriptor()
  868. // payrecharge.DefaultMoney holds the default value on creation for the money field.
  869. payrecharge.DefaultMoney = payrechargeDescMoney.Default.(float32)
  870. // payrechargeDescOutTradeNo is the schema descriptor for out_trade_no field.
  871. payrechargeDescOutTradeNo := payrechargeFields[4].Descriptor()
  872. // payrecharge.DefaultOutTradeNo holds the default value on creation for the out_trade_no field.
  873. payrecharge.DefaultOutTradeNo = payrechargeDescOutTradeNo.Default.(string)
  874. // payrechargeDescOrganizationID is the schema descriptor for organization_id field.
  875. payrechargeDescOrganizationID := payrechargeFields[5].Descriptor()
  876. // payrecharge.DefaultOrganizationID holds the default value on creation for the organization_id field.
  877. payrecharge.DefaultOrganizationID = payrechargeDescOrganizationID.Default.(uint64)
  878. // payrecharge.OrganizationIDValidator is a validator for the "organization_id" field. It is called by the builders before save.
  879. payrecharge.OrganizationIDValidator = payrechargeDescOrganizationID.Validators[0].(func(uint64) error)
  880. serverMixin := schema.Server{}.Mixin()
  881. serverMixinHooks2 := serverMixin[2].Hooks()
  882. server.Hooks[0] = serverMixinHooks2[0]
  883. serverMixinInters2 := serverMixin[2].Interceptors()
  884. server.Interceptors[0] = serverMixinInters2[0]
  885. serverMixinFields0 := serverMixin[0].Fields()
  886. _ = serverMixinFields0
  887. serverMixinFields1 := serverMixin[1].Fields()
  888. _ = serverMixinFields1
  889. serverFields := schema.Server{}.Fields()
  890. _ = serverFields
  891. // serverDescCreatedAt is the schema descriptor for created_at field.
  892. serverDescCreatedAt := serverMixinFields0[1].Descriptor()
  893. // server.DefaultCreatedAt holds the default value on creation for the created_at field.
  894. server.DefaultCreatedAt = serverDescCreatedAt.Default.(func() time.Time)
  895. // serverDescUpdatedAt is the schema descriptor for updated_at field.
  896. serverDescUpdatedAt := serverMixinFields0[2].Descriptor()
  897. // server.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  898. server.DefaultUpdatedAt = serverDescUpdatedAt.Default.(func() time.Time)
  899. // server.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  900. server.UpdateDefaultUpdatedAt = serverDescUpdatedAt.UpdateDefault.(func() time.Time)
  901. // serverDescStatus is the schema descriptor for status field.
  902. serverDescStatus := serverMixinFields1[0].Descriptor()
  903. // server.DefaultStatus holds the default value on creation for the status field.
  904. server.DefaultStatus = serverDescStatus.Default.(uint8)
  905. sopnodeMixin := schema.SopNode{}.Mixin()
  906. sopnodeMixinHooks2 := sopnodeMixin[2].Hooks()
  907. sopnode.Hooks[0] = sopnodeMixinHooks2[0]
  908. sopnodeMixinInters2 := sopnodeMixin[2].Interceptors()
  909. sopnode.Interceptors[0] = sopnodeMixinInters2[0]
  910. sopnodeMixinFields0 := sopnodeMixin[0].Fields()
  911. _ = sopnodeMixinFields0
  912. sopnodeMixinFields1 := sopnodeMixin[1].Fields()
  913. _ = sopnodeMixinFields1
  914. sopnodeFields := schema.SopNode{}.Fields()
  915. _ = sopnodeFields
  916. // sopnodeDescCreatedAt is the schema descriptor for created_at field.
  917. sopnodeDescCreatedAt := sopnodeMixinFields0[1].Descriptor()
  918. // sopnode.DefaultCreatedAt holds the default value on creation for the created_at field.
  919. sopnode.DefaultCreatedAt = sopnodeDescCreatedAt.Default.(func() time.Time)
  920. // sopnodeDescUpdatedAt is the schema descriptor for updated_at field.
  921. sopnodeDescUpdatedAt := sopnodeMixinFields0[2].Descriptor()
  922. // sopnode.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  923. sopnode.DefaultUpdatedAt = sopnodeDescUpdatedAt.Default.(func() time.Time)
  924. // sopnode.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  925. sopnode.UpdateDefaultUpdatedAt = sopnodeDescUpdatedAt.UpdateDefault.(func() time.Time)
  926. // sopnodeDescStatus is the schema descriptor for status field.
  927. sopnodeDescStatus := sopnodeMixinFields1[0].Descriptor()
  928. // sopnode.DefaultStatus holds the default value on creation for the status field.
  929. sopnode.DefaultStatus = sopnodeDescStatus.Default.(uint8)
  930. // sopnodeDescName is the schema descriptor for name field.
  931. sopnodeDescName := sopnodeFields[2].Descriptor()
  932. // sopnode.DefaultName holds the default value on creation for the name field.
  933. sopnode.DefaultName = sopnodeDescName.Default.(string)
  934. // sopnodeDescConditionType is the schema descriptor for condition_type field.
  935. sopnodeDescConditionType := sopnodeFields[3].Descriptor()
  936. // sopnode.DefaultConditionType holds the default value on creation for the condition_type field.
  937. sopnode.DefaultConditionType = sopnodeDescConditionType.Default.(int)
  938. // sopnodeDescNoReplyCondition is the schema descriptor for no_reply_condition field.
  939. sopnodeDescNoReplyCondition := sopnodeFields[5].Descriptor()
  940. // sopnode.DefaultNoReplyCondition holds the default value on creation for the no_reply_condition field.
  941. sopnode.DefaultNoReplyCondition = sopnodeDescNoReplyCondition.Default.(uint64)
  942. // sopnodeDescNoReplyUnit is the schema descriptor for no_reply_unit field.
  943. sopnodeDescNoReplyUnit := sopnodeFields[6].Descriptor()
  944. // sopnode.DefaultNoReplyUnit holds the default value on creation for the no_reply_unit field.
  945. sopnode.DefaultNoReplyUnit = sopnodeDescNoReplyUnit.Default.(string)
  946. sopstageMixin := schema.SopStage{}.Mixin()
  947. sopstageMixinHooks2 := sopstageMixin[2].Hooks()
  948. sopstage.Hooks[0] = sopstageMixinHooks2[0]
  949. sopstageMixinInters2 := sopstageMixin[2].Interceptors()
  950. sopstage.Interceptors[0] = sopstageMixinInters2[0]
  951. sopstageMixinFields0 := sopstageMixin[0].Fields()
  952. _ = sopstageMixinFields0
  953. sopstageMixinFields1 := sopstageMixin[1].Fields()
  954. _ = sopstageMixinFields1
  955. sopstageFields := schema.SopStage{}.Fields()
  956. _ = sopstageFields
  957. // sopstageDescCreatedAt is the schema descriptor for created_at field.
  958. sopstageDescCreatedAt := sopstageMixinFields0[1].Descriptor()
  959. // sopstage.DefaultCreatedAt holds the default value on creation for the created_at field.
  960. sopstage.DefaultCreatedAt = sopstageDescCreatedAt.Default.(func() time.Time)
  961. // sopstageDescUpdatedAt is the schema descriptor for updated_at field.
  962. sopstageDescUpdatedAt := sopstageMixinFields0[2].Descriptor()
  963. // sopstage.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  964. sopstage.DefaultUpdatedAt = sopstageDescUpdatedAt.Default.(func() time.Time)
  965. // sopstage.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  966. sopstage.UpdateDefaultUpdatedAt = sopstageDescUpdatedAt.UpdateDefault.(func() time.Time)
  967. // sopstageDescStatus is the schema descriptor for status field.
  968. sopstageDescStatus := sopstageMixinFields1[0].Descriptor()
  969. // sopstage.DefaultStatus holds the default value on creation for the status field.
  970. sopstage.DefaultStatus = sopstageDescStatus.Default.(uint8)
  971. // sopstageDescName is the schema descriptor for name field.
  972. sopstageDescName := sopstageFields[1].Descriptor()
  973. // sopstage.DefaultName holds the default value on creation for the name field.
  974. sopstage.DefaultName = sopstageDescName.Default.(string)
  975. // sopstageDescConditionType is the schema descriptor for condition_type field.
  976. sopstageDescConditionType := sopstageFields[2].Descriptor()
  977. // sopstage.DefaultConditionType holds the default value on creation for the condition_type field.
  978. sopstage.DefaultConditionType = sopstageDescConditionType.Default.(int)
  979. // sopstageDescConditionOperator is the schema descriptor for condition_operator field.
  980. sopstageDescConditionOperator := sopstageFields[3].Descriptor()
  981. // sopstage.DefaultConditionOperator holds the default value on creation for the condition_operator field.
  982. sopstage.DefaultConditionOperator = sopstageDescConditionOperator.Default.(int)
  983. // sopstageDescIndexSort is the schema descriptor for index_sort field.
  984. sopstageDescIndexSort := sopstageFields[9].Descriptor()
  985. // sopstage.DefaultIndexSort holds the default value on creation for the index_sort field.
  986. sopstage.DefaultIndexSort = sopstageDescIndexSort.Default.(int)
  987. soptaskMixin := schema.SopTask{}.Mixin()
  988. soptaskMixinHooks2 := soptaskMixin[2].Hooks()
  989. soptask.Hooks[0] = soptaskMixinHooks2[0]
  990. soptaskMixinInters2 := soptaskMixin[2].Interceptors()
  991. soptask.Interceptors[0] = soptaskMixinInters2[0]
  992. soptaskMixinFields0 := soptaskMixin[0].Fields()
  993. _ = soptaskMixinFields0
  994. soptaskMixinFields1 := soptaskMixin[1].Fields()
  995. _ = soptaskMixinFields1
  996. soptaskFields := schema.SopTask{}.Fields()
  997. _ = soptaskFields
  998. // soptaskDescCreatedAt is the schema descriptor for created_at field.
  999. soptaskDescCreatedAt := soptaskMixinFields0[1].Descriptor()
  1000. // soptask.DefaultCreatedAt holds the default value on creation for the created_at field.
  1001. soptask.DefaultCreatedAt = soptaskDescCreatedAt.Default.(func() time.Time)
  1002. // soptaskDescUpdatedAt is the schema descriptor for updated_at field.
  1003. soptaskDescUpdatedAt := soptaskMixinFields0[2].Descriptor()
  1004. // soptask.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1005. soptask.DefaultUpdatedAt = soptaskDescUpdatedAt.Default.(func() time.Time)
  1006. // soptask.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1007. soptask.UpdateDefaultUpdatedAt = soptaskDescUpdatedAt.UpdateDefault.(func() time.Time)
  1008. // soptaskDescStatus is the schema descriptor for status field.
  1009. soptaskDescStatus := soptaskMixinFields1[0].Descriptor()
  1010. // soptask.DefaultStatus holds the default value on creation for the status field.
  1011. soptask.DefaultStatus = soptaskDescStatus.Default.(uint8)
  1012. // soptaskDescName is the schema descriptor for name field.
  1013. soptaskDescName := soptaskFields[0].Descriptor()
  1014. // soptask.NameValidator is a validator for the "name" field. It is called by the builders before save.
  1015. soptask.NameValidator = soptaskDescName.Validators[0].(func(string) error)
  1016. // soptaskDescType is the schema descriptor for type field.
  1017. soptaskDescType := soptaskFields[2].Descriptor()
  1018. // soptask.DefaultType holds the default value on creation for the type field.
  1019. soptask.DefaultType = soptaskDescType.Default.(int)
  1020. // soptaskDescOrganizationID is the schema descriptor for organization_id field.
  1021. soptaskDescOrganizationID := soptaskFields[6].Descriptor()
  1022. // soptask.DefaultOrganizationID holds the default value on creation for the organization_id field.
  1023. soptask.DefaultOrganizationID = soptaskDescOrganizationID.Default.(uint64)
  1024. tokenMixin := schema.Token{}.Mixin()
  1025. tokenMixinHooks1 := tokenMixin[1].Hooks()
  1026. token.Hooks[0] = tokenMixinHooks1[0]
  1027. tokenMixinInters1 := tokenMixin[1].Interceptors()
  1028. token.Interceptors[0] = tokenMixinInters1[0]
  1029. tokenMixinFields0 := tokenMixin[0].Fields()
  1030. _ = tokenMixinFields0
  1031. tokenFields := schema.Token{}.Fields()
  1032. _ = tokenFields
  1033. // tokenDescCreatedAt is the schema descriptor for created_at field.
  1034. tokenDescCreatedAt := tokenMixinFields0[1].Descriptor()
  1035. // token.DefaultCreatedAt holds the default value on creation for the created_at field.
  1036. token.DefaultCreatedAt = tokenDescCreatedAt.Default.(func() time.Time)
  1037. // tokenDescUpdatedAt is the schema descriptor for updated_at field.
  1038. tokenDescUpdatedAt := tokenMixinFields0[2].Descriptor()
  1039. // token.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1040. token.DefaultUpdatedAt = tokenDescUpdatedAt.Default.(func() time.Time)
  1041. // token.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1042. token.UpdateDefaultUpdatedAt = tokenDescUpdatedAt.UpdateDefault.(func() time.Time)
  1043. // tokenDescToken is the schema descriptor for token field.
  1044. tokenDescToken := tokenFields[1].Descriptor()
  1045. // token.DefaultToken holds the default value on creation for the token field.
  1046. token.DefaultToken = tokenDescToken.Default.(string)
  1047. // tokenDescMAC is the schema descriptor for mac field.
  1048. tokenDescMAC := tokenFields[2].Descriptor()
  1049. // token.DefaultMAC holds the default value on creation for the mac field.
  1050. token.DefaultMAC = tokenDescMAC.Default.(string)
  1051. // tokenDescOrganizationID is the schema descriptor for organization_id field.
  1052. tokenDescOrganizationID := tokenFields[3].Descriptor()
  1053. // token.DefaultOrganizationID holds the default value on creation for the organization_id field.
  1054. token.DefaultOrganizationID = tokenDescOrganizationID.Default.(uint64)
  1055. // tokenDescAgentID is the schema descriptor for agent_id field.
  1056. tokenDescAgentID := tokenFields[4].Descriptor()
  1057. // token.DefaultAgentID holds the default value on creation for the agent_id field.
  1058. token.DefaultAgentID = tokenDescAgentID.Default.(uint64)
  1059. // tokenDescCustomAgentBase is the schema descriptor for custom_agent_base field.
  1060. tokenDescCustomAgentBase := tokenFields[5].Descriptor()
  1061. // token.DefaultCustomAgentBase holds the default value on creation for the custom_agent_base field.
  1062. token.DefaultCustomAgentBase = tokenDescCustomAgentBase.Default.(string)
  1063. // tokenDescCustomAgentKey is the schema descriptor for custom_agent_key field.
  1064. tokenDescCustomAgentKey := tokenFields[6].Descriptor()
  1065. // token.DefaultCustomAgentKey holds the default value on creation for the custom_agent_key field.
  1066. token.DefaultCustomAgentKey = tokenDescCustomAgentKey.Default.(string)
  1067. // tokenDescOpenaiBase is the schema descriptor for openai_base field.
  1068. tokenDescOpenaiBase := tokenFields[7].Descriptor()
  1069. // token.DefaultOpenaiBase holds the default value on creation for the openai_base field.
  1070. token.DefaultOpenaiBase = tokenDescOpenaiBase.Default.(string)
  1071. // tokenDescOpenaiKey is the schema descriptor for openai_key field.
  1072. tokenDescOpenaiKey := tokenFields[8].Descriptor()
  1073. // token.DefaultOpenaiKey holds the default value on creation for the openai_key field.
  1074. token.DefaultOpenaiKey = tokenDescOpenaiKey.Default.(string)
  1075. tutorialMixin := schema.Tutorial{}.Mixin()
  1076. tutorialMixinHooks1 := tutorialMixin[1].Hooks()
  1077. tutorial.Hooks[0] = tutorialMixinHooks1[0]
  1078. tutorialMixinInters1 := tutorialMixin[1].Interceptors()
  1079. tutorial.Interceptors[0] = tutorialMixinInters1[0]
  1080. tutorialMixinFields0 := tutorialMixin[0].Fields()
  1081. _ = tutorialMixinFields0
  1082. tutorialFields := schema.Tutorial{}.Fields()
  1083. _ = tutorialFields
  1084. // tutorialDescCreatedAt is the schema descriptor for created_at field.
  1085. tutorialDescCreatedAt := tutorialMixinFields0[1].Descriptor()
  1086. // tutorial.DefaultCreatedAt holds the default value on creation for the created_at field.
  1087. tutorial.DefaultCreatedAt = tutorialDescCreatedAt.Default.(func() time.Time)
  1088. // tutorialDescUpdatedAt is the schema descriptor for updated_at field.
  1089. tutorialDescUpdatedAt := tutorialMixinFields0[2].Descriptor()
  1090. // tutorial.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1091. tutorial.DefaultUpdatedAt = tutorialDescUpdatedAt.Default.(func() time.Time)
  1092. // tutorial.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1093. tutorial.UpdateDefaultUpdatedAt = tutorialDescUpdatedAt.UpdateDefault.(func() time.Time)
  1094. // tutorialDescEmployeeID is the schema descriptor for employee_id field.
  1095. tutorialDescEmployeeID := tutorialFields[0].Descriptor()
  1096. // tutorial.EmployeeIDValidator is a validator for the "employee_id" field. It is called by the builders before save.
  1097. tutorial.EmployeeIDValidator = tutorialDescEmployeeID.Validators[0].(func(uint64) error)
  1098. // tutorialDescOrganizationID is the schema descriptor for organization_id field.
  1099. tutorialDescOrganizationID := tutorialFields[4].Descriptor()
  1100. // tutorial.OrganizationIDValidator is a validator for the "organization_id" field. It is called by the builders before save.
  1101. tutorial.OrganizationIDValidator = tutorialDescOrganizationID.Validators[0].(func(uint64) error)
  1102. usagedetailMixin := schema.UsageDetail{}.Mixin()
  1103. usagedetailMixinFields0 := usagedetailMixin[0].Fields()
  1104. _ = usagedetailMixinFields0
  1105. usagedetailMixinFields1 := usagedetailMixin[1].Fields()
  1106. _ = usagedetailMixinFields1
  1107. usagedetailFields := schema.UsageDetail{}.Fields()
  1108. _ = usagedetailFields
  1109. // usagedetailDescCreatedAt is the schema descriptor for created_at field.
  1110. usagedetailDescCreatedAt := usagedetailMixinFields0[1].Descriptor()
  1111. // usagedetail.DefaultCreatedAt holds the default value on creation for the created_at field.
  1112. usagedetail.DefaultCreatedAt = usagedetailDescCreatedAt.Default.(func() time.Time)
  1113. // usagedetailDescUpdatedAt is the schema descriptor for updated_at field.
  1114. usagedetailDescUpdatedAt := usagedetailMixinFields0[2].Descriptor()
  1115. // usagedetail.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1116. usagedetail.DefaultUpdatedAt = usagedetailDescUpdatedAt.Default.(func() time.Time)
  1117. // usagedetail.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1118. usagedetail.UpdateDefaultUpdatedAt = usagedetailDescUpdatedAt.UpdateDefault.(func() time.Time)
  1119. // usagedetailDescStatus is the schema descriptor for status field.
  1120. usagedetailDescStatus := usagedetailMixinFields1[0].Descriptor()
  1121. // usagedetail.DefaultStatus holds the default value on creation for the status field.
  1122. usagedetail.DefaultStatus = usagedetailDescStatus.Default.(uint8)
  1123. // usagedetailDescType is the schema descriptor for type field.
  1124. usagedetailDescType := usagedetailFields[0].Descriptor()
  1125. // usagedetail.DefaultType holds the default value on creation for the type field.
  1126. usagedetail.DefaultType = usagedetailDescType.Default.(int)
  1127. // usagedetailDescBotID is the schema descriptor for bot_id field.
  1128. usagedetailDescBotID := usagedetailFields[1].Descriptor()
  1129. // usagedetail.DefaultBotID holds the default value on creation for the bot_id field.
  1130. usagedetail.DefaultBotID = usagedetailDescBotID.Default.(string)
  1131. // usagedetailDescReceiverID is the schema descriptor for receiver_id field.
  1132. usagedetailDescReceiverID := usagedetailFields[2].Descriptor()
  1133. // usagedetail.DefaultReceiverID holds the default value on creation for the receiver_id field.
  1134. usagedetail.DefaultReceiverID = usagedetailDescReceiverID.Default.(string)
  1135. // usagedetailDescApp is the schema descriptor for app field.
  1136. usagedetailDescApp := usagedetailFields[3].Descriptor()
  1137. // usagedetail.DefaultApp holds the default value on creation for the app field.
  1138. usagedetail.DefaultApp = usagedetailDescApp.Default.(int)
  1139. // usagedetailDescSessionID is the schema descriptor for session_id field.
  1140. usagedetailDescSessionID := usagedetailFields[4].Descriptor()
  1141. // usagedetail.DefaultSessionID holds the default value on creation for the session_id field.
  1142. usagedetail.DefaultSessionID = usagedetailDescSessionID.Default.(uint64)
  1143. // usagedetailDescRequest is the schema descriptor for request field.
  1144. usagedetailDescRequest := usagedetailFields[5].Descriptor()
  1145. // usagedetail.DefaultRequest holds the default value on creation for the request field.
  1146. usagedetail.DefaultRequest = usagedetailDescRequest.Default.(string)
  1147. // usagedetailDescResponse is the schema descriptor for response field.
  1148. usagedetailDescResponse := usagedetailFields[6].Descriptor()
  1149. // usagedetail.DefaultResponse holds the default value on creation for the response field.
  1150. usagedetail.DefaultResponse = usagedetailDescResponse.Default.(string)
  1151. // usagedetailDescTotalTokens is the schema descriptor for total_tokens field.
  1152. usagedetailDescTotalTokens := usagedetailFields[8].Descriptor()
  1153. // usagedetail.DefaultTotalTokens holds the default value on creation for the total_tokens field.
  1154. usagedetail.DefaultTotalTokens = usagedetailDescTotalTokens.Default.(uint64)
  1155. // usagedetailDescPromptTokens is the schema descriptor for prompt_tokens field.
  1156. usagedetailDescPromptTokens := usagedetailFields[9].Descriptor()
  1157. // usagedetail.DefaultPromptTokens holds the default value on creation for the prompt_tokens field.
  1158. usagedetail.DefaultPromptTokens = usagedetailDescPromptTokens.Default.(uint64)
  1159. // usagedetailDescCompletionTokens is the schema descriptor for completion_tokens field.
  1160. usagedetailDescCompletionTokens := usagedetailFields[10].Descriptor()
  1161. // usagedetail.DefaultCompletionTokens holds the default value on creation for the completion_tokens field.
  1162. usagedetail.DefaultCompletionTokens = usagedetailDescCompletionTokens.Default.(uint64)
  1163. // usagedetailDescOrganizationID is the schema descriptor for organization_id field.
  1164. usagedetailDescOrganizationID := usagedetailFields[11].Descriptor()
  1165. // usagedetail.DefaultOrganizationID holds the default value on creation for the organization_id field.
  1166. usagedetail.DefaultOrganizationID = usagedetailDescOrganizationID.Default.(uint64)
  1167. usagestatisticdayMixin := schema.UsageStatisticDay{}.Mixin()
  1168. usagestatisticdayMixinHooks2 := usagestatisticdayMixin[2].Hooks()
  1169. usagestatisticday.Hooks[0] = usagestatisticdayMixinHooks2[0]
  1170. usagestatisticdayMixinInters2 := usagestatisticdayMixin[2].Interceptors()
  1171. usagestatisticday.Interceptors[0] = usagestatisticdayMixinInters2[0]
  1172. usagestatisticdayMixinFields0 := usagestatisticdayMixin[0].Fields()
  1173. _ = usagestatisticdayMixinFields0
  1174. usagestatisticdayMixinFields1 := usagestatisticdayMixin[1].Fields()
  1175. _ = usagestatisticdayMixinFields1
  1176. usagestatisticdayFields := schema.UsageStatisticDay{}.Fields()
  1177. _ = usagestatisticdayFields
  1178. // usagestatisticdayDescCreatedAt is the schema descriptor for created_at field.
  1179. usagestatisticdayDescCreatedAt := usagestatisticdayMixinFields0[1].Descriptor()
  1180. // usagestatisticday.DefaultCreatedAt holds the default value on creation for the created_at field.
  1181. usagestatisticday.DefaultCreatedAt = usagestatisticdayDescCreatedAt.Default.(func() time.Time)
  1182. // usagestatisticdayDescUpdatedAt is the schema descriptor for updated_at field.
  1183. usagestatisticdayDescUpdatedAt := usagestatisticdayMixinFields0[2].Descriptor()
  1184. // usagestatisticday.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1185. usagestatisticday.DefaultUpdatedAt = usagestatisticdayDescUpdatedAt.Default.(func() time.Time)
  1186. // usagestatisticday.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1187. usagestatisticday.UpdateDefaultUpdatedAt = usagestatisticdayDescUpdatedAt.UpdateDefault.(func() time.Time)
  1188. // usagestatisticdayDescStatus is the schema descriptor for status field.
  1189. usagestatisticdayDescStatus := usagestatisticdayMixinFields1[0].Descriptor()
  1190. // usagestatisticday.DefaultStatus holds the default value on creation for the status field.
  1191. usagestatisticday.DefaultStatus = usagestatisticdayDescStatus.Default.(uint8)
  1192. usagestatistichourMixin := schema.UsageStatisticHour{}.Mixin()
  1193. usagestatistichourMixinHooks2 := usagestatistichourMixin[2].Hooks()
  1194. usagestatistichour.Hooks[0] = usagestatistichourMixinHooks2[0]
  1195. usagestatistichourMixinInters2 := usagestatistichourMixin[2].Interceptors()
  1196. usagestatistichour.Interceptors[0] = usagestatistichourMixinInters2[0]
  1197. usagestatistichourMixinFields0 := usagestatistichourMixin[0].Fields()
  1198. _ = usagestatistichourMixinFields0
  1199. usagestatistichourMixinFields1 := usagestatistichourMixin[1].Fields()
  1200. _ = usagestatistichourMixinFields1
  1201. usagestatistichourFields := schema.UsageStatisticHour{}.Fields()
  1202. _ = usagestatistichourFields
  1203. // usagestatistichourDescCreatedAt is the schema descriptor for created_at field.
  1204. usagestatistichourDescCreatedAt := usagestatistichourMixinFields0[1].Descriptor()
  1205. // usagestatistichour.DefaultCreatedAt holds the default value on creation for the created_at field.
  1206. usagestatistichour.DefaultCreatedAt = usagestatistichourDescCreatedAt.Default.(func() time.Time)
  1207. // usagestatistichourDescUpdatedAt is the schema descriptor for updated_at field.
  1208. usagestatistichourDescUpdatedAt := usagestatistichourMixinFields0[2].Descriptor()
  1209. // usagestatistichour.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1210. usagestatistichour.DefaultUpdatedAt = usagestatistichourDescUpdatedAt.Default.(func() time.Time)
  1211. // usagestatistichour.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1212. usagestatistichour.UpdateDefaultUpdatedAt = usagestatistichourDescUpdatedAt.UpdateDefault.(func() time.Time)
  1213. // usagestatistichourDescStatus is the schema descriptor for status field.
  1214. usagestatistichourDescStatus := usagestatistichourMixinFields1[0].Descriptor()
  1215. // usagestatistichour.DefaultStatus holds the default value on creation for the status field.
  1216. usagestatistichour.DefaultStatus = usagestatistichourDescStatus.Default.(uint8)
  1217. usagestatisticmonthMixin := schema.UsageStatisticMonth{}.Mixin()
  1218. usagestatisticmonthMixinHooks2 := usagestatisticmonthMixin[2].Hooks()
  1219. usagestatisticmonth.Hooks[0] = usagestatisticmonthMixinHooks2[0]
  1220. usagestatisticmonthMixinInters2 := usagestatisticmonthMixin[2].Interceptors()
  1221. usagestatisticmonth.Interceptors[0] = usagestatisticmonthMixinInters2[0]
  1222. usagestatisticmonthMixinFields0 := usagestatisticmonthMixin[0].Fields()
  1223. _ = usagestatisticmonthMixinFields0
  1224. usagestatisticmonthMixinFields1 := usagestatisticmonthMixin[1].Fields()
  1225. _ = usagestatisticmonthMixinFields1
  1226. usagestatisticmonthFields := schema.UsageStatisticMonth{}.Fields()
  1227. _ = usagestatisticmonthFields
  1228. // usagestatisticmonthDescCreatedAt is the schema descriptor for created_at field.
  1229. usagestatisticmonthDescCreatedAt := usagestatisticmonthMixinFields0[1].Descriptor()
  1230. // usagestatisticmonth.DefaultCreatedAt holds the default value on creation for the created_at field.
  1231. usagestatisticmonth.DefaultCreatedAt = usagestatisticmonthDescCreatedAt.Default.(func() time.Time)
  1232. // usagestatisticmonthDescUpdatedAt is the schema descriptor for updated_at field.
  1233. usagestatisticmonthDescUpdatedAt := usagestatisticmonthMixinFields0[2].Descriptor()
  1234. // usagestatisticmonth.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1235. usagestatisticmonth.DefaultUpdatedAt = usagestatisticmonthDescUpdatedAt.Default.(func() time.Time)
  1236. // usagestatisticmonth.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1237. usagestatisticmonth.UpdateDefaultUpdatedAt = usagestatisticmonthDescUpdatedAt.UpdateDefault.(func() time.Time)
  1238. // usagestatisticmonthDescStatus is the schema descriptor for status field.
  1239. usagestatisticmonthDescStatus := usagestatisticmonthMixinFields1[0].Descriptor()
  1240. // usagestatisticmonth.DefaultStatus holds the default value on creation for the status field.
  1241. usagestatisticmonth.DefaultStatus = usagestatisticmonthDescStatus.Default.(uint8)
  1242. usagetotalMixin := schema.UsageTotal{}.Mixin()
  1243. usagetotalMixinFields0 := usagetotalMixin[0].Fields()
  1244. _ = usagetotalMixinFields0
  1245. usagetotalMixinFields1 := usagetotalMixin[1].Fields()
  1246. _ = usagetotalMixinFields1
  1247. usagetotalFields := schema.UsageTotal{}.Fields()
  1248. _ = usagetotalFields
  1249. // usagetotalDescCreatedAt is the schema descriptor for created_at field.
  1250. usagetotalDescCreatedAt := usagetotalMixinFields0[1].Descriptor()
  1251. // usagetotal.DefaultCreatedAt holds the default value on creation for the created_at field.
  1252. usagetotal.DefaultCreatedAt = usagetotalDescCreatedAt.Default.(func() time.Time)
  1253. // usagetotalDescUpdatedAt is the schema descriptor for updated_at field.
  1254. usagetotalDescUpdatedAt := usagetotalMixinFields0[2].Descriptor()
  1255. // usagetotal.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1256. usagetotal.DefaultUpdatedAt = usagetotalDescUpdatedAt.Default.(func() time.Time)
  1257. // usagetotal.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1258. usagetotal.UpdateDefaultUpdatedAt = usagetotalDescUpdatedAt.UpdateDefault.(func() time.Time)
  1259. // usagetotalDescStatus is the schema descriptor for status field.
  1260. usagetotalDescStatus := usagetotalMixinFields1[0].Descriptor()
  1261. // usagetotal.DefaultStatus holds the default value on creation for the status field.
  1262. usagetotal.DefaultStatus = usagetotalDescStatus.Default.(uint8)
  1263. // usagetotalDescType is the schema descriptor for type field.
  1264. usagetotalDescType := usagetotalFields[0].Descriptor()
  1265. // usagetotal.DefaultType holds the default value on creation for the type field.
  1266. usagetotal.DefaultType = usagetotalDescType.Default.(int)
  1267. // usagetotalDescBotID is the schema descriptor for bot_id field.
  1268. usagetotalDescBotID := usagetotalFields[1].Descriptor()
  1269. // usagetotal.DefaultBotID holds the default value on creation for the bot_id field.
  1270. usagetotal.DefaultBotID = usagetotalDescBotID.Default.(string)
  1271. // usagetotalDescTotalTokens is the schema descriptor for total_tokens field.
  1272. usagetotalDescTotalTokens := usagetotalFields[2].Descriptor()
  1273. // usagetotal.DefaultTotalTokens holds the default value on creation for the total_tokens field.
  1274. usagetotal.DefaultTotalTokens = usagetotalDescTotalTokens.Default.(uint64)
  1275. // usagetotalDescStartIndex is the schema descriptor for start_index field.
  1276. usagetotalDescStartIndex := usagetotalFields[3].Descriptor()
  1277. // usagetotal.DefaultStartIndex holds the default value on creation for the start_index field.
  1278. usagetotal.DefaultStartIndex = usagetotalDescStartIndex.Default.(uint64)
  1279. // usagetotalDescEndIndex is the schema descriptor for end_index field.
  1280. usagetotalDescEndIndex := usagetotalFields[4].Descriptor()
  1281. // usagetotal.DefaultEndIndex holds the default value on creation for the end_index field.
  1282. usagetotal.DefaultEndIndex = usagetotalDescEndIndex.Default.(uint64)
  1283. // usagetotalDescOrganizationID is the schema descriptor for organization_id field.
  1284. usagetotalDescOrganizationID := usagetotalFields[5].Descriptor()
  1285. // usagetotal.DefaultOrganizationID holds the default value on creation for the organization_id field.
  1286. usagetotal.DefaultOrganizationID = usagetotalDescOrganizationID.Default.(uint64)
  1287. whatsappMixin := schema.Whatsapp{}.Mixin()
  1288. whatsappMixinHooks2 := whatsappMixin[2].Hooks()
  1289. whatsapp.Hooks[0] = whatsappMixinHooks2[0]
  1290. whatsappMixinInters2 := whatsappMixin[2].Interceptors()
  1291. whatsapp.Interceptors[0] = whatsappMixinInters2[0]
  1292. whatsappMixinFields0 := whatsappMixin[0].Fields()
  1293. _ = whatsappMixinFields0
  1294. whatsappMixinFields1 := whatsappMixin[1].Fields()
  1295. _ = whatsappMixinFields1
  1296. whatsappFields := schema.Whatsapp{}.Fields()
  1297. _ = whatsappFields
  1298. // whatsappDescCreatedAt is the schema descriptor for created_at field.
  1299. whatsappDescCreatedAt := whatsappMixinFields0[1].Descriptor()
  1300. // whatsapp.DefaultCreatedAt holds the default value on creation for the created_at field.
  1301. whatsapp.DefaultCreatedAt = whatsappDescCreatedAt.Default.(func() time.Time)
  1302. // whatsappDescUpdatedAt is the schema descriptor for updated_at field.
  1303. whatsappDescUpdatedAt := whatsappMixinFields0[2].Descriptor()
  1304. // whatsapp.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1305. whatsapp.DefaultUpdatedAt = whatsappDescUpdatedAt.Default.(func() time.Time)
  1306. // whatsapp.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1307. whatsapp.UpdateDefaultUpdatedAt = whatsappDescUpdatedAt.UpdateDefault.(func() time.Time)
  1308. // whatsappDescStatus is the schema descriptor for status field.
  1309. whatsappDescStatus := whatsappMixinFields1[0].Descriptor()
  1310. // whatsapp.DefaultStatus holds the default value on creation for the status field.
  1311. whatsapp.DefaultStatus = whatsappDescStatus.Default.(uint8)
  1312. // whatsappDescAk is the schema descriptor for ak field.
  1313. whatsappDescAk := whatsappFields[0].Descriptor()
  1314. // whatsapp.DefaultAk holds the default value on creation for the ak field.
  1315. whatsapp.DefaultAk = whatsappDescAk.Default.(string)
  1316. // whatsappDescSk is the schema descriptor for sk field.
  1317. whatsappDescSk := whatsappFields[1].Descriptor()
  1318. // whatsapp.DefaultSk holds the default value on creation for the sk field.
  1319. whatsapp.DefaultSk = whatsappDescSk.Default.(string)
  1320. // whatsappDescCallback is the schema descriptor for callback field.
  1321. whatsappDescCallback := whatsappFields[2].Descriptor()
  1322. // whatsapp.DefaultCallback holds the default value on creation for the callback field.
  1323. whatsapp.DefaultCallback = whatsappDescCallback.Default.(string)
  1324. // whatsappDescAccount is the schema descriptor for account field.
  1325. whatsappDescAccount := whatsappFields[3].Descriptor()
  1326. // whatsapp.DefaultAccount holds the default value on creation for the account field.
  1327. whatsapp.DefaultAccount = whatsappDescAccount.Default.(string)
  1328. // whatsappDescNickname is the schema descriptor for nickname field.
  1329. whatsappDescNickname := whatsappFields[4].Descriptor()
  1330. // whatsapp.DefaultNickname holds the default value on creation for the nickname field.
  1331. whatsapp.DefaultNickname = whatsappDescNickname.Default.(string)
  1332. // whatsappDescPhone is the schema descriptor for phone field.
  1333. whatsappDescPhone := whatsappFields[5].Descriptor()
  1334. // whatsapp.DefaultPhone holds the default value on creation for the phone field.
  1335. whatsapp.DefaultPhone = whatsappDescPhone.Default.(string)
  1336. // whatsappDescOrganizationID is the schema descriptor for organization_id field.
  1337. whatsappDescOrganizationID := whatsappFields[6].Descriptor()
  1338. // whatsapp.DefaultOrganizationID holds the default value on creation for the organization_id field.
  1339. whatsapp.DefaultOrganizationID = whatsappDescOrganizationID.Default.(uint64)
  1340. // whatsappDescAgentID is the schema descriptor for agent_id field.
  1341. whatsappDescAgentID := whatsappFields[7].Descriptor()
  1342. // whatsapp.DefaultAgentID holds the default value on creation for the agent_id field.
  1343. whatsapp.DefaultAgentID = whatsappDescAgentID.Default.(uint64)
  1344. // whatsappDescAPIBase is the schema descriptor for api_base field.
  1345. whatsappDescAPIBase := whatsappFields[8].Descriptor()
  1346. // whatsapp.DefaultAPIBase holds the default value on creation for the api_base field.
  1347. whatsapp.DefaultAPIBase = whatsappDescAPIBase.Default.(string)
  1348. // whatsappDescAPIKey is the schema descriptor for api_key field.
  1349. whatsappDescAPIKey := whatsappFields[9].Descriptor()
  1350. // whatsapp.DefaultAPIKey holds the default value on creation for the api_key field.
  1351. whatsapp.DefaultAPIKey = whatsappDescAPIKey.Default.(string)
  1352. workexperienceMixin := schema.WorkExperience{}.Mixin()
  1353. workexperienceMixinHooks1 := workexperienceMixin[1].Hooks()
  1354. workexperience.Hooks[0] = workexperienceMixinHooks1[0]
  1355. workexperienceMixinInters1 := workexperienceMixin[1].Interceptors()
  1356. workexperience.Interceptors[0] = workexperienceMixinInters1[0]
  1357. workexperienceMixinFields0 := workexperienceMixin[0].Fields()
  1358. _ = workexperienceMixinFields0
  1359. workexperienceFields := schema.WorkExperience{}.Fields()
  1360. _ = workexperienceFields
  1361. // workexperienceDescCreatedAt is the schema descriptor for created_at field.
  1362. workexperienceDescCreatedAt := workexperienceMixinFields0[1].Descriptor()
  1363. // workexperience.DefaultCreatedAt holds the default value on creation for the created_at field.
  1364. workexperience.DefaultCreatedAt = workexperienceDescCreatedAt.Default.(func() time.Time)
  1365. // workexperienceDescUpdatedAt is the schema descriptor for updated_at field.
  1366. workexperienceDescUpdatedAt := workexperienceMixinFields0[2].Descriptor()
  1367. // workexperience.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1368. workexperience.DefaultUpdatedAt = workexperienceDescUpdatedAt.Default.(func() time.Time)
  1369. // workexperience.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1370. workexperience.UpdateDefaultUpdatedAt = workexperienceDescUpdatedAt.UpdateDefault.(func() time.Time)
  1371. wpchatroomMixin := schema.WpChatroom{}.Mixin()
  1372. wpchatroomMixinFields0 := wpchatroomMixin[0].Fields()
  1373. _ = wpchatroomMixinFields0
  1374. wpchatroomMixinFields1 := wpchatroomMixin[1].Fields()
  1375. _ = wpchatroomMixinFields1
  1376. wpchatroomFields := schema.WpChatroom{}.Fields()
  1377. _ = wpchatroomFields
  1378. // wpchatroomDescCreatedAt is the schema descriptor for created_at field.
  1379. wpchatroomDescCreatedAt := wpchatroomMixinFields0[1].Descriptor()
  1380. // wpchatroom.DefaultCreatedAt holds the default value on creation for the created_at field.
  1381. wpchatroom.DefaultCreatedAt = wpchatroomDescCreatedAt.Default.(func() time.Time)
  1382. // wpchatroomDescUpdatedAt is the schema descriptor for updated_at field.
  1383. wpchatroomDescUpdatedAt := wpchatroomMixinFields0[2].Descriptor()
  1384. // wpchatroom.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1385. wpchatroom.DefaultUpdatedAt = wpchatroomDescUpdatedAt.Default.(func() time.Time)
  1386. // wpchatroom.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1387. wpchatroom.UpdateDefaultUpdatedAt = wpchatroomDescUpdatedAt.UpdateDefault.(func() time.Time)
  1388. // wpchatroomDescStatus is the schema descriptor for status field.
  1389. wpchatroomDescStatus := wpchatroomMixinFields1[0].Descriptor()
  1390. // wpchatroom.DefaultStatus holds the default value on creation for the status field.
  1391. wpchatroom.DefaultStatus = wpchatroomDescStatus.Default.(uint8)
  1392. // wpchatroomDescWxWxid is the schema descriptor for wx_wxid field.
  1393. wpchatroomDescWxWxid := wpchatroomFields[0].Descriptor()
  1394. // wpchatroom.DefaultWxWxid holds the default value on creation for the wx_wxid field.
  1395. wpchatroom.DefaultWxWxid = wpchatroomDescWxWxid.Default.(string)
  1396. // wpchatroomDescChatroomID is the schema descriptor for chatroom_id field.
  1397. wpchatroomDescChatroomID := wpchatroomFields[1].Descriptor()
  1398. // wpchatroom.DefaultChatroomID holds the default value on creation for the chatroom_id field.
  1399. wpchatroom.DefaultChatroomID = wpchatroomDescChatroomID.Default.(string)
  1400. // wpchatroomDescNickname is the schema descriptor for nickname field.
  1401. wpchatroomDescNickname := wpchatroomFields[2].Descriptor()
  1402. // wpchatroom.DefaultNickname holds the default value on creation for the nickname field.
  1403. wpchatroom.DefaultNickname = wpchatroomDescNickname.Default.(string)
  1404. // wpchatroomDescOwner is the schema descriptor for owner field.
  1405. wpchatroomDescOwner := wpchatroomFields[3].Descriptor()
  1406. // wpchatroom.DefaultOwner holds the default value on creation for the owner field.
  1407. wpchatroom.DefaultOwner = wpchatroomDescOwner.Default.(string)
  1408. // wpchatroomDescAvatar is the schema descriptor for avatar field.
  1409. wpchatroomDescAvatar := wpchatroomFields[4].Descriptor()
  1410. // wpchatroom.DefaultAvatar holds the default value on creation for the avatar field.
  1411. wpchatroom.DefaultAvatar = wpchatroomDescAvatar.Default.(string)
  1412. wpchatroommemberMixin := schema.WpChatroomMember{}.Mixin()
  1413. wpchatroommemberMixinFields0 := wpchatroommemberMixin[0].Fields()
  1414. _ = wpchatroommemberMixinFields0
  1415. wpchatroommemberMixinFields1 := wpchatroommemberMixin[1].Fields()
  1416. _ = wpchatroommemberMixinFields1
  1417. wpchatroommemberFields := schema.WpChatroomMember{}.Fields()
  1418. _ = wpchatroommemberFields
  1419. // wpchatroommemberDescCreatedAt is the schema descriptor for created_at field.
  1420. wpchatroommemberDescCreatedAt := wpchatroommemberMixinFields0[1].Descriptor()
  1421. // wpchatroommember.DefaultCreatedAt holds the default value on creation for the created_at field.
  1422. wpchatroommember.DefaultCreatedAt = wpchatroommemberDescCreatedAt.Default.(func() time.Time)
  1423. // wpchatroommemberDescUpdatedAt is the schema descriptor for updated_at field.
  1424. wpchatroommemberDescUpdatedAt := wpchatroommemberMixinFields0[2].Descriptor()
  1425. // wpchatroommember.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1426. wpchatroommember.DefaultUpdatedAt = wpchatroommemberDescUpdatedAt.Default.(func() time.Time)
  1427. // wpchatroommember.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1428. wpchatroommember.UpdateDefaultUpdatedAt = wpchatroommemberDescUpdatedAt.UpdateDefault.(func() time.Time)
  1429. // wpchatroommemberDescStatus is the schema descriptor for status field.
  1430. wpchatroommemberDescStatus := wpchatroommemberMixinFields1[0].Descriptor()
  1431. // wpchatroommember.DefaultStatus holds the default value on creation for the status field.
  1432. wpchatroommember.DefaultStatus = wpchatroommemberDescStatus.Default.(uint8)
  1433. // wpchatroommemberDescWxWxid is the schema descriptor for wx_wxid field.
  1434. wpchatroommemberDescWxWxid := wpchatroommemberFields[0].Descriptor()
  1435. // wpchatroommember.DefaultWxWxid holds the default value on creation for the wx_wxid field.
  1436. wpchatroommember.DefaultWxWxid = wpchatroommemberDescWxWxid.Default.(string)
  1437. // wpchatroommemberDescWxid is the schema descriptor for wxid field.
  1438. wpchatroommemberDescWxid := wpchatroommemberFields[1].Descriptor()
  1439. // wpchatroommember.DefaultWxid holds the default value on creation for the wxid field.
  1440. wpchatroommember.DefaultWxid = wpchatroommemberDescWxid.Default.(string)
  1441. // wpchatroommemberDescNickname is the schema descriptor for nickname field.
  1442. wpchatroommemberDescNickname := wpchatroommemberFields[2].Descriptor()
  1443. // wpchatroommember.DefaultNickname holds the default value on creation for the nickname field.
  1444. wpchatroommember.DefaultNickname = wpchatroommemberDescNickname.Default.(string)
  1445. // wpchatroommemberDescAvatar is the schema descriptor for avatar field.
  1446. wpchatroommemberDescAvatar := wpchatroommemberFields[3].Descriptor()
  1447. // wpchatroommember.DefaultAvatar holds the default value on creation for the avatar field.
  1448. wpchatroommember.DefaultAvatar = wpchatroommemberDescAvatar.Default.(string)
  1449. wxMixin := schema.Wx{}.Mixin()
  1450. wxMixinHooks2 := wxMixin[2].Hooks()
  1451. wx.Hooks[0] = wxMixinHooks2[0]
  1452. wxMixinInters2 := wxMixin[2].Interceptors()
  1453. wx.Interceptors[0] = wxMixinInters2[0]
  1454. wxMixinFields0 := wxMixin[0].Fields()
  1455. _ = wxMixinFields0
  1456. wxMixinFields1 := wxMixin[1].Fields()
  1457. _ = wxMixinFields1
  1458. wxFields := schema.Wx{}.Fields()
  1459. _ = wxFields
  1460. // wxDescCreatedAt is the schema descriptor for created_at field.
  1461. wxDescCreatedAt := wxMixinFields0[1].Descriptor()
  1462. // wx.DefaultCreatedAt holds the default value on creation for the created_at field.
  1463. wx.DefaultCreatedAt = wxDescCreatedAt.Default.(func() time.Time)
  1464. // wxDescUpdatedAt is the schema descriptor for updated_at field.
  1465. wxDescUpdatedAt := wxMixinFields0[2].Descriptor()
  1466. // wx.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1467. wx.DefaultUpdatedAt = wxDescUpdatedAt.Default.(func() time.Time)
  1468. // wx.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1469. wx.UpdateDefaultUpdatedAt = wxDescUpdatedAt.UpdateDefault.(func() time.Time)
  1470. // wxDescStatus is the schema descriptor for status field.
  1471. wxDescStatus := wxMixinFields1[0].Descriptor()
  1472. // wx.DefaultStatus holds the default value on creation for the status field.
  1473. wx.DefaultStatus = wxDescStatus.Default.(uint8)
  1474. // wxDescServerID is the schema descriptor for server_id field.
  1475. wxDescServerID := wxFields[0].Descriptor()
  1476. // wx.DefaultServerID holds the default value on creation for the server_id field.
  1477. wx.DefaultServerID = wxDescServerID.Default.(uint64)
  1478. // wxDescPort is the schema descriptor for port field.
  1479. wxDescPort := wxFields[1].Descriptor()
  1480. // wx.DefaultPort holds the default value on creation for the port field.
  1481. wx.DefaultPort = wxDescPort.Default.(string)
  1482. // wxDescProcessID is the schema descriptor for process_id field.
  1483. wxDescProcessID := wxFields[2].Descriptor()
  1484. // wx.DefaultProcessID holds the default value on creation for the process_id field.
  1485. wx.DefaultProcessID = wxDescProcessID.Default.(string)
  1486. // wxDescCallback is the schema descriptor for callback field.
  1487. wxDescCallback := wxFields[3].Descriptor()
  1488. // wx.DefaultCallback holds the default value on creation for the callback field.
  1489. wx.DefaultCallback = wxDescCallback.Default.(string)
  1490. // wxDescWxid is the schema descriptor for wxid field.
  1491. wxDescWxid := wxFields[4].Descriptor()
  1492. // wx.DefaultWxid holds the default value on creation for the wxid field.
  1493. wx.DefaultWxid = wxDescWxid.Default.(string)
  1494. // wxDescAccount is the schema descriptor for account field.
  1495. wxDescAccount := wxFields[5].Descriptor()
  1496. // wx.DefaultAccount holds the default value on creation for the account field.
  1497. wx.DefaultAccount = wxDescAccount.Default.(string)
  1498. // wxDescNickname is the schema descriptor for nickname field.
  1499. wxDescNickname := wxFields[6].Descriptor()
  1500. // wx.DefaultNickname holds the default value on creation for the nickname field.
  1501. wx.DefaultNickname = wxDescNickname.Default.(string)
  1502. // wxDescTel is the schema descriptor for tel field.
  1503. wxDescTel := wxFields[7].Descriptor()
  1504. // wx.DefaultTel holds the default value on creation for the tel field.
  1505. wx.DefaultTel = wxDescTel.Default.(string)
  1506. // wxDescHeadBig is the schema descriptor for head_big field.
  1507. wxDescHeadBig := wxFields[8].Descriptor()
  1508. // wx.DefaultHeadBig holds the default value on creation for the head_big field.
  1509. wx.DefaultHeadBig = wxDescHeadBig.Default.(string)
  1510. // wxDescOrganizationID is the schema descriptor for organization_id field.
  1511. wxDescOrganizationID := wxFields[9].Descriptor()
  1512. // wx.DefaultOrganizationID holds the default value on creation for the organization_id field.
  1513. wx.DefaultOrganizationID = wxDescOrganizationID.Default.(uint64)
  1514. // wxDescAgentID is the schema descriptor for agent_id field.
  1515. wxDescAgentID := wxFields[10].Descriptor()
  1516. // wx.DefaultAgentID holds the default value on creation for the agent_id field.
  1517. wx.DefaultAgentID = wxDescAgentID.Default.(uint64)
  1518. // wxDescAPIBase is the schema descriptor for api_base field.
  1519. wxDescAPIBase := wxFields[11].Descriptor()
  1520. // wx.DefaultAPIBase holds the default value on creation for the api_base field.
  1521. wx.DefaultAPIBase = wxDescAPIBase.Default.(string)
  1522. // wxDescAPIKey is the schema descriptor for api_key field.
  1523. wxDescAPIKey := wxFields[12].Descriptor()
  1524. // wx.DefaultAPIKey holds the default value on creation for the api_key field.
  1525. wx.DefaultAPIKey = wxDescAPIKey.Default.(string)
  1526. wxcardMixin := schema.WxCard{}.Mixin()
  1527. wxcardMixinHooks1 := wxcardMixin[1].Hooks()
  1528. wxcard.Hooks[0] = wxcardMixinHooks1[0]
  1529. wxcardMixinInters1 := wxcardMixin[1].Interceptors()
  1530. wxcard.Interceptors[0] = wxcardMixinInters1[0]
  1531. wxcardMixinFields0 := wxcardMixin[0].Fields()
  1532. _ = wxcardMixinFields0
  1533. wxcardFields := schema.WxCard{}.Fields()
  1534. _ = wxcardFields
  1535. // wxcardDescCreatedAt is the schema descriptor for created_at field.
  1536. wxcardDescCreatedAt := wxcardMixinFields0[1].Descriptor()
  1537. // wxcard.DefaultCreatedAt holds the default value on creation for the created_at field.
  1538. wxcard.DefaultCreatedAt = wxcardDescCreatedAt.Default.(func() time.Time)
  1539. // wxcardDescUpdatedAt is the schema descriptor for updated_at field.
  1540. wxcardDescUpdatedAt := wxcardMixinFields0[2].Descriptor()
  1541. // wxcard.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1542. wxcard.DefaultUpdatedAt = wxcardDescUpdatedAt.Default.(func() time.Time)
  1543. // wxcard.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1544. wxcard.UpdateDefaultUpdatedAt = wxcardDescUpdatedAt.UpdateDefault.(func() time.Time)
  1545. // wxcardDescUserID is the schema descriptor for user_id field.
  1546. wxcardDescUserID := wxcardFields[0].Descriptor()
  1547. // wxcard.DefaultUserID holds the default value on creation for the user_id field.
  1548. wxcard.DefaultUserID = wxcardDescUserID.Default.(uint64)
  1549. // wxcardDescWxUserID is the schema descriptor for wx_user_id field.
  1550. wxcardDescWxUserID := wxcardFields[1].Descriptor()
  1551. // wxcard.DefaultWxUserID holds the default value on creation for the wx_user_id field.
  1552. wxcard.DefaultWxUserID = wxcardDescWxUserID.Default.(uint64)
  1553. // wxcardDescAvatar is the schema descriptor for avatar field.
  1554. wxcardDescAvatar := wxcardFields[2].Descriptor()
  1555. // wxcard.DefaultAvatar holds the default value on creation for the avatar field.
  1556. wxcard.DefaultAvatar = wxcardDescAvatar.Default.(string)
  1557. // wxcardDescLogo is the schema descriptor for logo field.
  1558. wxcardDescLogo := wxcardFields[3].Descriptor()
  1559. // wxcard.DefaultLogo holds the default value on creation for the logo field.
  1560. wxcard.DefaultLogo = wxcardDescLogo.Default.(string)
  1561. // wxcardDescName is the schema descriptor for name field.
  1562. wxcardDescName := wxcardFields[4].Descriptor()
  1563. // wxcard.DefaultName holds the default value on creation for the name field.
  1564. wxcard.DefaultName = wxcardDescName.Default.(string)
  1565. // wxcardDescCompany is the schema descriptor for company field.
  1566. wxcardDescCompany := wxcardFields[5].Descriptor()
  1567. // wxcard.DefaultCompany holds the default value on creation for the company field.
  1568. wxcard.DefaultCompany = wxcardDescCompany.Default.(string)
  1569. // wxcardDescAddress is the schema descriptor for address field.
  1570. wxcardDescAddress := wxcardFields[6].Descriptor()
  1571. // wxcard.DefaultAddress holds the default value on creation for the address field.
  1572. wxcard.DefaultAddress = wxcardDescAddress.Default.(string)
  1573. // wxcardDescPhone is the schema descriptor for phone field.
  1574. wxcardDescPhone := wxcardFields[7].Descriptor()
  1575. // wxcard.DefaultPhone holds the default value on creation for the phone field.
  1576. wxcard.DefaultPhone = wxcardDescPhone.Default.(string)
  1577. // wxcardDescOfficialAccount is the schema descriptor for official_account field.
  1578. wxcardDescOfficialAccount := wxcardFields[8].Descriptor()
  1579. // wxcard.DefaultOfficialAccount holds the default value on creation for the official_account field.
  1580. wxcard.DefaultOfficialAccount = wxcardDescOfficialAccount.Default.(string)
  1581. // wxcardDescWechatAccount is the schema descriptor for wechat_account field.
  1582. wxcardDescWechatAccount := wxcardFields[9].Descriptor()
  1583. // wxcard.DefaultWechatAccount holds the default value on creation for the wechat_account field.
  1584. wxcard.DefaultWechatAccount = wxcardDescWechatAccount.Default.(string)
  1585. // wxcardDescEmail is the schema descriptor for email field.
  1586. wxcardDescEmail := wxcardFields[10].Descriptor()
  1587. // wxcard.DefaultEmail holds the default value on creation for the email field.
  1588. wxcard.DefaultEmail = wxcardDescEmail.Default.(string)
  1589. // wxcardDescIntro is the schema descriptor for intro field.
  1590. wxcardDescIntro := wxcardFields[14].Descriptor()
  1591. // wxcard.DefaultIntro holds the default value on creation for the intro field.
  1592. wxcard.DefaultIntro = wxcardDescIntro.Default.(string)
  1593. wxcarduserMixin := schema.WxCardUser{}.Mixin()
  1594. wxcarduserMixinHooks1 := wxcarduserMixin[1].Hooks()
  1595. wxcarduser.Hooks[0] = wxcarduserMixinHooks1[0]
  1596. wxcarduserMixinInters1 := wxcarduserMixin[1].Interceptors()
  1597. wxcarduser.Interceptors[0] = wxcarduserMixinInters1[0]
  1598. wxcarduserMixinFields0 := wxcarduserMixin[0].Fields()
  1599. _ = wxcarduserMixinFields0
  1600. wxcarduserFields := schema.WxCardUser{}.Fields()
  1601. _ = wxcarduserFields
  1602. // wxcarduserDescCreatedAt is the schema descriptor for created_at field.
  1603. wxcarduserDescCreatedAt := wxcarduserMixinFields0[1].Descriptor()
  1604. // wxcarduser.DefaultCreatedAt holds the default value on creation for the created_at field.
  1605. wxcarduser.DefaultCreatedAt = wxcarduserDescCreatedAt.Default.(func() time.Time)
  1606. // wxcarduserDescUpdatedAt is the schema descriptor for updated_at field.
  1607. wxcarduserDescUpdatedAt := wxcarduserMixinFields0[2].Descriptor()
  1608. // wxcarduser.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1609. wxcarduser.DefaultUpdatedAt = wxcarduserDescUpdatedAt.Default.(func() time.Time)
  1610. // wxcarduser.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1611. wxcarduser.UpdateDefaultUpdatedAt = wxcarduserDescUpdatedAt.UpdateDefault.(func() time.Time)
  1612. // wxcarduserDescWxid is the schema descriptor for wxid field.
  1613. wxcarduserDescWxid := wxcarduserFields[0].Descriptor()
  1614. // wxcarduser.DefaultWxid holds the default value on creation for the wxid field.
  1615. wxcarduser.DefaultWxid = wxcarduserDescWxid.Default.(string)
  1616. // wxcarduserDescAccount is the schema descriptor for account field.
  1617. wxcarduserDescAccount := wxcarduserFields[1].Descriptor()
  1618. // wxcarduser.DefaultAccount holds the default value on creation for the account field.
  1619. wxcarduser.DefaultAccount = wxcarduserDescAccount.Default.(string)
  1620. // wxcarduserDescAvatar is the schema descriptor for avatar field.
  1621. wxcarduserDescAvatar := wxcarduserFields[2].Descriptor()
  1622. // wxcarduser.DefaultAvatar holds the default value on creation for the avatar field.
  1623. wxcarduser.DefaultAvatar = wxcarduserDescAvatar.Default.(string)
  1624. // wxcarduserDescNickname is the schema descriptor for nickname field.
  1625. wxcarduserDescNickname := wxcarduserFields[3].Descriptor()
  1626. // wxcarduser.DefaultNickname holds the default value on creation for the nickname field.
  1627. wxcarduser.DefaultNickname = wxcarduserDescNickname.Default.(string)
  1628. // wxcarduserDescRemark is the schema descriptor for remark field.
  1629. wxcarduserDescRemark := wxcarduserFields[4].Descriptor()
  1630. // wxcarduser.DefaultRemark holds the default value on creation for the remark field.
  1631. wxcarduser.DefaultRemark = wxcarduserDescRemark.Default.(string)
  1632. // wxcarduserDescPhone is the schema descriptor for phone field.
  1633. wxcarduserDescPhone := wxcarduserFields[5].Descriptor()
  1634. // wxcarduser.DefaultPhone holds the default value on creation for the phone field.
  1635. wxcarduser.DefaultPhone = wxcarduserDescPhone.Default.(string)
  1636. // wxcarduserDescOpenID is the schema descriptor for open_id field.
  1637. wxcarduserDescOpenID := wxcarduserFields[6].Descriptor()
  1638. // wxcarduser.DefaultOpenID holds the default value on creation for the open_id field.
  1639. wxcarduser.DefaultOpenID = wxcarduserDescOpenID.Default.(string)
  1640. // wxcarduserDescUnionID is the schema descriptor for union_id field.
  1641. wxcarduserDescUnionID := wxcarduserFields[7].Descriptor()
  1642. // wxcarduser.DefaultUnionID holds the default value on creation for the union_id field.
  1643. wxcarduser.DefaultUnionID = wxcarduserDescUnionID.Default.(string)
  1644. // wxcarduserDescSessionKey is the schema descriptor for session_key field.
  1645. wxcarduserDescSessionKey := wxcarduserFields[8].Descriptor()
  1646. // wxcarduser.DefaultSessionKey holds the default value on creation for the session_key field.
  1647. wxcarduser.DefaultSessionKey = wxcarduserDescSessionKey.Default.(string)
  1648. // wxcarduserDescIsVip is the schema descriptor for is_vip field.
  1649. wxcarduserDescIsVip := wxcarduserFields[9].Descriptor()
  1650. // wxcarduser.DefaultIsVip holds the default value on creation for the is_vip field.
  1651. wxcarduser.DefaultIsVip = wxcarduserDescIsVip.Default.(int)
  1652. wxcardvisitMixin := schema.WxCardVisit{}.Mixin()
  1653. wxcardvisitMixinHooks1 := wxcardvisitMixin[1].Hooks()
  1654. wxcardvisit.Hooks[0] = wxcardvisitMixinHooks1[0]
  1655. wxcardvisitMixinInters1 := wxcardvisitMixin[1].Interceptors()
  1656. wxcardvisit.Interceptors[0] = wxcardvisitMixinInters1[0]
  1657. wxcardvisitMixinFields0 := wxcardvisitMixin[0].Fields()
  1658. _ = wxcardvisitMixinFields0
  1659. wxcardvisitFields := schema.WxCardVisit{}.Fields()
  1660. _ = wxcardvisitFields
  1661. // wxcardvisitDescCreatedAt is the schema descriptor for created_at field.
  1662. wxcardvisitDescCreatedAt := wxcardvisitMixinFields0[1].Descriptor()
  1663. // wxcardvisit.DefaultCreatedAt holds the default value on creation for the created_at field.
  1664. wxcardvisit.DefaultCreatedAt = wxcardvisitDescCreatedAt.Default.(func() time.Time)
  1665. // wxcardvisitDescUpdatedAt is the schema descriptor for updated_at field.
  1666. wxcardvisitDescUpdatedAt := wxcardvisitMixinFields0[2].Descriptor()
  1667. // wxcardvisit.DefaultUpdatedAt holds the default value on creation for the updated_at field.
  1668. wxcardvisit.DefaultUpdatedAt = wxcardvisitDescUpdatedAt.Default.(func() time.Time)
  1669. // wxcardvisit.UpdateDefaultUpdatedAt holds the default value on update for the updated_at field.
  1670. wxcardvisit.UpdateDefaultUpdatedAt = wxcardvisitDescUpdatedAt.UpdateDefault.(func() time.Time)
  1671. // wxcardvisitDescUserID is the schema descriptor for user_id field.
  1672. wxcardvisitDescUserID := wxcardvisitFields[0].Descriptor()
  1673. // wxcardvisit.DefaultUserID holds the default value on creation for the user_id field.
  1674. wxcardvisit.DefaultUserID = wxcardvisitDescUserID.Default.(uint64)
  1675. // wxcardvisitDescBotID is the schema descriptor for bot_id field.
  1676. wxcardvisitDescBotID := wxcardvisitFields[1].Descriptor()
  1677. // wxcardvisit.DefaultBotID holds the default value on creation for the bot_id field.
  1678. wxcardvisit.DefaultBotID = wxcardvisitDescBotID.Default.(uint64)
  1679. // wxcardvisitDescBotType is the schema descriptor for bot_type field.
  1680. wxcardvisitDescBotType := wxcardvisitFields[2].Descriptor()
  1681. // wxcardvisit.DefaultBotType holds the default value on creation for the bot_type field.
  1682. wxcardvisit.DefaultBotType = wxcardvisitDescBotType.Default.(uint8)
  1683. }
  1684. const (
  1685. Version = "v0.13.1" // Version of ent codegen.
  1686. Sum = "h1:uD8QwN1h6SNphdCCzmkMN3feSUzNnVvV/WIkHKMbzOE=" // Sum of ent codegen.
  1687. )