dcat_admin_ide_helper.php 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945
  1. <?php
  2. /**
  3. * A helper file for Dcat Admin, to provide autocomplete information to your IDE
  4. *
  5. * This file should not be included in your code, only analyzed by your IDE!
  6. *
  7. * @author jqh <841324345@qq.com>
  8. */
  9. namespace Dcat\Admin {
  10. use Illuminate\Support\Collection;
  11. /**
  12. * @property Grid\Column|Collection select
  13. * @property Grid\Column|Collection width
  14. * @property Grid\Column|Collection id
  15. * @property Grid\Column|Collection name
  16. * @property Grid\Column|Collection type
  17. * @property Grid\Column|Collection version
  18. * @property Grid\Column|Collection detail
  19. * @property Grid\Column|Collection created_at
  20. * @property Grid\Column|Collection updated_at
  21. * @property Grid\Column|Collection is_enabled
  22. * @property Grid\Column|Collection parent_id
  23. * @property Grid\Column|Collection order
  24. * @property Grid\Column|Collection icon
  25. * @property Grid\Column|Collection uri
  26. * @property Grid\Column|Collection extension
  27. * @property Grid\Column|Collection permission_id
  28. * @property Grid\Column|Collection menu_id
  29. * @property Grid\Column|Collection slug
  30. * @property Grid\Column|Collection http_method
  31. * @property Grid\Column|Collection http_path
  32. * @property Grid\Column|Collection role_id
  33. * @property Grid\Column|Collection user_id
  34. * @property Grid\Column|Collection value
  35. * @property Grid\Column|Collection username
  36. * @property Grid\Column|Collection password
  37. * @property Grid\Column|Collection avatar
  38. * @property Grid\Column|Collection remember_token
  39. * @property Grid\Column|Collection md5
  40. * @property Grid\Column|Collection path
  41. * @property Grid\Column|Collection url
  42. * @property Grid\Column|Collection class
  43. * @property Grid\Column|Collection size
  44. * @property Grid\Column|Collection file_type
  45. * @property Grid\Column|Collection download
  46. * @property Grid\Column|Collection klass
  47. * @property Grid\Column|Collection objid
  48. * @property Grid\Column|Collection deleted_at
  49. * @property Grid\Column|Collection key
  50. * @property Grid\Column|Collection expiration
  51. * @property Grid\Column|Collection group
  52. * @property Grid\Column|Collection comment
  53. * @property Grid\Column|Collection sort
  54. * @property Grid\Column|Collection pid
  55. * @property Grid\Column|Collection short_name
  56. * @property Grid\Column|Collection grade
  57. * @property Grid\Column|Collection city_code
  58. * @property Grid\Column|Collection zip_code
  59. * @property Grid\Column|Collection merger_name
  60. * @property Grid\Column|Collection lng
  61. * @property Grid\Column|Collection lat
  62. * @property Grid\Column|Collection pinyin
  63. * @property Grid\Column|Collection uuid
  64. * @property Grid\Column|Collection connection
  65. * @property Grid\Column|Collection queue
  66. * @property Grid\Column|Collection payload
  67. * @property Grid\Column|Collection exception
  68. * @property Grid\Column|Collection failed_at
  69. * @property Grid\Column|Collection migration
  70. * @property Grid\Column|Collection batch
  71. * @property Grid\Column|Collection target_id
  72. * @property Grid\Column|Collection status
  73. * @property Grid\Column|Collection Owner_Account
  74. * @property Grid\Column|Collection group_name
  75. * @property Grid\Column|Collection GroupId
  76. * @property Grid\Column|Collection FaceUrl
  77. * @property Grid\Column|Collection MaxMemberCount
  78. * @property Grid\Column|Collection ApplyJoinOption
  79. * @property Grid\Column|Collection MemberCount
  80. * @property Grid\Column|Collection NextMsgSeq
  81. * @property Grid\Column|Collection course_id
  82. * @property Grid\Column|Collection before9
  83. * @property Grid\Column|Collection after9
  84. * @property Grid\Column|Collection course_field_id
  85. * @property Grid\Column|Collection par
  86. * @property Grid\Column|Collection difficulty
  87. * @property Grid\Column|Collection gold_dis
  88. * @property Grid\Column|Collection blue_dis
  89. * @property Grid\Column|Collection white_dis
  90. * @property Grid\Column|Collection red_dis
  91. * @property Grid\Column|Collection member_name
  92. * @property Grid\Column|Collection member_no
  93. * @property Grid\Column|Collection whs
  94. * @property Grid\Column|Collection img
  95. * @property Grid\Column|Collection address
  96. * @property Grid\Column|Collection photos
  97. * @property Grid\Column|Collection position
  98. * @property Grid\Column|Collection desc
  99. * @property Grid\Column|Collection contacts_phone
  100. * @property Grid\Column|Collection open_time
  101. * @property Grid\Column|Collection close_time
  102. * @property Grid\Column|Collection service
  103. * @property Grid\Column|Collection hole_counts
  104. * @property Grid\Column|Collection square
  105. * @property Grid\Column|Collection length
  106. * @property Grid\Column|Collection style
  107. * @property Grid\Column|Collection en_title
  108. * @property Grid\Column|Collection content
  109. * @property Grid\Column|Collection en_content
  110. * @property Grid\Column|Collection email
  111. * @property Grid\Column|Collection feed_id
  112. * @property Grid\Column|Collection to_uid
  113. * @property Grid\Column|Collection file_url
  114. * @property Grid\Column|Collection like_num
  115. * @property Grid\Column|Collection forward_num
  116. * @property Grid\Column|Collection address_info
  117. * @property Grid\Column|Collection match_title
  118. * @property Grid\Column|Collection game_per_id
  119. * @property Grid\Column|Collection is_delete
  120. * @property Grid\Column|Collection team_id
  121. * @property Grid\Column|Collection forward_id
  122. * @property Grid\Column|Collection score_card_bg
  123. * @property Grid\Column|Collection sex
  124. * @property Grid\Column|Collection game_id
  125. * @property Grid\Column|Collection rule
  126. * @property Grid\Column|Collection scale
  127. * @property Grid\Column|Collection game_user_id
  128. * @property Grid\Column|Collection hole_id
  129. * @property Grid\Column|Collection change_user_id
  130. * @property Grid\Column|Collection score
  131. * @property Grid\Column|Collection level
  132. * @property Grid\Column|Collection course_fields
  133. * @property Grid\Column|Collection begin_time
  134. * @property Grid\Column|Collection end_time
  135. * @property Grid\Column|Collection game_type_id
  136. * @property Grid\Column|Collection creator
  137. * @property Grid\Column|Collection forbid_look
  138. * @property Grid\Column|Collection forbid_join
  139. * @property Grid\Column|Collection lookers
  140. * @property Grid\Column|Collection members
  141. * @property Grid\Column|Collection cover_imgs
  142. * @property Grid\Column|Collection cat_id
  143. * @property Grid\Column|Collection integral
  144. * @property Grid\Column|Collection stock
  145. * @property Grid\Column|Collection specific_list
  146. * @property Grid\Column|Collection introduce
  147. * @property Grid\Column|Collection is_recommend
  148. * @property Grid\Column|Collection goods_id
  149. * @property Grid\Column|Collection pic_url
  150. * @property Grid\Column|Collection remark
  151. * @property Grid\Column|Collection keyword
  152. * @property Grid\Column|Collection amount
  153. * @property Grid\Column|Collection zh_country
  154. * @property Grid\Column|Collection en_country
  155. * @property Grid\Column|Collection prefix
  156. * @property Grid\Column|Collection area
  157. * @property Grid\Column|Collection goods_attr_id
  158. * @property Grid\Column|Collection order_no
  159. * @property Grid\Column|Collection total_integral
  160. * @property Grid\Column|Collection num
  161. * @property Grid\Column|Collection send_time
  162. * @property Grid\Column|Collection express
  163. * @property Grid\Column|Collection express_no
  164. * @property Grid\Column|Collection receiver
  165. * @property Grid\Column|Collection receiver_mobile
  166. * @property Grid\Column|Collection receiver_address
  167. * @property Grid\Column|Collection reamrk
  168. * @property Grid\Column|Collection token
  169. * @property Grid\Column|Collection tokenable_type
  170. * @property Grid\Column|Collection tokenable_id
  171. * @property Grid\Column|Collection abilities
  172. * @property Grid\Column|Collection last_used_at
  173. * @property Grid\Column|Collection event
  174. * @property Grid\Column|Collection mobile
  175. * @property Grid\Column|Collection verify_key
  176. * @property Grid\Column|Collection sms_code
  177. * @property Grid\Column|Collection sms_result
  178. * @property Grid\Column|Collection on
  179. * @property Grid\Column|Collection chinese
  180. * @property Grid\Column|Collection fieldType
  181. * @property Grid\Column|Collection like_count
  182. * @property Grid\Column|Collection comment_count
  183. * @property Grid\Column|Collection share_count
  184. * @property Grid\Column|Collection publish_ip
  185. * @property Grid\Column|Collection photo_urls
  186. * @property Grid\Column|Collection member_counts
  187. * @property Grid\Column|Collection slogan
  188. * @property Grid\Column|Collection allow_join
  189. * @property Grid\Column|Collection set_date
  190. * @property Grid\Column|Collection cover_img
  191. * @property Grid\Column|Collection notice
  192. * @property Grid\Column|Collection notice_time
  193. * @property Grid\Column|Collection is_default
  194. * @property Grid\Column|Collection black_id
  195. * @property Grid\Column|Collection likes_count
  196. * @property Grid\Column|Collection comments_count
  197. * @property Grid\Column|Collection fans_count
  198. * @property Grid\Column|Collection follow_count
  199. * @property Grid\Column|Collection feeds_count
  200. * @property Grid\Column|Collection checkin_count
  201. * @property Grid\Column|Collection friends_count
  202. * @property Grid\Column|Collection file
  203. * @property Grid\Column|Collection bio
  204. * @property Grid\Column|Collection birthday
  205. * @property Grid\Column|Collection action_type
  206. * @property Grid\Column|Collection before_integral
  207. * @property Grid\Column|Collection after_integral
  208. * @property Grid\Column|Collection invitor_id
  209. * @property Grid\Column|Collection matter_id
  210. * @property Grid\Column|Collection reason
  211. * @property Grid\Column|Collection sub_id
  212. * @property Grid\Column|Collection do_user
  213. * @property Grid\Column|Collection to_id
  214. * @property Grid\Column|Collection files
  215. * @property Grid\Column|Collection result
  216. * @property Grid\Column|Collection tencent_im_user_id
  217. * @property Grid\Column|Collection wx_openid
  218. * @property Grid\Column|Collection fb_openid
  219. * @property Grid\Column|Collection apple_openid
  220. * @property Grid\Column|Collection location
  221. * @property Grid\Column|Collection usga
  222. * @property Grid\Column|Collection ball_age
  223. * @property Grid\Column|Collection bg
  224. * @property Grid\Column|Collection is_auth
  225. * @property Grid\Column|Collection online
  226. * @property Grid\Column|Collection last_login_time
  227. * @property Grid\Column|Collection register_ip
  228. * @property Grid\Column|Collection last_login_ip
  229. * @property Grid\Column|Collection lang
  230. * @property Grid\Column|Collection jpush_reg_id
  231. * @property Grid\Column|Collection jpush_voice
  232. * @property Grid\Column|Collection channel
  233. * @property Grid\Column|Collection account
  234. * @property Grid\Column|Collection code
  235. * @property Grid\Column|Collection state
  236. *
  237. * @method Grid\Column|Collection select(string $label = null)
  238. * @method Grid\Column|Collection width(string $label = null)
  239. * @method Grid\Column|Collection id(string $label = null)
  240. * @method Grid\Column|Collection name(string $label = null)
  241. * @method Grid\Column|Collection type(string $label = null)
  242. * @method Grid\Column|Collection version(string $label = null)
  243. * @method Grid\Column|Collection detail(string $label = null)
  244. * @method Grid\Column|Collection created_at(string $label = null)
  245. * @method Grid\Column|Collection updated_at(string $label = null)
  246. * @method Grid\Column|Collection is_enabled(string $label = null)
  247. * @method Grid\Column|Collection parent_id(string $label = null)
  248. * @method Grid\Column|Collection order(string $label = null)
  249. * @method Grid\Column|Collection icon(string $label = null)
  250. * @method Grid\Column|Collection uri(string $label = null)
  251. * @method Grid\Column|Collection extension(string $label = null)
  252. * @method Grid\Column|Collection permission_id(string $label = null)
  253. * @method Grid\Column|Collection menu_id(string $label = null)
  254. * @method Grid\Column|Collection slug(string $label = null)
  255. * @method Grid\Column|Collection http_method(string $label = null)
  256. * @method Grid\Column|Collection http_path(string $label = null)
  257. * @method Grid\Column|Collection role_id(string $label = null)
  258. * @method Grid\Column|Collection user_id(string $label = null)
  259. * @method Grid\Column|Collection value(string $label = null)
  260. * @method Grid\Column|Collection username(string $label = null)
  261. * @method Grid\Column|Collection password(string $label = null)
  262. * @method Grid\Column|Collection avatar(string $label = null)
  263. * @method Grid\Column|Collection remember_token(string $label = null)
  264. * @method Grid\Column|Collection md5(string $label = null)
  265. * @method Grid\Column|Collection path(string $label = null)
  266. * @method Grid\Column|Collection url(string $label = null)
  267. * @method Grid\Column|Collection class(string $label = null)
  268. * @method Grid\Column|Collection size(string $label = null)
  269. * @method Grid\Column|Collection file_type(string $label = null)
  270. * @method Grid\Column|Collection download(string $label = null)
  271. * @method Grid\Column|Collection klass(string $label = null)
  272. * @method Grid\Column|Collection objid(string $label = null)
  273. * @method Grid\Column|Collection deleted_at(string $label = null)
  274. * @method Grid\Column|Collection key(string $label = null)
  275. * @method Grid\Column|Collection expiration(string $label = null)
  276. * @method Grid\Column|Collection group(string $label = null)
  277. * @method Grid\Column|Collection comment(string $label = null)
  278. * @method Grid\Column|Collection sort(string $label = null)
  279. * @method Grid\Column|Collection pid(string $label = null)
  280. * @method Grid\Column|Collection short_name(string $label = null)
  281. * @method Grid\Column|Collection grade(string $label = null)
  282. * @method Grid\Column|Collection city_code(string $label = null)
  283. * @method Grid\Column|Collection zip_code(string $label = null)
  284. * @method Grid\Column|Collection merger_name(string $label = null)
  285. * @method Grid\Column|Collection lng(string $label = null)
  286. * @method Grid\Column|Collection lat(string $label = null)
  287. * @method Grid\Column|Collection pinyin(string $label = null)
  288. * @method Grid\Column|Collection uuid(string $label = null)
  289. * @method Grid\Column|Collection connection(string $label = null)
  290. * @method Grid\Column|Collection queue(string $label = null)
  291. * @method Grid\Column|Collection payload(string $label = null)
  292. * @method Grid\Column|Collection exception(string $label = null)
  293. * @method Grid\Column|Collection failed_at(string $label = null)
  294. * @method Grid\Column|Collection migration(string $label = null)
  295. * @method Grid\Column|Collection batch(string $label = null)
  296. * @method Grid\Column|Collection target_id(string $label = null)
  297. * @method Grid\Column|Collection status(string $label = null)
  298. * @method Grid\Column|Collection Owner_Account(string $label = null)
  299. * @method Grid\Column|Collection group_name(string $label = null)
  300. * @method Grid\Column|Collection GroupId(string $label = null)
  301. * @method Grid\Column|Collection FaceUrl(string $label = null)
  302. * @method Grid\Column|Collection MaxMemberCount(string $label = null)
  303. * @method Grid\Column|Collection ApplyJoinOption(string $label = null)
  304. * @method Grid\Column|Collection MemberCount(string $label = null)
  305. * @method Grid\Column|Collection NextMsgSeq(string $label = null)
  306. * @method Grid\Column|Collection course_id(string $label = null)
  307. * @method Grid\Column|Collection before9(string $label = null)
  308. * @method Grid\Column|Collection after9(string $label = null)
  309. * @method Grid\Column|Collection course_field_id(string $label = null)
  310. * @method Grid\Column|Collection par(string $label = null)
  311. * @method Grid\Column|Collection difficulty(string $label = null)
  312. * @method Grid\Column|Collection gold_dis(string $label = null)
  313. * @method Grid\Column|Collection blue_dis(string $label = null)
  314. * @method Grid\Column|Collection white_dis(string $label = null)
  315. * @method Grid\Column|Collection red_dis(string $label = null)
  316. * @method Grid\Column|Collection member_name(string $label = null)
  317. * @method Grid\Column|Collection member_no(string $label = null)
  318. * @method Grid\Column|Collection whs(string $label = null)
  319. * @method Grid\Column|Collection img(string $label = null)
  320. * @method Grid\Column|Collection address(string $label = null)
  321. * @method Grid\Column|Collection photos(string $label = null)
  322. * @method Grid\Column|Collection position(string $label = null)
  323. * @method Grid\Column|Collection desc(string $label = null)
  324. * @method Grid\Column|Collection contacts_phone(string $label = null)
  325. * @method Grid\Column|Collection open_time(string $label = null)
  326. * @method Grid\Column|Collection close_time(string $label = null)
  327. * @method Grid\Column|Collection service(string $label = null)
  328. * @method Grid\Column|Collection hole_counts(string $label = null)
  329. * @method Grid\Column|Collection square(string $label = null)
  330. * @method Grid\Column|Collection length(string $label = null)
  331. * @method Grid\Column|Collection style(string $label = null)
  332. * @method Grid\Column|Collection en_title(string $label = null)
  333. * @method Grid\Column|Collection content(string $label = null)
  334. * @method Grid\Column|Collection en_content(string $label = null)
  335. * @method Grid\Column|Collection email(string $label = null)
  336. * @method Grid\Column|Collection feed_id(string $label = null)
  337. * @method Grid\Column|Collection to_uid(string $label = null)
  338. * @method Grid\Column|Collection file_url(string $label = null)
  339. * @method Grid\Column|Collection like_num(string $label = null)
  340. * @method Grid\Column|Collection forward_num(string $label = null)
  341. * @method Grid\Column|Collection address_info(string $label = null)
  342. * @method Grid\Column|Collection match_title(string $label = null)
  343. * @method Grid\Column|Collection game_per_id(string $label = null)
  344. * @method Grid\Column|Collection is_delete(string $label = null)
  345. * @method Grid\Column|Collection team_id(string $label = null)
  346. * @method Grid\Column|Collection forward_id(string $label = null)
  347. * @method Grid\Column|Collection score_card_bg(string $label = null)
  348. * @method Grid\Column|Collection sex(string $label = null)
  349. * @method Grid\Column|Collection game_id(string $label = null)
  350. * @method Grid\Column|Collection rule(string $label = null)
  351. * @method Grid\Column|Collection scale(string $label = null)
  352. * @method Grid\Column|Collection game_user_id(string $label = null)
  353. * @method Grid\Column|Collection hole_id(string $label = null)
  354. * @method Grid\Column|Collection change_user_id(string $label = null)
  355. * @method Grid\Column|Collection score(string $label = null)
  356. * @method Grid\Column|Collection level(string $label = null)
  357. * @method Grid\Column|Collection course_fields(string $label = null)
  358. * @method Grid\Column|Collection begin_time(string $label = null)
  359. * @method Grid\Column|Collection end_time(string $label = null)
  360. * @method Grid\Column|Collection game_type_id(string $label = null)
  361. * @method Grid\Column|Collection creator(string $label = null)
  362. * @method Grid\Column|Collection forbid_look(string $label = null)
  363. * @method Grid\Column|Collection forbid_join(string $label = null)
  364. * @method Grid\Column|Collection lookers(string $label = null)
  365. * @method Grid\Column|Collection members(string $label = null)
  366. * @method Grid\Column|Collection cover_imgs(string $label = null)
  367. * @method Grid\Column|Collection cat_id(string $label = null)
  368. * @method Grid\Column|Collection integral(string $label = null)
  369. * @method Grid\Column|Collection stock(string $label = null)
  370. * @method Grid\Column|Collection specific_list(string $label = null)
  371. * @method Grid\Column|Collection introduce(string $label = null)
  372. * @method Grid\Column|Collection is_recommend(string $label = null)
  373. * @method Grid\Column|Collection goods_id(string $label = null)
  374. * @method Grid\Column|Collection pic_url(string $label = null)
  375. * @method Grid\Column|Collection remark(string $label = null)
  376. * @method Grid\Column|Collection keyword(string $label = null)
  377. * @method Grid\Column|Collection amount(string $label = null)
  378. * @method Grid\Column|Collection zh_country(string $label = null)
  379. * @method Grid\Column|Collection en_country(string $label = null)
  380. * @method Grid\Column|Collection prefix(string $label = null)
  381. * @method Grid\Column|Collection area(string $label = null)
  382. * @method Grid\Column|Collection goods_attr_id(string $label = null)
  383. * @method Grid\Column|Collection order_no(string $label = null)
  384. * @method Grid\Column|Collection total_integral(string $label = null)
  385. * @method Grid\Column|Collection num(string $label = null)
  386. * @method Grid\Column|Collection send_time(string $label = null)
  387. * @method Grid\Column|Collection express(string $label = null)
  388. * @method Grid\Column|Collection express_no(string $label = null)
  389. * @method Grid\Column|Collection receiver(string $label = null)
  390. * @method Grid\Column|Collection receiver_mobile(string $label = null)
  391. * @method Grid\Column|Collection receiver_address(string $label = null)
  392. * @method Grid\Column|Collection reamrk(string $label = null)
  393. * @method Grid\Column|Collection token(string $label = null)
  394. * @method Grid\Column|Collection tokenable_type(string $label = null)
  395. * @method Grid\Column|Collection tokenable_id(string $label = null)
  396. * @method Grid\Column|Collection abilities(string $label = null)
  397. * @method Grid\Column|Collection last_used_at(string $label = null)
  398. * @method Grid\Column|Collection event(string $label = null)
  399. * @method Grid\Column|Collection mobile(string $label = null)
  400. * @method Grid\Column|Collection verify_key(string $label = null)
  401. * @method Grid\Column|Collection sms_code(string $label = null)
  402. * @method Grid\Column|Collection sms_result(string $label = null)
  403. * @method Grid\Column|Collection on(string $label = null)
  404. * @method Grid\Column|Collection chinese(string $label = null)
  405. * @method Grid\Column|Collection fieldType(string $label = null)
  406. * @method Grid\Column|Collection like_count(string $label = null)
  407. * @method Grid\Column|Collection comment_count(string $label = null)
  408. * @method Grid\Column|Collection share_count(string $label = null)
  409. * @method Grid\Column|Collection publish_ip(string $label = null)
  410. * @method Grid\Column|Collection photo_urls(string $label = null)
  411. * @method Grid\Column|Collection member_counts(string $label = null)
  412. * @method Grid\Column|Collection slogan(string $label = null)
  413. * @method Grid\Column|Collection allow_join(string $label = null)
  414. * @method Grid\Column|Collection set_date(string $label = null)
  415. * @method Grid\Column|Collection cover_img(string $label = null)
  416. * @method Grid\Column|Collection notice(string $label = null)
  417. * @method Grid\Column|Collection notice_time(string $label = null)
  418. * @method Grid\Column|Collection is_default(string $label = null)
  419. * @method Grid\Column|Collection black_id(string $label = null)
  420. * @method Grid\Column|Collection likes_count(string $label = null)
  421. * @method Grid\Column|Collection comments_count(string $label = null)
  422. * @method Grid\Column|Collection fans_count(string $label = null)
  423. * @method Grid\Column|Collection follow_count(string $label = null)
  424. * @method Grid\Column|Collection feeds_count(string $label = null)
  425. * @method Grid\Column|Collection checkin_count(string $label = null)
  426. * @method Grid\Column|Collection friends_count(string $label = null)
  427. * @method Grid\Column|Collection file(string $label = null)
  428. * @method Grid\Column|Collection bio(string $label = null)
  429. * @method Grid\Column|Collection birthday(string $label = null)
  430. * @method Grid\Column|Collection action_type(string $label = null)
  431. * @method Grid\Column|Collection before_integral(string $label = null)
  432. * @method Grid\Column|Collection after_integral(string $label = null)
  433. * @method Grid\Column|Collection invitor_id(string $label = null)
  434. * @method Grid\Column|Collection matter_id(string $label = null)
  435. * @method Grid\Column|Collection reason(string $label = null)
  436. * @method Grid\Column|Collection sub_id(string $label = null)
  437. * @method Grid\Column|Collection do_user(string $label = null)
  438. * @method Grid\Column|Collection to_id(string $label = null)
  439. * @method Grid\Column|Collection files(string $label = null)
  440. * @method Grid\Column|Collection result(string $label = null)
  441. * @method Grid\Column|Collection tencent_im_user_id(string $label = null)
  442. * @method Grid\Column|Collection wx_openid(string $label = null)
  443. * @method Grid\Column|Collection fb_openid(string $label = null)
  444. * @method Grid\Column|Collection apple_openid(string $label = null)
  445. * @method Grid\Column|Collection location(string $label = null)
  446. * @method Grid\Column|Collection usga(string $label = null)
  447. * @method Grid\Column|Collection ball_age(string $label = null)
  448. * @method Grid\Column|Collection bg(string $label = null)
  449. * @method Grid\Column|Collection is_auth(string $label = null)
  450. * @method Grid\Column|Collection online(string $label = null)
  451. * @method Grid\Column|Collection last_login_time(string $label = null)
  452. * @method Grid\Column|Collection register_ip(string $label = null)
  453. * @method Grid\Column|Collection last_login_ip(string $label = null)
  454. * @method Grid\Column|Collection lang(string $label = null)
  455. * @method Grid\Column|Collection jpush_reg_id(string $label = null)
  456. * @method Grid\Column|Collection jpush_voice(string $label = null)
  457. * @method Grid\Column|Collection channel(string $label = null)
  458. * @method Grid\Column|Collection account(string $label = null)
  459. * @method Grid\Column|Collection code(string $label = null)
  460. * @method Grid\Column|Collection state(string $label = null)
  461. */
  462. class Grid {}
  463. class MiniGrid extends Grid {}
  464. /**
  465. * @property Show\Field|Collection select
  466. * @property Show\Field|Collection width
  467. * @property Show\Field|Collection id
  468. * @property Show\Field|Collection name
  469. * @property Show\Field|Collection type
  470. * @property Show\Field|Collection version
  471. * @property Show\Field|Collection detail
  472. * @property Show\Field|Collection created_at
  473. * @property Show\Field|Collection updated_at
  474. * @property Show\Field|Collection is_enabled
  475. * @property Show\Field|Collection parent_id
  476. * @property Show\Field|Collection order
  477. * @property Show\Field|Collection icon
  478. * @property Show\Field|Collection uri
  479. * @property Show\Field|Collection extension
  480. * @property Show\Field|Collection permission_id
  481. * @property Show\Field|Collection menu_id
  482. * @property Show\Field|Collection slug
  483. * @property Show\Field|Collection http_method
  484. * @property Show\Field|Collection http_path
  485. * @property Show\Field|Collection role_id
  486. * @property Show\Field|Collection user_id
  487. * @property Show\Field|Collection value
  488. * @property Show\Field|Collection username
  489. * @property Show\Field|Collection password
  490. * @property Show\Field|Collection avatar
  491. * @property Show\Field|Collection remember_token
  492. * @property Show\Field|Collection md5
  493. * @property Show\Field|Collection path
  494. * @property Show\Field|Collection url
  495. * @property Show\Field|Collection class
  496. * @property Show\Field|Collection size
  497. * @property Show\Field|Collection file_type
  498. * @property Show\Field|Collection download
  499. * @property Show\Field|Collection klass
  500. * @property Show\Field|Collection objid
  501. * @property Show\Field|Collection deleted_at
  502. * @property Show\Field|Collection key
  503. * @property Show\Field|Collection expiration
  504. * @property Show\Field|Collection group
  505. * @property Show\Field|Collection comment
  506. * @property Show\Field|Collection sort
  507. * @property Show\Field|Collection pid
  508. * @property Show\Field|Collection short_name
  509. * @property Show\Field|Collection grade
  510. * @property Show\Field|Collection city_code
  511. * @property Show\Field|Collection zip_code
  512. * @property Show\Field|Collection merger_name
  513. * @property Show\Field|Collection lng
  514. * @property Show\Field|Collection lat
  515. * @property Show\Field|Collection pinyin
  516. * @property Show\Field|Collection uuid
  517. * @property Show\Field|Collection connection
  518. * @property Show\Field|Collection queue
  519. * @property Show\Field|Collection payload
  520. * @property Show\Field|Collection exception
  521. * @property Show\Field|Collection failed_at
  522. * @property Show\Field|Collection migration
  523. * @property Show\Field|Collection batch
  524. * @property Show\Field|Collection target_id
  525. * @property Show\Field|Collection status
  526. * @property Show\Field|Collection Owner_Account
  527. * @property Show\Field|Collection group_name
  528. * @property Show\Field|Collection GroupId
  529. * @property Show\Field|Collection FaceUrl
  530. * @property Show\Field|Collection MaxMemberCount
  531. * @property Show\Field|Collection ApplyJoinOption
  532. * @property Show\Field|Collection MemberCount
  533. * @property Show\Field|Collection NextMsgSeq
  534. * @property Show\Field|Collection course_id
  535. * @property Show\Field|Collection before9
  536. * @property Show\Field|Collection after9
  537. * @property Show\Field|Collection course_field_id
  538. * @property Show\Field|Collection par
  539. * @property Show\Field|Collection difficulty
  540. * @property Show\Field|Collection gold_dis
  541. * @property Show\Field|Collection blue_dis
  542. * @property Show\Field|Collection white_dis
  543. * @property Show\Field|Collection red_dis
  544. * @property Show\Field|Collection member_name
  545. * @property Show\Field|Collection member_no
  546. * @property Show\Field|Collection whs
  547. * @property Show\Field|Collection img
  548. * @property Show\Field|Collection address
  549. * @property Show\Field|Collection photos
  550. * @property Show\Field|Collection position
  551. * @property Show\Field|Collection desc
  552. * @property Show\Field|Collection contacts_phone
  553. * @property Show\Field|Collection open_time
  554. * @property Show\Field|Collection close_time
  555. * @property Show\Field|Collection service
  556. * @property Show\Field|Collection hole_counts
  557. * @property Show\Field|Collection square
  558. * @property Show\Field|Collection length
  559. * @property Show\Field|Collection style
  560. * @property Show\Field|Collection en_title
  561. * @property Show\Field|Collection content
  562. * @property Show\Field|Collection en_content
  563. * @property Show\Field|Collection email
  564. * @property Show\Field|Collection feed_id
  565. * @property Show\Field|Collection to_uid
  566. * @property Show\Field|Collection file_url
  567. * @property Show\Field|Collection like_num
  568. * @property Show\Field|Collection forward_num
  569. * @property Show\Field|Collection address_info
  570. * @property Show\Field|Collection match_title
  571. * @property Show\Field|Collection game_per_id
  572. * @property Show\Field|Collection is_delete
  573. * @property Show\Field|Collection team_id
  574. * @property Show\Field|Collection forward_id
  575. * @property Show\Field|Collection score_card_bg
  576. * @property Show\Field|Collection sex
  577. * @property Show\Field|Collection game_id
  578. * @property Show\Field|Collection rule
  579. * @property Show\Field|Collection scale
  580. * @property Show\Field|Collection game_user_id
  581. * @property Show\Field|Collection hole_id
  582. * @property Show\Field|Collection change_user_id
  583. * @property Show\Field|Collection score
  584. * @property Show\Field|Collection level
  585. * @property Show\Field|Collection course_fields
  586. * @property Show\Field|Collection begin_time
  587. * @property Show\Field|Collection end_time
  588. * @property Show\Field|Collection game_type_id
  589. * @property Show\Field|Collection creator
  590. * @property Show\Field|Collection forbid_look
  591. * @property Show\Field|Collection forbid_join
  592. * @property Show\Field|Collection lookers
  593. * @property Show\Field|Collection members
  594. * @property Show\Field|Collection cover_imgs
  595. * @property Show\Field|Collection cat_id
  596. * @property Show\Field|Collection integral
  597. * @property Show\Field|Collection stock
  598. * @property Show\Field|Collection specific_list
  599. * @property Show\Field|Collection introduce
  600. * @property Show\Field|Collection is_recommend
  601. * @property Show\Field|Collection goods_id
  602. * @property Show\Field|Collection pic_url
  603. * @property Show\Field|Collection remark
  604. * @property Show\Field|Collection keyword
  605. * @property Show\Field|Collection amount
  606. * @property Show\Field|Collection zh_country
  607. * @property Show\Field|Collection en_country
  608. * @property Show\Field|Collection prefix
  609. * @property Show\Field|Collection area
  610. * @property Show\Field|Collection goods_attr_id
  611. * @property Show\Field|Collection order_no
  612. * @property Show\Field|Collection total_integral
  613. * @property Show\Field|Collection num
  614. * @property Show\Field|Collection send_time
  615. * @property Show\Field|Collection express
  616. * @property Show\Field|Collection express_no
  617. * @property Show\Field|Collection receiver
  618. * @property Show\Field|Collection receiver_mobile
  619. * @property Show\Field|Collection receiver_address
  620. * @property Show\Field|Collection reamrk
  621. * @property Show\Field|Collection token
  622. * @property Show\Field|Collection tokenable_type
  623. * @property Show\Field|Collection tokenable_id
  624. * @property Show\Field|Collection abilities
  625. * @property Show\Field|Collection last_used_at
  626. * @property Show\Field|Collection event
  627. * @property Show\Field|Collection mobile
  628. * @property Show\Field|Collection verify_key
  629. * @property Show\Field|Collection sms_code
  630. * @property Show\Field|Collection sms_result
  631. * @property Show\Field|Collection on
  632. * @property Show\Field|Collection chinese
  633. * @property Show\Field|Collection fieldType
  634. * @property Show\Field|Collection like_count
  635. * @property Show\Field|Collection comment_count
  636. * @property Show\Field|Collection share_count
  637. * @property Show\Field|Collection publish_ip
  638. * @property Show\Field|Collection photo_urls
  639. * @property Show\Field|Collection member_counts
  640. * @property Show\Field|Collection slogan
  641. * @property Show\Field|Collection allow_join
  642. * @property Show\Field|Collection set_date
  643. * @property Show\Field|Collection cover_img
  644. * @property Show\Field|Collection notice
  645. * @property Show\Field|Collection notice_time
  646. * @property Show\Field|Collection is_default
  647. * @property Show\Field|Collection black_id
  648. * @property Show\Field|Collection likes_count
  649. * @property Show\Field|Collection comments_count
  650. * @property Show\Field|Collection fans_count
  651. * @property Show\Field|Collection follow_count
  652. * @property Show\Field|Collection feeds_count
  653. * @property Show\Field|Collection checkin_count
  654. * @property Show\Field|Collection friends_count
  655. * @property Show\Field|Collection file
  656. * @property Show\Field|Collection bio
  657. * @property Show\Field|Collection birthday
  658. * @property Show\Field|Collection action_type
  659. * @property Show\Field|Collection before_integral
  660. * @property Show\Field|Collection after_integral
  661. * @property Show\Field|Collection invitor_id
  662. * @property Show\Field|Collection matter_id
  663. * @property Show\Field|Collection reason
  664. * @property Show\Field|Collection sub_id
  665. * @property Show\Field|Collection do_user
  666. * @property Show\Field|Collection to_id
  667. * @property Show\Field|Collection files
  668. * @property Show\Field|Collection result
  669. * @property Show\Field|Collection tencent_im_user_id
  670. * @property Show\Field|Collection wx_openid
  671. * @property Show\Field|Collection fb_openid
  672. * @property Show\Field|Collection apple_openid
  673. * @property Show\Field|Collection location
  674. * @property Show\Field|Collection usga
  675. * @property Show\Field|Collection ball_age
  676. * @property Show\Field|Collection bg
  677. * @property Show\Field|Collection is_auth
  678. * @property Show\Field|Collection online
  679. * @property Show\Field|Collection last_login_time
  680. * @property Show\Field|Collection register_ip
  681. * @property Show\Field|Collection last_login_ip
  682. * @property Show\Field|Collection lang
  683. * @property Show\Field|Collection jpush_reg_id
  684. * @property Show\Field|Collection jpush_voice
  685. * @property Show\Field|Collection channel
  686. * @property Show\Field|Collection account
  687. * @property Show\Field|Collection code
  688. * @property Show\Field|Collection state
  689. *
  690. * @method Show\Field|Collection select(string $label = null)
  691. * @method Show\Field|Collection width(string $label = null)
  692. * @method Show\Field|Collection id(string $label = null)
  693. * @method Show\Field|Collection name(string $label = null)
  694. * @method Show\Field|Collection type(string $label = null)
  695. * @method Show\Field|Collection version(string $label = null)
  696. * @method Show\Field|Collection detail(string $label = null)
  697. * @method Show\Field|Collection created_at(string $label = null)
  698. * @method Show\Field|Collection updated_at(string $label = null)
  699. * @method Show\Field|Collection is_enabled(string $label = null)
  700. * @method Show\Field|Collection parent_id(string $label = null)
  701. * @method Show\Field|Collection order(string $label = null)
  702. * @method Show\Field|Collection icon(string $label = null)
  703. * @method Show\Field|Collection uri(string $label = null)
  704. * @method Show\Field|Collection extension(string $label = null)
  705. * @method Show\Field|Collection permission_id(string $label = null)
  706. * @method Show\Field|Collection menu_id(string $label = null)
  707. * @method Show\Field|Collection slug(string $label = null)
  708. * @method Show\Field|Collection http_method(string $label = null)
  709. * @method Show\Field|Collection http_path(string $label = null)
  710. * @method Show\Field|Collection role_id(string $label = null)
  711. * @method Show\Field|Collection user_id(string $label = null)
  712. * @method Show\Field|Collection value(string $label = null)
  713. * @method Show\Field|Collection username(string $label = null)
  714. * @method Show\Field|Collection password(string $label = null)
  715. * @method Show\Field|Collection avatar(string $label = null)
  716. * @method Show\Field|Collection remember_token(string $label = null)
  717. * @method Show\Field|Collection md5(string $label = null)
  718. * @method Show\Field|Collection path(string $label = null)
  719. * @method Show\Field|Collection url(string $label = null)
  720. * @method Show\Field|Collection class(string $label = null)
  721. * @method Show\Field|Collection size(string $label = null)
  722. * @method Show\Field|Collection file_type(string $label = null)
  723. * @method Show\Field|Collection download(string $label = null)
  724. * @method Show\Field|Collection klass(string $label = null)
  725. * @method Show\Field|Collection objid(string $label = null)
  726. * @method Show\Field|Collection deleted_at(string $label = null)
  727. * @method Show\Field|Collection key(string $label = null)
  728. * @method Show\Field|Collection expiration(string $label = null)
  729. * @method Show\Field|Collection group(string $label = null)
  730. * @method Show\Field|Collection comment(string $label = null)
  731. * @method Show\Field|Collection sort(string $label = null)
  732. * @method Show\Field|Collection pid(string $label = null)
  733. * @method Show\Field|Collection short_name(string $label = null)
  734. * @method Show\Field|Collection grade(string $label = null)
  735. * @method Show\Field|Collection city_code(string $label = null)
  736. * @method Show\Field|Collection zip_code(string $label = null)
  737. * @method Show\Field|Collection merger_name(string $label = null)
  738. * @method Show\Field|Collection lng(string $label = null)
  739. * @method Show\Field|Collection lat(string $label = null)
  740. * @method Show\Field|Collection pinyin(string $label = null)
  741. * @method Show\Field|Collection uuid(string $label = null)
  742. * @method Show\Field|Collection connection(string $label = null)
  743. * @method Show\Field|Collection queue(string $label = null)
  744. * @method Show\Field|Collection payload(string $label = null)
  745. * @method Show\Field|Collection exception(string $label = null)
  746. * @method Show\Field|Collection failed_at(string $label = null)
  747. * @method Show\Field|Collection migration(string $label = null)
  748. * @method Show\Field|Collection batch(string $label = null)
  749. * @method Show\Field|Collection target_id(string $label = null)
  750. * @method Show\Field|Collection status(string $label = null)
  751. * @method Show\Field|Collection Owner_Account(string $label = null)
  752. * @method Show\Field|Collection group_name(string $label = null)
  753. * @method Show\Field|Collection GroupId(string $label = null)
  754. * @method Show\Field|Collection FaceUrl(string $label = null)
  755. * @method Show\Field|Collection MaxMemberCount(string $label = null)
  756. * @method Show\Field|Collection ApplyJoinOption(string $label = null)
  757. * @method Show\Field|Collection MemberCount(string $label = null)
  758. * @method Show\Field|Collection NextMsgSeq(string $label = null)
  759. * @method Show\Field|Collection course_id(string $label = null)
  760. * @method Show\Field|Collection before9(string $label = null)
  761. * @method Show\Field|Collection after9(string $label = null)
  762. * @method Show\Field|Collection course_field_id(string $label = null)
  763. * @method Show\Field|Collection par(string $label = null)
  764. * @method Show\Field|Collection difficulty(string $label = null)
  765. * @method Show\Field|Collection gold_dis(string $label = null)
  766. * @method Show\Field|Collection blue_dis(string $label = null)
  767. * @method Show\Field|Collection white_dis(string $label = null)
  768. * @method Show\Field|Collection red_dis(string $label = null)
  769. * @method Show\Field|Collection member_name(string $label = null)
  770. * @method Show\Field|Collection member_no(string $label = null)
  771. * @method Show\Field|Collection whs(string $label = null)
  772. * @method Show\Field|Collection img(string $label = null)
  773. * @method Show\Field|Collection address(string $label = null)
  774. * @method Show\Field|Collection photos(string $label = null)
  775. * @method Show\Field|Collection position(string $label = null)
  776. * @method Show\Field|Collection desc(string $label = null)
  777. * @method Show\Field|Collection contacts_phone(string $label = null)
  778. * @method Show\Field|Collection open_time(string $label = null)
  779. * @method Show\Field|Collection close_time(string $label = null)
  780. * @method Show\Field|Collection service(string $label = null)
  781. * @method Show\Field|Collection hole_counts(string $label = null)
  782. * @method Show\Field|Collection square(string $label = null)
  783. * @method Show\Field|Collection length(string $label = null)
  784. * @method Show\Field|Collection style(string $label = null)
  785. * @method Show\Field|Collection en_title(string $label = null)
  786. * @method Show\Field|Collection content(string $label = null)
  787. * @method Show\Field|Collection en_content(string $label = null)
  788. * @method Show\Field|Collection email(string $label = null)
  789. * @method Show\Field|Collection feed_id(string $label = null)
  790. * @method Show\Field|Collection to_uid(string $label = null)
  791. * @method Show\Field|Collection file_url(string $label = null)
  792. * @method Show\Field|Collection like_num(string $label = null)
  793. * @method Show\Field|Collection forward_num(string $label = null)
  794. * @method Show\Field|Collection address_info(string $label = null)
  795. * @method Show\Field|Collection match_title(string $label = null)
  796. * @method Show\Field|Collection game_per_id(string $label = null)
  797. * @method Show\Field|Collection is_delete(string $label = null)
  798. * @method Show\Field|Collection team_id(string $label = null)
  799. * @method Show\Field|Collection forward_id(string $label = null)
  800. * @method Show\Field|Collection score_card_bg(string $label = null)
  801. * @method Show\Field|Collection sex(string $label = null)
  802. * @method Show\Field|Collection game_id(string $label = null)
  803. * @method Show\Field|Collection rule(string $label = null)
  804. * @method Show\Field|Collection scale(string $label = null)
  805. * @method Show\Field|Collection game_user_id(string $label = null)
  806. * @method Show\Field|Collection hole_id(string $label = null)
  807. * @method Show\Field|Collection change_user_id(string $label = null)
  808. * @method Show\Field|Collection score(string $label = null)
  809. * @method Show\Field|Collection level(string $label = null)
  810. * @method Show\Field|Collection course_fields(string $label = null)
  811. * @method Show\Field|Collection begin_time(string $label = null)
  812. * @method Show\Field|Collection end_time(string $label = null)
  813. * @method Show\Field|Collection game_type_id(string $label = null)
  814. * @method Show\Field|Collection creator(string $label = null)
  815. * @method Show\Field|Collection forbid_look(string $label = null)
  816. * @method Show\Field|Collection forbid_join(string $label = null)
  817. * @method Show\Field|Collection lookers(string $label = null)
  818. * @method Show\Field|Collection members(string $label = null)
  819. * @method Show\Field|Collection cover_imgs(string $label = null)
  820. * @method Show\Field|Collection cat_id(string $label = null)
  821. * @method Show\Field|Collection integral(string $label = null)
  822. * @method Show\Field|Collection stock(string $label = null)
  823. * @method Show\Field|Collection specific_list(string $label = null)
  824. * @method Show\Field|Collection introduce(string $label = null)
  825. * @method Show\Field|Collection is_recommend(string $label = null)
  826. * @method Show\Field|Collection goods_id(string $label = null)
  827. * @method Show\Field|Collection pic_url(string $label = null)
  828. * @method Show\Field|Collection remark(string $label = null)
  829. * @method Show\Field|Collection keyword(string $label = null)
  830. * @method Show\Field|Collection amount(string $label = null)
  831. * @method Show\Field|Collection zh_country(string $label = null)
  832. * @method Show\Field|Collection en_country(string $label = null)
  833. * @method Show\Field|Collection prefix(string $label = null)
  834. * @method Show\Field|Collection area(string $label = null)
  835. * @method Show\Field|Collection goods_attr_id(string $label = null)
  836. * @method Show\Field|Collection order_no(string $label = null)
  837. * @method Show\Field|Collection total_integral(string $label = null)
  838. * @method Show\Field|Collection num(string $label = null)
  839. * @method Show\Field|Collection send_time(string $label = null)
  840. * @method Show\Field|Collection express(string $label = null)
  841. * @method Show\Field|Collection express_no(string $label = null)
  842. * @method Show\Field|Collection receiver(string $label = null)
  843. * @method Show\Field|Collection receiver_mobile(string $label = null)
  844. * @method Show\Field|Collection receiver_address(string $label = null)
  845. * @method Show\Field|Collection reamrk(string $label = null)
  846. * @method Show\Field|Collection token(string $label = null)
  847. * @method Show\Field|Collection tokenable_type(string $label = null)
  848. * @method Show\Field|Collection tokenable_id(string $label = null)
  849. * @method Show\Field|Collection abilities(string $label = null)
  850. * @method Show\Field|Collection last_used_at(string $label = null)
  851. * @method Show\Field|Collection event(string $label = null)
  852. * @method Show\Field|Collection mobile(string $label = null)
  853. * @method Show\Field|Collection verify_key(string $label = null)
  854. * @method Show\Field|Collection sms_code(string $label = null)
  855. * @method Show\Field|Collection sms_result(string $label = null)
  856. * @method Show\Field|Collection on(string $label = null)
  857. * @method Show\Field|Collection chinese(string $label = null)
  858. * @method Show\Field|Collection fieldType(string $label = null)
  859. * @method Show\Field|Collection like_count(string $label = null)
  860. * @method Show\Field|Collection comment_count(string $label = null)
  861. * @method Show\Field|Collection share_count(string $label = null)
  862. * @method Show\Field|Collection publish_ip(string $label = null)
  863. * @method Show\Field|Collection photo_urls(string $label = null)
  864. * @method Show\Field|Collection member_counts(string $label = null)
  865. * @method Show\Field|Collection slogan(string $label = null)
  866. * @method Show\Field|Collection allow_join(string $label = null)
  867. * @method Show\Field|Collection set_date(string $label = null)
  868. * @method Show\Field|Collection cover_img(string $label = null)
  869. * @method Show\Field|Collection notice(string $label = null)
  870. * @method Show\Field|Collection notice_time(string $label = null)
  871. * @method Show\Field|Collection is_default(string $label = null)
  872. * @method Show\Field|Collection black_id(string $label = null)
  873. * @method Show\Field|Collection likes_count(string $label = null)
  874. * @method Show\Field|Collection comments_count(string $label = null)
  875. * @method Show\Field|Collection fans_count(string $label = null)
  876. * @method Show\Field|Collection follow_count(string $label = null)
  877. * @method Show\Field|Collection feeds_count(string $label = null)
  878. * @method Show\Field|Collection checkin_count(string $label = null)
  879. * @method Show\Field|Collection friends_count(string $label = null)
  880. * @method Show\Field|Collection file(string $label = null)
  881. * @method Show\Field|Collection bio(string $label = null)
  882. * @method Show\Field|Collection birthday(string $label = null)
  883. * @method Show\Field|Collection action_type(string $label = null)
  884. * @method Show\Field|Collection before_integral(string $label = null)
  885. * @method Show\Field|Collection after_integral(string $label = null)
  886. * @method Show\Field|Collection invitor_id(string $label = null)
  887. * @method Show\Field|Collection matter_id(string $label = null)
  888. * @method Show\Field|Collection reason(string $label = null)
  889. * @method Show\Field|Collection sub_id(string $label = null)
  890. * @method Show\Field|Collection do_user(string $label = null)
  891. * @method Show\Field|Collection to_id(string $label = null)
  892. * @method Show\Field|Collection files(string $label = null)
  893. * @method Show\Field|Collection result(string $label = null)
  894. * @method Show\Field|Collection tencent_im_user_id(string $label = null)
  895. * @method Show\Field|Collection wx_openid(string $label = null)
  896. * @method Show\Field|Collection fb_openid(string $label = null)
  897. * @method Show\Field|Collection apple_openid(string $label = null)
  898. * @method Show\Field|Collection location(string $label = null)
  899. * @method Show\Field|Collection usga(string $label = null)
  900. * @method Show\Field|Collection ball_age(string $label = null)
  901. * @method Show\Field|Collection bg(string $label = null)
  902. * @method Show\Field|Collection is_auth(string $label = null)
  903. * @method Show\Field|Collection online(string $label = null)
  904. * @method Show\Field|Collection last_login_time(string $label = null)
  905. * @method Show\Field|Collection register_ip(string $label = null)
  906. * @method Show\Field|Collection last_login_ip(string $label = null)
  907. * @method Show\Field|Collection lang(string $label = null)
  908. * @method Show\Field|Collection jpush_reg_id(string $label = null)
  909. * @method Show\Field|Collection jpush_voice(string $label = null)
  910. * @method Show\Field|Collection channel(string $label = null)
  911. * @method Show\Field|Collection account(string $label = null)
  912. * @method Show\Field|Collection code(string $label = null)
  913. * @method Show\Field|Collection state(string $label = null)
  914. */
  915. class Show {}
  916. /**
  917. */
  918. class Form {}
  919. }
  920. namespace Dcat\Admin\Grid {
  921. /**
  922. * @method $this code(...$params)
  923. */
  924. class Column {}
  925. /**
  926. */
  927. class Filter {}
  928. }
  929. namespace Dcat\Admin\Show {
  930. /**
  931. */
  932. class Field {}
  933. }