dcat_admin_ide_helper.php 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672
  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 width
  13. * @property Grid\Column|Collection id
  14. * @property Grid\Column|Collection name
  15. * @property Grid\Column|Collection type
  16. * @property Grid\Column|Collection version
  17. * @property Grid\Column|Collection detail
  18. * @property Grid\Column|Collection created_at
  19. * @property Grid\Column|Collection updated_at
  20. * @property Grid\Column|Collection is_enabled
  21. * @property Grid\Column|Collection parent_id
  22. * @property Grid\Column|Collection order
  23. * @property Grid\Column|Collection icon
  24. * @property Grid\Column|Collection uri
  25. * @property Grid\Column|Collection extension
  26. * @property Grid\Column|Collection permission_id
  27. * @property Grid\Column|Collection menu_id
  28. * @property Grid\Column|Collection slug
  29. * @property Grid\Column|Collection http_method
  30. * @property Grid\Column|Collection http_path
  31. * @property Grid\Column|Collection role_id
  32. * @property Grid\Column|Collection user_id
  33. * @property Grid\Column|Collection value
  34. * @property Grid\Column|Collection username
  35. * @property Grid\Column|Collection password
  36. * @property Grid\Column|Collection avatar
  37. * @property Grid\Column|Collection remember_token
  38. * @property Grid\Column|Collection language
  39. * @property Grid\Column|Collection path_id
  40. * @property Grid\Column|Collection content
  41. * @property Grid\Column|Collection cover
  42. * @property Grid\Column|Collection photo
  43. * @property Grid\Column|Collection poster
  44. * @property Grid\Column|Collection video
  45. * @property Grid\Column|Collection cert
  46. * @property Grid\Column|Collection detail_cn
  47. * @property Grid\Column|Collection pdf
  48. * @property Grid\Column|Collection deleted_at
  49. * @property Grid\Column|Collection path
  50. * @property Grid\Column|Collection path_md5
  51. * @property Grid\Column|Collection status
  52. * @property Grid\Column|Collection weigh
  53. * @property Grid\Column|Collection alpha_2
  54. * @property Grid\Column|Collection country_name_en
  55. * @property Grid\Column|Collection country_name_zh
  56. * @property Grid\Column|Collection seo_keywords
  57. * @property Grid\Column|Collection seo_description
  58. * @property Grid\Column|Collection sku
  59. * @property Grid\Column|Collection category_id
  60. * @property Grid\Column|Collection issuance_date
  61. * @property Grid\Column|Collection enabled
  62. * @property Grid\Column|Collection parameters
  63. * @property Grid\Column|Collection is_pinned
  64. * @property Grid\Column|Collection seo_title
  65. * @property Grid\Column|Collection parameter_id
  66. * @property Grid\Column|Collection remark
  67. * @property Grid\Column|Collection image_url
  68. * @property Grid\Column|Collection product_id
  69. * @property Grid\Column|Collection video_url
  70. * @property Grid\Column|Collection cover_image
  71. * @property Grid\Column|Collection client_code
  72. * @property Grid\Column|Collection dist_contact_number
  73. * @property Grid\Column|Collection dist_email
  74. * @property Grid\Column|Collection secondary_domain
  75. * @property Grid\Column|Collection country
  76. * @property Grid\Column|Collection country_alpha_2
  77. * @property Grid\Column|Collection country_lang
  78. * @property Grid\Column|Collection address
  79. * @property Grid\Column|Collection service_hotline
  80. * @property Grid\Column|Collection whats_app
  81. * @property Grid\Column|Collection facebook
  82. * @property Grid\Column|Collection instagram
  83. * @property Grid\Column|Collection youtube
  84. * @property Grid\Column|Collection linkedin
  85. * @property Grid\Column|Collection tiktok
  86. * @property Grid\Column|Collection site_name
  87. * @property Grid\Column|Collection company_name
  88. * @property Grid\Column|Collection appearance_id
  89. * @property Grid\Column|Collection custom_domain
  90. * @property Grid\Column|Collection domain_type
  91. * @property Grid\Column|Collection logo
  92. * @property Grid\Column|Collection copy_right
  93. * @property Grid\Column|Collection statistics_js
  94. * @property Grid\Column|Collection company_address
  95. * @property Grid\Column|Collection owned_appearances
  96. * @property Grid\Column|Collection album_folder
  97. * @property Grid\Column|Collection key
  98. * @property Grid\Column|Collection dist_id
  99. * @property Grid\Column|Collection describe
  100. * @property Grid\Column|Collection imported
  101. * @property Grid\Column|Collection folder
  102. * @property Grid\Column|Collection original_table
  103. * @property Grid\Column|Collection data
  104. * @property Grid\Column|Collection template_version
  105. * @property Grid\Column|Collection template_update_code
  106. * @property Grid\Column|Collection template_local_code
  107. * @property Grid\Column|Collection file_name
  108. * @property Grid\Column|Collection file_path
  109. * @property Grid\Column|Collection template_code
  110. * @property Grid\Column|Collection current_content
  111. * @property Grid\Column|Collection previous_content
  112. * @property Grid\Column|Collection variable_name
  113. * @property Grid\Column|Collection variable_value
  114. * @property Grid\Column|Collection variable_type
  115. * @property Grid\Column|Collection variable_code
  116. * @property Grid\Column|Collection order_number
  117. * @property Grid\Column|Collection customer_name
  118. * @property Grid\Column|Collection email
  119. * @property Grid\Column|Collection consulting_products
  120. * @property Grid\Column|Collection freight_forwarder
  121. * @property Grid\Column|Collection business_model
  122. * @property Grid\Column|Collection ip_address
  123. * @property Grid\Column|Collection allocate_time
  124. * @property Grid\Column|Collection referer_url
  125. * @property Grid\Column|Collection sender_id
  126. * @property Grid\Column|Collection target_type
  127. * @property Grid\Column|Collection target_ids
  128. * @property Grid\Column|Collection review_reply
  129. * @property Grid\Column|Collection message_id
  130. * @property Grid\Column|Collection is_read
  131. * @property Grid\Column|Collection token
  132. * @property Grid\Column|Collection tokenable_type
  133. * @property Grid\Column|Collection tokenable_id
  134. * @property Grid\Column|Collection abilities
  135. * @property Grid\Column|Collection last_used_at
  136. * @property Grid\Column|Collection expires_at
  137. * @property Grid\Column|Collection banner_url
  138. * @property Grid\Column|Collection position
  139. * @property Grid\Column|Collection subtitle
  140. * @property Grid\Column|Collection menu_type
  141. * @property Grid\Column|Collection menu_config
  142. * @property Grid\Column|Collection menu_location
  143. * @property Grid\Column|Collection author
  144. * @property Grid\Column|Collection post_date
  145. * @property Grid\Column|Collection page_type
  146. * @property Grid\Column|Collection template_file
  147. * @property Grid\Column|Collection pages_id
  148. * @property Grid\Column|Collection tag_id
  149. * @property Grid\Column|Collection flyer_type
  150. * @property Grid\Column|Collection send_type
  151. * @property Grid\Column|Collection send_time
  152. * @property Grid\Column|Collection send_content
  153. * @property Grid\Column|Collection account_ids
  154. * @property Grid\Column|Collection message
  155. * @property Grid\Column|Collection flyer_url
  156. * @property Grid\Column|Collection flyer_id
  157. * @property Grid\Column|Collection account_id
  158. * @property Grid\Column|Collection request_content
  159. * @property Grid\Column|Collection response_content
  160. * @property Grid\Column|Collection api_name
  161. * @property Grid\Column|Collection page_post_id
  162. * @property Grid\Column|Collection post_type
  163. * @property Grid\Column|Collection image_video_url
  164. * @property Grid\Column|Collection user_name
  165. * @property Grid\Column|Collection access_token
  166. * @property Grid\Column|Collection media_name
  167. *
  168. * @method Grid\Column|Collection width(string $label = null)
  169. * @method Grid\Column|Collection id(string $label = null)
  170. * @method Grid\Column|Collection name(string $label = null)
  171. * @method Grid\Column|Collection type(string $label = null)
  172. * @method Grid\Column|Collection version(string $label = null)
  173. * @method Grid\Column|Collection detail(string $label = null)
  174. * @method Grid\Column|Collection created_at(string $label = null)
  175. * @method Grid\Column|Collection updated_at(string $label = null)
  176. * @method Grid\Column|Collection is_enabled(string $label = null)
  177. * @method Grid\Column|Collection parent_id(string $label = null)
  178. * @method Grid\Column|Collection order(string $label = null)
  179. * @method Grid\Column|Collection icon(string $label = null)
  180. * @method Grid\Column|Collection uri(string $label = null)
  181. * @method Grid\Column|Collection extension(string $label = null)
  182. * @method Grid\Column|Collection permission_id(string $label = null)
  183. * @method Grid\Column|Collection menu_id(string $label = null)
  184. * @method Grid\Column|Collection slug(string $label = null)
  185. * @method Grid\Column|Collection http_method(string $label = null)
  186. * @method Grid\Column|Collection http_path(string $label = null)
  187. * @method Grid\Column|Collection role_id(string $label = null)
  188. * @method Grid\Column|Collection user_id(string $label = null)
  189. * @method Grid\Column|Collection value(string $label = null)
  190. * @method Grid\Column|Collection username(string $label = null)
  191. * @method Grid\Column|Collection password(string $label = null)
  192. * @method Grid\Column|Collection avatar(string $label = null)
  193. * @method Grid\Column|Collection remember_token(string $label = null)
  194. * @method Grid\Column|Collection language(string $label = null)
  195. * @method Grid\Column|Collection path_id(string $label = null)
  196. * @method Grid\Column|Collection content(string $label = null)
  197. * @method Grid\Column|Collection cover(string $label = null)
  198. * @method Grid\Column|Collection photo(string $label = null)
  199. * @method Grid\Column|Collection poster(string $label = null)
  200. * @method Grid\Column|Collection video(string $label = null)
  201. * @method Grid\Column|Collection cert(string $label = null)
  202. * @method Grid\Column|Collection detail_cn(string $label = null)
  203. * @method Grid\Column|Collection pdf(string $label = null)
  204. * @method Grid\Column|Collection deleted_at(string $label = null)
  205. * @method Grid\Column|Collection path(string $label = null)
  206. * @method Grid\Column|Collection path_md5(string $label = null)
  207. * @method Grid\Column|Collection status(string $label = null)
  208. * @method Grid\Column|Collection weigh(string $label = null)
  209. * @method Grid\Column|Collection alpha_2(string $label = null)
  210. * @method Grid\Column|Collection country_name_en(string $label = null)
  211. * @method Grid\Column|Collection country_name_zh(string $label = null)
  212. * @method Grid\Column|Collection seo_keywords(string $label = null)
  213. * @method Grid\Column|Collection seo_description(string $label = null)
  214. * @method Grid\Column|Collection sku(string $label = null)
  215. * @method Grid\Column|Collection category_id(string $label = null)
  216. * @method Grid\Column|Collection issuance_date(string $label = null)
  217. * @method Grid\Column|Collection enabled(string $label = null)
  218. * @method Grid\Column|Collection parameters(string $label = null)
  219. * @method Grid\Column|Collection is_pinned(string $label = null)
  220. * @method Grid\Column|Collection seo_title(string $label = null)
  221. * @method Grid\Column|Collection parameter_id(string $label = null)
  222. * @method Grid\Column|Collection remark(string $label = null)
  223. * @method Grid\Column|Collection image_url(string $label = null)
  224. * @method Grid\Column|Collection product_id(string $label = null)
  225. * @method Grid\Column|Collection video_url(string $label = null)
  226. * @method Grid\Column|Collection cover_image(string $label = null)
  227. * @method Grid\Column|Collection client_code(string $label = null)
  228. * @method Grid\Column|Collection dist_contact_number(string $label = null)
  229. * @method Grid\Column|Collection dist_email(string $label = null)
  230. * @method Grid\Column|Collection secondary_domain(string $label = null)
  231. * @method Grid\Column|Collection country(string $label = null)
  232. * @method Grid\Column|Collection country_alpha_2(string $label = null)
  233. * @method Grid\Column|Collection country_lang(string $label = null)
  234. * @method Grid\Column|Collection address(string $label = null)
  235. * @method Grid\Column|Collection service_hotline(string $label = null)
  236. * @method Grid\Column|Collection whats_app(string $label = null)
  237. * @method Grid\Column|Collection facebook(string $label = null)
  238. * @method Grid\Column|Collection instagram(string $label = null)
  239. * @method Grid\Column|Collection youtube(string $label = null)
  240. * @method Grid\Column|Collection linkedin(string $label = null)
  241. * @method Grid\Column|Collection tiktok(string $label = null)
  242. * @method Grid\Column|Collection site_name(string $label = null)
  243. * @method Grid\Column|Collection company_name(string $label = null)
  244. * @method Grid\Column|Collection appearance_id(string $label = null)
  245. * @method Grid\Column|Collection custom_domain(string $label = null)
  246. * @method Grid\Column|Collection domain_type(string $label = null)
  247. * @method Grid\Column|Collection logo(string $label = null)
  248. * @method Grid\Column|Collection copy_right(string $label = null)
  249. * @method Grid\Column|Collection statistics_js(string $label = null)
  250. * @method Grid\Column|Collection company_address(string $label = null)
  251. * @method Grid\Column|Collection owned_appearances(string $label = null)
  252. * @method Grid\Column|Collection album_folder(string $label = null)
  253. * @method Grid\Column|Collection key(string $label = null)
  254. * @method Grid\Column|Collection dist_id(string $label = null)
  255. * @method Grid\Column|Collection describe(string $label = null)
  256. * @method Grid\Column|Collection imported(string $label = null)
  257. * @method Grid\Column|Collection folder(string $label = null)
  258. * @method Grid\Column|Collection original_table(string $label = null)
  259. * @method Grid\Column|Collection data(string $label = null)
  260. * @method Grid\Column|Collection template_version(string $label = null)
  261. * @method Grid\Column|Collection template_update_code(string $label = null)
  262. * @method Grid\Column|Collection template_local_code(string $label = null)
  263. * @method Grid\Column|Collection file_name(string $label = null)
  264. * @method Grid\Column|Collection file_path(string $label = null)
  265. * @method Grid\Column|Collection template_code(string $label = null)
  266. * @method Grid\Column|Collection current_content(string $label = null)
  267. * @method Grid\Column|Collection previous_content(string $label = null)
  268. * @method Grid\Column|Collection variable_name(string $label = null)
  269. * @method Grid\Column|Collection variable_value(string $label = null)
  270. * @method Grid\Column|Collection variable_type(string $label = null)
  271. * @method Grid\Column|Collection variable_code(string $label = null)
  272. * @method Grid\Column|Collection order_number(string $label = null)
  273. * @method Grid\Column|Collection customer_name(string $label = null)
  274. * @method Grid\Column|Collection email(string $label = null)
  275. * @method Grid\Column|Collection consulting_products(string $label = null)
  276. * @method Grid\Column|Collection freight_forwarder(string $label = null)
  277. * @method Grid\Column|Collection business_model(string $label = null)
  278. * @method Grid\Column|Collection ip_address(string $label = null)
  279. * @method Grid\Column|Collection allocate_time(string $label = null)
  280. * @method Grid\Column|Collection referer_url(string $label = null)
  281. * @method Grid\Column|Collection sender_id(string $label = null)
  282. * @method Grid\Column|Collection target_type(string $label = null)
  283. * @method Grid\Column|Collection target_ids(string $label = null)
  284. * @method Grid\Column|Collection review_reply(string $label = null)
  285. * @method Grid\Column|Collection message_id(string $label = null)
  286. * @method Grid\Column|Collection is_read(string $label = null)
  287. * @method Grid\Column|Collection token(string $label = null)
  288. * @method Grid\Column|Collection tokenable_type(string $label = null)
  289. * @method Grid\Column|Collection tokenable_id(string $label = null)
  290. * @method Grid\Column|Collection abilities(string $label = null)
  291. * @method Grid\Column|Collection last_used_at(string $label = null)
  292. * @method Grid\Column|Collection expires_at(string $label = null)
  293. * @method Grid\Column|Collection banner_url(string $label = null)
  294. * @method Grid\Column|Collection position(string $label = null)
  295. * @method Grid\Column|Collection subtitle(string $label = null)
  296. * @method Grid\Column|Collection menu_type(string $label = null)
  297. * @method Grid\Column|Collection menu_config(string $label = null)
  298. * @method Grid\Column|Collection menu_location(string $label = null)
  299. * @method Grid\Column|Collection author(string $label = null)
  300. * @method Grid\Column|Collection post_date(string $label = null)
  301. * @method Grid\Column|Collection page_type(string $label = null)
  302. * @method Grid\Column|Collection template_file(string $label = null)
  303. * @method Grid\Column|Collection pages_id(string $label = null)
  304. * @method Grid\Column|Collection tag_id(string $label = null)
  305. * @method Grid\Column|Collection flyer_type(string $label = null)
  306. * @method Grid\Column|Collection send_type(string $label = null)
  307. * @method Grid\Column|Collection send_time(string $label = null)
  308. * @method Grid\Column|Collection send_content(string $label = null)
  309. * @method Grid\Column|Collection account_ids(string $label = null)
  310. * @method Grid\Column|Collection message(string $label = null)
  311. * @method Grid\Column|Collection flyer_url(string $label = null)
  312. * @method Grid\Column|Collection flyer_id(string $label = null)
  313. * @method Grid\Column|Collection account_id(string $label = null)
  314. * @method Grid\Column|Collection request_content(string $label = null)
  315. * @method Grid\Column|Collection response_content(string $label = null)
  316. * @method Grid\Column|Collection api_name(string $label = null)
  317. * @method Grid\Column|Collection page_post_id(string $label = null)
  318. * @method Grid\Column|Collection post_type(string $label = null)
  319. * @method Grid\Column|Collection image_video_url(string $label = null)
  320. * @method Grid\Column|Collection user_name(string $label = null)
  321. * @method Grid\Column|Collection access_token(string $label = null)
  322. * @method Grid\Column|Collection media_name(string $label = null)
  323. */
  324. class Grid {}
  325. class MiniGrid extends Grid {}
  326. /**
  327. * @property Show\Field|Collection width
  328. * @property Show\Field|Collection id
  329. * @property Show\Field|Collection name
  330. * @property Show\Field|Collection type
  331. * @property Show\Field|Collection version
  332. * @property Show\Field|Collection detail
  333. * @property Show\Field|Collection created_at
  334. * @property Show\Field|Collection updated_at
  335. * @property Show\Field|Collection is_enabled
  336. * @property Show\Field|Collection parent_id
  337. * @property Show\Field|Collection order
  338. * @property Show\Field|Collection icon
  339. * @property Show\Field|Collection uri
  340. * @property Show\Field|Collection extension
  341. * @property Show\Field|Collection permission_id
  342. * @property Show\Field|Collection menu_id
  343. * @property Show\Field|Collection slug
  344. * @property Show\Field|Collection http_method
  345. * @property Show\Field|Collection http_path
  346. * @property Show\Field|Collection role_id
  347. * @property Show\Field|Collection user_id
  348. * @property Show\Field|Collection value
  349. * @property Show\Field|Collection username
  350. * @property Show\Field|Collection password
  351. * @property Show\Field|Collection avatar
  352. * @property Show\Field|Collection remember_token
  353. * @property Show\Field|Collection language
  354. * @property Show\Field|Collection path_id
  355. * @property Show\Field|Collection content
  356. * @property Show\Field|Collection cover
  357. * @property Show\Field|Collection photo
  358. * @property Show\Field|Collection poster
  359. * @property Show\Field|Collection video
  360. * @property Show\Field|Collection cert
  361. * @property Show\Field|Collection detail_cn
  362. * @property Show\Field|Collection pdf
  363. * @property Show\Field|Collection deleted_at
  364. * @property Show\Field|Collection path
  365. * @property Show\Field|Collection path_md5
  366. * @property Show\Field|Collection status
  367. * @property Show\Field|Collection weigh
  368. * @property Show\Field|Collection alpha_2
  369. * @property Show\Field|Collection country_name_en
  370. * @property Show\Field|Collection country_name_zh
  371. * @property Show\Field|Collection seo_keywords
  372. * @property Show\Field|Collection seo_description
  373. * @property Show\Field|Collection sku
  374. * @property Show\Field|Collection category_id
  375. * @property Show\Field|Collection issuance_date
  376. * @property Show\Field|Collection enabled
  377. * @property Show\Field|Collection parameters
  378. * @property Show\Field|Collection is_pinned
  379. * @property Show\Field|Collection seo_title
  380. * @property Show\Field|Collection parameter_id
  381. * @property Show\Field|Collection remark
  382. * @property Show\Field|Collection image_url
  383. * @property Show\Field|Collection product_id
  384. * @property Show\Field|Collection video_url
  385. * @property Show\Field|Collection cover_image
  386. * @property Show\Field|Collection client_code
  387. * @property Show\Field|Collection dist_contact_number
  388. * @property Show\Field|Collection dist_email
  389. * @property Show\Field|Collection secondary_domain
  390. * @property Show\Field|Collection country
  391. * @property Show\Field|Collection country_alpha_2
  392. * @property Show\Field|Collection country_lang
  393. * @property Show\Field|Collection address
  394. * @property Show\Field|Collection service_hotline
  395. * @property Show\Field|Collection whats_app
  396. * @property Show\Field|Collection facebook
  397. * @property Show\Field|Collection instagram
  398. * @property Show\Field|Collection youtube
  399. * @property Show\Field|Collection linkedin
  400. * @property Show\Field|Collection tiktok
  401. * @property Show\Field|Collection site_name
  402. * @property Show\Field|Collection company_name
  403. * @property Show\Field|Collection appearance_id
  404. * @property Show\Field|Collection custom_domain
  405. * @property Show\Field|Collection domain_type
  406. * @property Show\Field|Collection logo
  407. * @property Show\Field|Collection copy_right
  408. * @property Show\Field|Collection statistics_js
  409. * @property Show\Field|Collection company_address
  410. * @property Show\Field|Collection owned_appearances
  411. * @property Show\Field|Collection album_folder
  412. * @property Show\Field|Collection key
  413. * @property Show\Field|Collection dist_id
  414. * @property Show\Field|Collection describe
  415. * @property Show\Field|Collection imported
  416. * @property Show\Field|Collection folder
  417. * @property Show\Field|Collection original_table
  418. * @property Show\Field|Collection data
  419. * @property Show\Field|Collection template_version
  420. * @property Show\Field|Collection template_update_code
  421. * @property Show\Field|Collection template_local_code
  422. * @property Show\Field|Collection file_name
  423. * @property Show\Field|Collection file_path
  424. * @property Show\Field|Collection template_code
  425. * @property Show\Field|Collection current_content
  426. * @property Show\Field|Collection previous_content
  427. * @property Show\Field|Collection variable_name
  428. * @property Show\Field|Collection variable_value
  429. * @property Show\Field|Collection variable_type
  430. * @property Show\Field|Collection variable_code
  431. * @property Show\Field|Collection order_number
  432. * @property Show\Field|Collection customer_name
  433. * @property Show\Field|Collection email
  434. * @property Show\Field|Collection consulting_products
  435. * @property Show\Field|Collection freight_forwarder
  436. * @property Show\Field|Collection business_model
  437. * @property Show\Field|Collection ip_address
  438. * @property Show\Field|Collection allocate_time
  439. * @property Show\Field|Collection referer_url
  440. * @property Show\Field|Collection sender_id
  441. * @property Show\Field|Collection target_type
  442. * @property Show\Field|Collection target_ids
  443. * @property Show\Field|Collection review_reply
  444. * @property Show\Field|Collection message_id
  445. * @property Show\Field|Collection is_read
  446. * @property Show\Field|Collection token
  447. * @property Show\Field|Collection tokenable_type
  448. * @property Show\Field|Collection tokenable_id
  449. * @property Show\Field|Collection abilities
  450. * @property Show\Field|Collection last_used_at
  451. * @property Show\Field|Collection expires_at
  452. * @property Show\Field|Collection banner_url
  453. * @property Show\Field|Collection position
  454. * @property Show\Field|Collection subtitle
  455. * @property Show\Field|Collection menu_type
  456. * @property Show\Field|Collection menu_config
  457. * @property Show\Field|Collection menu_location
  458. * @property Show\Field|Collection author
  459. * @property Show\Field|Collection post_date
  460. * @property Show\Field|Collection page_type
  461. * @property Show\Field|Collection template_file
  462. * @property Show\Field|Collection pages_id
  463. * @property Show\Field|Collection tag_id
  464. * @property Show\Field|Collection flyer_type
  465. * @property Show\Field|Collection send_type
  466. * @property Show\Field|Collection send_time
  467. * @property Show\Field|Collection send_content
  468. * @property Show\Field|Collection account_ids
  469. * @property Show\Field|Collection message
  470. * @property Show\Field|Collection flyer_url
  471. * @property Show\Field|Collection flyer_id
  472. * @property Show\Field|Collection account_id
  473. * @property Show\Field|Collection request_content
  474. * @property Show\Field|Collection response_content
  475. * @property Show\Field|Collection api_name
  476. * @property Show\Field|Collection page_post_id
  477. * @property Show\Field|Collection post_type
  478. * @property Show\Field|Collection image_video_url
  479. * @property Show\Field|Collection user_name
  480. * @property Show\Field|Collection access_token
  481. * @property Show\Field|Collection media_name
  482. *
  483. * @method Show\Field|Collection width(string $label = null)
  484. * @method Show\Field|Collection id(string $label = null)
  485. * @method Show\Field|Collection name(string $label = null)
  486. * @method Show\Field|Collection type(string $label = null)
  487. * @method Show\Field|Collection version(string $label = null)
  488. * @method Show\Field|Collection detail(string $label = null)
  489. * @method Show\Field|Collection created_at(string $label = null)
  490. * @method Show\Field|Collection updated_at(string $label = null)
  491. * @method Show\Field|Collection is_enabled(string $label = null)
  492. * @method Show\Field|Collection parent_id(string $label = null)
  493. * @method Show\Field|Collection order(string $label = null)
  494. * @method Show\Field|Collection icon(string $label = null)
  495. * @method Show\Field|Collection uri(string $label = null)
  496. * @method Show\Field|Collection extension(string $label = null)
  497. * @method Show\Field|Collection permission_id(string $label = null)
  498. * @method Show\Field|Collection menu_id(string $label = null)
  499. * @method Show\Field|Collection slug(string $label = null)
  500. * @method Show\Field|Collection http_method(string $label = null)
  501. * @method Show\Field|Collection http_path(string $label = null)
  502. * @method Show\Field|Collection role_id(string $label = null)
  503. * @method Show\Field|Collection user_id(string $label = null)
  504. * @method Show\Field|Collection value(string $label = null)
  505. * @method Show\Field|Collection username(string $label = null)
  506. * @method Show\Field|Collection password(string $label = null)
  507. * @method Show\Field|Collection avatar(string $label = null)
  508. * @method Show\Field|Collection remember_token(string $label = null)
  509. * @method Show\Field|Collection language(string $label = null)
  510. * @method Show\Field|Collection path_id(string $label = null)
  511. * @method Show\Field|Collection content(string $label = null)
  512. * @method Show\Field|Collection cover(string $label = null)
  513. * @method Show\Field|Collection photo(string $label = null)
  514. * @method Show\Field|Collection poster(string $label = null)
  515. * @method Show\Field|Collection video(string $label = null)
  516. * @method Show\Field|Collection cert(string $label = null)
  517. * @method Show\Field|Collection detail_cn(string $label = null)
  518. * @method Show\Field|Collection pdf(string $label = null)
  519. * @method Show\Field|Collection deleted_at(string $label = null)
  520. * @method Show\Field|Collection path(string $label = null)
  521. * @method Show\Field|Collection path_md5(string $label = null)
  522. * @method Show\Field|Collection status(string $label = null)
  523. * @method Show\Field|Collection weigh(string $label = null)
  524. * @method Show\Field|Collection alpha_2(string $label = null)
  525. * @method Show\Field|Collection country_name_en(string $label = null)
  526. * @method Show\Field|Collection country_name_zh(string $label = null)
  527. * @method Show\Field|Collection seo_keywords(string $label = null)
  528. * @method Show\Field|Collection seo_description(string $label = null)
  529. * @method Show\Field|Collection sku(string $label = null)
  530. * @method Show\Field|Collection category_id(string $label = null)
  531. * @method Show\Field|Collection issuance_date(string $label = null)
  532. * @method Show\Field|Collection enabled(string $label = null)
  533. * @method Show\Field|Collection parameters(string $label = null)
  534. * @method Show\Field|Collection is_pinned(string $label = null)
  535. * @method Show\Field|Collection seo_title(string $label = null)
  536. * @method Show\Field|Collection parameter_id(string $label = null)
  537. * @method Show\Field|Collection remark(string $label = null)
  538. * @method Show\Field|Collection image_url(string $label = null)
  539. * @method Show\Field|Collection product_id(string $label = null)
  540. * @method Show\Field|Collection video_url(string $label = null)
  541. * @method Show\Field|Collection cover_image(string $label = null)
  542. * @method Show\Field|Collection client_code(string $label = null)
  543. * @method Show\Field|Collection dist_contact_number(string $label = null)
  544. * @method Show\Field|Collection dist_email(string $label = null)
  545. * @method Show\Field|Collection secondary_domain(string $label = null)
  546. * @method Show\Field|Collection country(string $label = null)
  547. * @method Show\Field|Collection country_alpha_2(string $label = null)
  548. * @method Show\Field|Collection country_lang(string $label = null)
  549. * @method Show\Field|Collection address(string $label = null)
  550. * @method Show\Field|Collection service_hotline(string $label = null)
  551. * @method Show\Field|Collection whats_app(string $label = null)
  552. * @method Show\Field|Collection facebook(string $label = null)
  553. * @method Show\Field|Collection instagram(string $label = null)
  554. * @method Show\Field|Collection youtube(string $label = null)
  555. * @method Show\Field|Collection linkedin(string $label = null)
  556. * @method Show\Field|Collection tiktok(string $label = null)
  557. * @method Show\Field|Collection site_name(string $label = null)
  558. * @method Show\Field|Collection company_name(string $label = null)
  559. * @method Show\Field|Collection appearance_id(string $label = null)
  560. * @method Show\Field|Collection custom_domain(string $label = null)
  561. * @method Show\Field|Collection domain_type(string $label = null)
  562. * @method Show\Field|Collection logo(string $label = null)
  563. * @method Show\Field|Collection copy_right(string $label = null)
  564. * @method Show\Field|Collection statistics_js(string $label = null)
  565. * @method Show\Field|Collection company_address(string $label = null)
  566. * @method Show\Field|Collection owned_appearances(string $label = null)
  567. * @method Show\Field|Collection album_folder(string $label = null)
  568. * @method Show\Field|Collection key(string $label = null)
  569. * @method Show\Field|Collection dist_id(string $label = null)
  570. * @method Show\Field|Collection describe(string $label = null)
  571. * @method Show\Field|Collection imported(string $label = null)
  572. * @method Show\Field|Collection folder(string $label = null)
  573. * @method Show\Field|Collection original_table(string $label = null)
  574. * @method Show\Field|Collection data(string $label = null)
  575. * @method Show\Field|Collection template_version(string $label = null)
  576. * @method Show\Field|Collection template_update_code(string $label = null)
  577. * @method Show\Field|Collection template_local_code(string $label = null)
  578. * @method Show\Field|Collection file_name(string $label = null)
  579. * @method Show\Field|Collection file_path(string $label = null)
  580. * @method Show\Field|Collection template_code(string $label = null)
  581. * @method Show\Field|Collection current_content(string $label = null)
  582. * @method Show\Field|Collection previous_content(string $label = null)
  583. * @method Show\Field|Collection variable_name(string $label = null)
  584. * @method Show\Field|Collection variable_value(string $label = null)
  585. * @method Show\Field|Collection variable_type(string $label = null)
  586. * @method Show\Field|Collection variable_code(string $label = null)
  587. * @method Show\Field|Collection order_number(string $label = null)
  588. * @method Show\Field|Collection customer_name(string $label = null)
  589. * @method Show\Field|Collection email(string $label = null)
  590. * @method Show\Field|Collection consulting_products(string $label = null)
  591. * @method Show\Field|Collection freight_forwarder(string $label = null)
  592. * @method Show\Field|Collection business_model(string $label = null)
  593. * @method Show\Field|Collection ip_address(string $label = null)
  594. * @method Show\Field|Collection allocate_time(string $label = null)
  595. * @method Show\Field|Collection referer_url(string $label = null)
  596. * @method Show\Field|Collection sender_id(string $label = null)
  597. * @method Show\Field|Collection target_type(string $label = null)
  598. * @method Show\Field|Collection target_ids(string $label = null)
  599. * @method Show\Field|Collection review_reply(string $label = null)
  600. * @method Show\Field|Collection message_id(string $label = null)
  601. * @method Show\Field|Collection is_read(string $label = null)
  602. * @method Show\Field|Collection token(string $label = null)
  603. * @method Show\Field|Collection tokenable_type(string $label = null)
  604. * @method Show\Field|Collection tokenable_id(string $label = null)
  605. * @method Show\Field|Collection abilities(string $label = null)
  606. * @method Show\Field|Collection last_used_at(string $label = null)
  607. * @method Show\Field|Collection expires_at(string $label = null)
  608. * @method Show\Field|Collection banner_url(string $label = null)
  609. * @method Show\Field|Collection position(string $label = null)
  610. * @method Show\Field|Collection subtitle(string $label = null)
  611. * @method Show\Field|Collection menu_type(string $label = null)
  612. * @method Show\Field|Collection menu_config(string $label = null)
  613. * @method Show\Field|Collection menu_location(string $label = null)
  614. * @method Show\Field|Collection author(string $label = null)
  615. * @method Show\Field|Collection post_date(string $label = null)
  616. * @method Show\Field|Collection page_type(string $label = null)
  617. * @method Show\Field|Collection template_file(string $label = null)
  618. * @method Show\Field|Collection pages_id(string $label = null)
  619. * @method Show\Field|Collection tag_id(string $label = null)
  620. * @method Show\Field|Collection flyer_type(string $label = null)
  621. * @method Show\Field|Collection send_type(string $label = null)
  622. * @method Show\Field|Collection send_time(string $label = null)
  623. * @method Show\Field|Collection send_content(string $label = null)
  624. * @method Show\Field|Collection account_ids(string $label = null)
  625. * @method Show\Field|Collection message(string $label = null)
  626. * @method Show\Field|Collection flyer_url(string $label = null)
  627. * @method Show\Field|Collection flyer_id(string $label = null)
  628. * @method Show\Field|Collection account_id(string $label = null)
  629. * @method Show\Field|Collection request_content(string $label = null)
  630. * @method Show\Field|Collection response_content(string $label = null)
  631. * @method Show\Field|Collection api_name(string $label = null)
  632. * @method Show\Field|Collection page_post_id(string $label = null)
  633. * @method Show\Field|Collection post_type(string $label = null)
  634. * @method Show\Field|Collection image_video_url(string $label = null)
  635. * @method Show\Field|Collection user_name(string $label = null)
  636. * @method Show\Field|Collection access_token(string $label = null)
  637. * @method Show\Field|Collection media_name(string $label = null)
  638. */
  639. class Show {}
  640. /**
  641. * @method \App\Exceptions\Form\MultipleCutImage multipleCutImage(...$params)
  642. * @method \App\Exceptions\Form\CutImage cutImage(...$params)
  643. * @method \Dcat\Admin\Form\Extend\Distpicker\Form\Distpicker distpicker(...$params)
  644. * @method \Dcat\Admin\Form\Extend\Diyforms\Form\DiyForm diyForm(...$params)
  645. */
  646. class Form {}
  647. }
  648. namespace Dcat\Admin\Grid {
  649. /**
  650. * @method $this distpicker(...$params)
  651. */
  652. class Column {}
  653. /**
  654. * @method \Dcat\Admin\Form\Extend\Distpicker\Filter\DistpickerFilter distpicker(...$params)
  655. */
  656. class Filter {}
  657. }
  658. namespace Dcat\Admin\Show {
  659. /**
  660. * @method $this diyForm(...$params)
  661. */
  662. class Field {}
  663. }