predicate.go 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. // Code generated by ent, DO NOT EDIT.
  2. package predicate
  3. import (
  4. "entgo.io/ent/dialect/sql"
  5. )
  6. // AddWechatFriendLog is the predicate function for addwechatfriendlog builders.
  7. type AddWechatFriendLog func(*sql.Selector)
  8. // Agent is the predicate function for agent builders.
  9. type Agent func(*sql.Selector)
  10. // AgentBase is the predicate function for agentbase builders.
  11. type AgentBase func(*sql.Selector)
  12. // AliyunAvatar is the predicate function for aliyunavatar builders.
  13. type AliyunAvatar func(*sql.Selector)
  14. // AllocAgent is the predicate function for allocagent builders.
  15. type AllocAgent func(*sql.Selector)
  16. // ApiKey is the predicate function for apikey builders.
  17. type ApiKey func(*sql.Selector)
  18. // BatchMsg is the predicate function for batchmsg builders.
  19. type BatchMsg func(*sql.Selector)
  20. // Category is the predicate function for category builders.
  21. type Category func(*sql.Selector)
  22. // ChatRecords is the predicate function for chatrecords builders.
  23. type ChatRecords func(*sql.Selector)
  24. // ChatSession is the predicate function for chatsession builders.
  25. type ChatSession func(*sql.Selector)
  26. // CompapiAsynctask is the predicate function for compapiasynctask builders.
  27. type CompapiAsynctask func(*sql.Selector)
  28. // Contact is the predicate function for contact builders.
  29. type Contact func(*sql.Selector)
  30. // ContactField is the predicate function for contactfield builders.
  31. type ContactField func(*sql.Selector)
  32. // ContactFieldTemplate is the predicate function for contactfieldtemplate builders.
  33. type ContactFieldTemplate func(*sql.Selector)
  34. // CreditBalance is the predicate function for creditbalance builders.
  35. type CreditBalance func(*sql.Selector)
  36. // CreditUsage is the predicate function for creditusage builders.
  37. type CreditUsage func(*sql.Selector)
  38. // Employee is the predicate function for employee builders.
  39. type Employee func(*sql.Selector)
  40. // EmployeeConfig is the predicate function for employeeconfig builders.
  41. type EmployeeConfig func(*sql.Selector)
  42. // Label is the predicate function for label builders.
  43. type Label func(*sql.Selector)
  44. // LabelLog is the predicate function for labellog builders.
  45. type LabelLog func(*sql.Selector)
  46. // LabelRelationship is the predicate function for labelrelationship builders.
  47. type LabelRelationship func(*sql.Selector)
  48. // LabelTagging is the predicate function for labeltagging builders.
  49. type LabelTagging func(*sql.Selector)
  50. // Message is the predicate function for message builders.
  51. type Message func(*sql.Selector)
  52. // MessageRecords is the predicate function for messagerecords builders.
  53. type MessageRecords func(*sql.Selector)
  54. // Msg is the predicate function for msg builders.
  55. type Msg func(*sql.Selector)
  56. // PayRecharge is the predicate function for payrecharge builders.
  57. type PayRecharge func(*sql.Selector)
  58. // Server is the predicate function for server builders.
  59. type Server func(*sql.Selector)
  60. // SopNode is the predicate function for sopnode builders.
  61. type SopNode func(*sql.Selector)
  62. // SopStage is the predicate function for sopstage builders.
  63. type SopStage func(*sql.Selector)
  64. // SopTask is the predicate function for soptask builders.
  65. type SopTask func(*sql.Selector)
  66. // Token is the predicate function for token builders.
  67. type Token func(*sql.Selector)
  68. // Tutorial is the predicate function for tutorial builders.
  69. type Tutorial func(*sql.Selector)
  70. // UsageDetail is the predicate function for usagedetail builders.
  71. type UsageDetail func(*sql.Selector)
  72. // UsageStatisticDay is the predicate function for usagestatisticday builders.
  73. type UsageStatisticDay func(*sql.Selector)
  74. // UsageStatisticHour is the predicate function for usagestatistichour builders.
  75. type UsageStatisticHour func(*sql.Selector)
  76. // UsageStatisticMonth is the predicate function for usagestatisticmonth builders.
  77. type UsageStatisticMonth func(*sql.Selector)
  78. // UsageTotal is the predicate function for usagetotal builders.
  79. type UsageTotal func(*sql.Selector)
  80. // Whatsapp is the predicate function for whatsapp builders.
  81. type Whatsapp func(*sql.Selector)
  82. // WhatsappChannel is the predicate function for whatsappchannel builders.
  83. type WhatsappChannel func(*sql.Selector)
  84. // WorkExperience is the predicate function for workexperience builders.
  85. type WorkExperience func(*sql.Selector)
  86. // WpChatroom is the predicate function for wpchatroom builders.
  87. type WpChatroom func(*sql.Selector)
  88. // WpChatroomMember is the predicate function for wpchatroommember builders.
  89. type WpChatroomMember func(*sql.Selector)
  90. // Wx is the predicate function for wx builders.
  91. type Wx func(*sql.Selector)
  92. // WxCard is the predicate function for wxcard builders.
  93. type WxCard func(*sql.Selector)
  94. // WxCardUser is the predicate function for wxcarduser builders.
  95. type WxCardUser func(*sql.Selector)
  96. // WxCardVisit is the predicate function for wxcardvisit builders.
  97. type WxCardVisit func(*sql.Selector)
  98. // Xunji is the predicate function for xunji builders.
  99. type Xunji func(*sql.Selector)
  100. // XunjiService is the predicate function for xunjiservice builders.
  101. type XunjiService func(*sql.Selector)