dcat_admin_ide_helper.php 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757
  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 sortable
  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 username
  34. * @property Grid\Column|Collection password
  35. * @property Grid\Column|Collection avatar
  36. * @property Grid\Column|Collection remember_token
  37. * @property Grid\Column|Collection member_id
  38. * @property Grid\Column|Collection price
  39. * @property Grid\Column|Collection status
  40. * @property Grid\Column|Collection comment
  41. * @property Grid\Column|Collection deleted_at
  42. * @property Grid\Column|Collection uuid
  43. * @property Grid\Column|Collection connection
  44. * @property Grid\Column|Collection queue
  45. * @property Grid\Column|Collection payload
  46. * @property Grid\Column|Collection exception
  47. * @property Grid\Column|Collection failed_at
  48. * @property Grid\Column|Collection age
  49. * @property Grid\Column|Collection user_name
  50. * @property Grid\Column|Collection mobile
  51. * @property Grid\Column|Collection sex
  52. * @property Grid\Column|Collection province
  53. * @property Grid\Column|Collection city
  54. * @property Grid\Column|Collection district
  55. * @property Grid\Column|Collection address
  56. * @property Grid\Column|Collection address_info
  57. * @property Grid\Column|Collection city_code
  58. * @property Grid\Column|Collection lng
  59. * @property Grid\Column|Collection lat
  60. * @property Grid\Column|Collection point_trade_deduct_enable
  61. * @property Grid\Column|Collection point_trade_deduct_unit_price
  62. * @property Grid\Column|Collection point_trade_deduct_max_price
  63. * @property Grid\Column|Collection point_trade_give_point
  64. * @property Grid\Column|Collection creator
  65. * @property Grid\Column|Collection updater
  66. * @property Grid\Column|Collection register_ip
  67. * @property Grid\Column|Collection register_terminal
  68. * @property Grid\Column|Collection login_ip
  69. * @property Grid\Column|Collection login_date
  70. * @property Grid\Column|Collection openid
  71. * @property Grid\Column|Collection balance
  72. * @property Grid\Column|Collection nickname
  73. * @property Grid\Column|Collection area_id
  74. * @property Grid\Column|Collection birthday
  75. * @property Grid\Column|Collection mark
  76. * @property Grid\Column|Collection point
  77. * @property Grid\Column|Collection tag_ids
  78. * @property Grid\Column|Collection level_id
  79. * @property Grid\Column|Collection experience
  80. * @property Grid\Column|Collection group_id
  81. * @property Grid\Column|Collection email
  82. * @property Grid\Column|Collection token
  83. * @property Grid\Column|Collection tokenable_type
  84. * @property Grid\Column|Collection tokenable_id
  85. * @property Grid\Column|Collection abilities
  86. * @property Grid\Column|Collection last_used_at
  87. * @property Grid\Column|Collection expires_at
  88. * @property Grid\Column|Collection cover
  89. * @property Grid\Column|Collection sort
  90. * @property Grid\Column|Collection order_sn
  91. * @property Grid\Column|Collection pay_type
  92. * @property Grid\Column|Collection transaction_id
  93. * @property Grid\Column|Collection project_id
  94. * @property Grid\Column|Collection project_name
  95. * @property Grid\Column|Collection project_icon
  96. * @property Grid\Column|Collection pay_price
  97. * @property Grid\Column|Collection balance_price
  98. * @property Grid\Column|Collection discount_price
  99. * @property Grid\Column|Collection coupon_price
  100. * @property Grid\Column|Collection car_price
  101. * @property Grid\Column|Collection material_price
  102. * @property Grid\Column|Collection service_price
  103. * @property Grid\Column|Collection coach_id
  104. * @property Grid\Column|Collection start_time
  105. * @property Grid\Column|Collection end_time
  106. * @property Grid\Column|Collection time_long
  107. * @property Grid\Column|Collection true_time_long
  108. * @property Grid\Column|Collection payment_time
  109. * @property Grid\Column|Collection remark
  110. * @property Grid\Column|Collection pay_time
  111. * @property Grid\Column|Collection receiving_time
  112. * @property Grid\Column|Collection depart_time
  113. * @property Grid\Column|Collection arrive_time
  114. * @property Grid\Column|Collection over_time
  115. * @property Grid\Column|Collection refund_time
  116. * @property Grid\Column|Collection refund_text
  117. * @property Grid\Column|Collection distance
  118. * @property Grid\Column|Collection is_show
  119. * @property Grid\Column|Collection depart_lng
  120. * @property Grid\Column|Collection depart_lat
  121. * @property Grid\Column|Collection depart_address
  122. * @property Grid\Column|Collection arrive_img
  123. * @property Grid\Column|Collection arrive_lng
  124. * @property Grid\Column|Collection arrive_lat
  125. * @property Grid\Column|Collection arrive_address
  126. * @property Grid\Column|Collection real_address
  127. * @property Grid\Column|Collection address_lng
  128. * @property Grid\Column|Collection address_lat
  129. * @property Grid\Column|Collection over_img
  130. * @property Grid\Column|Collection over_lng
  131. * @property Grid\Column|Collection over_lat
  132. * @property Grid\Column|Collection over_address
  133. * @property Grid\Column|Collection agent_commission_ratio
  134. * @property Grid\Column|Collection agent_commission_price
  135. * @property Grid\Column|Collection coach_commission_ratio
  136. * @property Grid\Column|Collection coach_commission_price
  137. * @property Grid\Column|Collection company_price
  138. * @property Grid\Column|Collection retail_price
  139. * @property Grid\Column|Collection coupon_id
  140. * @property Grid\Column|Collection channel_id
  141. * @property Grid\Column|Collection channel_cate_id
  142. * @property Grid\Column|Collection extend_order
  143. * @property Grid\Column|Collection extend_order_id
  144. * @property Grid\Column|Collection store_id
  145. * @property Grid\Column|Collection user_del
  146. * @property Grid\Column|Collection user_end
  147. * @property Grid\Column|Collection sub_title
  148. * @property Grid\Column|Collection init_price
  149. * @property Grid\Column|Collection sale
  150. * @property Grid\Column|Collection true_sale
  151. * @property Grid\Column|Collection total_sale
  152. * @property Grid\Column|Collection max_time
  153. * @property Grid\Column|Collection introduce
  154. * @property Grid\Column|Collection explain
  155. * @property Grid\Column|Collection notice
  156. * @property Grid\Column|Collection com_balance
  157. * @property Grid\Column|Collection is_add
  158. * @property Grid\Column|Collection is_store
  159. * @property Grid\Column|Collection is_door
  160. * @property Grid\Column|Collection category_id
  161. * @property Grid\Column|Collection technician_id
  162. * @property Grid\Column|Collection work_time
  163. * @property Grid\Column|Collection city_id
  164. * @property Grid\Column|Collection brief
  165. * @property Grid\Column|Collection license
  166. * @property Grid\Column|Collection work_img
  167. * @property Grid\Column|Collection self_img
  168. * @property Grid\Column|Collection verify_text
  169. * @property Grid\Column|Collection verify_time
  170. * @property Grid\Column|Collection longitude
  171. * @property Grid\Column|Collection latitude
  172. * @property Grid\Column|Collection nation_code
  173. * @property Grid\Column|Collection street
  174. * @property Grid\Column|Collection street_number
  175. * @property Grid\Column|Collection adcode
  176. * @property Grid\Column|Collection district_code
  177. * @property Grid\Column|Collection phone_area_code
  178. * @property Grid\Column|Collection id_code
  179. * @property Grid\Column|Collection id_card
  180. * @property Grid\Column|Collection is_work
  181. * @property Grid\Column|Collection order_num
  182. * @property Grid\Column|Collection total_order_num
  183. * @property Grid\Column|Collection is_recommend
  184. * @property Grid\Column|Collection auth_status
  185. * @property Grid\Column|Collection alipay_number
  186. * @property Grid\Column|Collection auth_text
  187. * @property Grid\Column|Collection auth_time
  188. * @property Grid\Column|Collection email_verified_at
  189. *
  190. * @method Grid\Column|Collection sortable(string $label = null)
  191. * @method Grid\Column|Collection id(string $label = null)
  192. * @method Grid\Column|Collection name(string $label = null)
  193. * @method Grid\Column|Collection type(string $label = null)
  194. * @method Grid\Column|Collection version(string $label = null)
  195. * @method Grid\Column|Collection detail(string $label = null)
  196. * @method Grid\Column|Collection created_at(string $label = null)
  197. * @method Grid\Column|Collection updated_at(string $label = null)
  198. * @method Grid\Column|Collection is_enabled(string $label = null)
  199. * @method Grid\Column|Collection parent_id(string $label = null)
  200. * @method Grid\Column|Collection order(string $label = null)
  201. * @method Grid\Column|Collection icon(string $label = null)
  202. * @method Grid\Column|Collection uri(string $label = null)
  203. * @method Grid\Column|Collection extension(string $label = null)
  204. * @method Grid\Column|Collection permission_id(string $label = null)
  205. * @method Grid\Column|Collection menu_id(string $label = null)
  206. * @method Grid\Column|Collection slug(string $label = null)
  207. * @method Grid\Column|Collection http_method(string $label = null)
  208. * @method Grid\Column|Collection http_path(string $label = null)
  209. * @method Grid\Column|Collection role_id(string $label = null)
  210. * @method Grid\Column|Collection user_id(string $label = null)
  211. * @method Grid\Column|Collection username(string $label = null)
  212. * @method Grid\Column|Collection password(string $label = null)
  213. * @method Grid\Column|Collection avatar(string $label = null)
  214. * @method Grid\Column|Collection remember_token(string $label = null)
  215. * @method Grid\Column|Collection member_id(string $label = null)
  216. * @method Grid\Column|Collection price(string $label = null)
  217. * @method Grid\Column|Collection status(string $label = null)
  218. * @method Grid\Column|Collection comment(string $label = null)
  219. * @method Grid\Column|Collection deleted_at(string $label = null)
  220. * @method Grid\Column|Collection uuid(string $label = null)
  221. * @method Grid\Column|Collection connection(string $label = null)
  222. * @method Grid\Column|Collection queue(string $label = null)
  223. * @method Grid\Column|Collection payload(string $label = null)
  224. * @method Grid\Column|Collection exception(string $label = null)
  225. * @method Grid\Column|Collection failed_at(string $label = null)
  226. * @method Grid\Column|Collection age(string $label = null)
  227. * @method Grid\Column|Collection user_name(string $label = null)
  228. * @method Grid\Column|Collection mobile(string $label = null)
  229. * @method Grid\Column|Collection sex(string $label = null)
  230. * @method Grid\Column|Collection province(string $label = null)
  231. * @method Grid\Column|Collection city(string $label = null)
  232. * @method Grid\Column|Collection district(string $label = null)
  233. * @method Grid\Column|Collection address(string $label = null)
  234. * @method Grid\Column|Collection address_info(string $label = null)
  235. * @method Grid\Column|Collection city_code(string $label = null)
  236. * @method Grid\Column|Collection lng(string $label = null)
  237. * @method Grid\Column|Collection lat(string $label = null)
  238. * @method Grid\Column|Collection point_trade_deduct_enable(string $label = null)
  239. * @method Grid\Column|Collection point_trade_deduct_unit_price(string $label = null)
  240. * @method Grid\Column|Collection point_trade_deduct_max_price(string $label = null)
  241. * @method Grid\Column|Collection point_trade_give_point(string $label = null)
  242. * @method Grid\Column|Collection creator(string $label = null)
  243. * @method Grid\Column|Collection updater(string $label = null)
  244. * @method Grid\Column|Collection register_ip(string $label = null)
  245. * @method Grid\Column|Collection register_terminal(string $label = null)
  246. * @method Grid\Column|Collection login_ip(string $label = null)
  247. * @method Grid\Column|Collection login_date(string $label = null)
  248. * @method Grid\Column|Collection openid(string $label = null)
  249. * @method Grid\Column|Collection balance(string $label = null)
  250. * @method Grid\Column|Collection nickname(string $label = null)
  251. * @method Grid\Column|Collection area_id(string $label = null)
  252. * @method Grid\Column|Collection birthday(string $label = null)
  253. * @method Grid\Column|Collection mark(string $label = null)
  254. * @method Grid\Column|Collection point(string $label = null)
  255. * @method Grid\Column|Collection tag_ids(string $label = null)
  256. * @method Grid\Column|Collection level_id(string $label = null)
  257. * @method Grid\Column|Collection experience(string $label = null)
  258. * @method Grid\Column|Collection group_id(string $label = null)
  259. * @method Grid\Column|Collection email(string $label = null)
  260. * @method Grid\Column|Collection token(string $label = null)
  261. * @method Grid\Column|Collection tokenable_type(string $label = null)
  262. * @method Grid\Column|Collection tokenable_id(string $label = null)
  263. * @method Grid\Column|Collection abilities(string $label = null)
  264. * @method Grid\Column|Collection last_used_at(string $label = null)
  265. * @method Grid\Column|Collection expires_at(string $label = null)
  266. * @method Grid\Column|Collection cover(string $label = null)
  267. * @method Grid\Column|Collection sort(string $label = null)
  268. * @method Grid\Column|Collection order_sn(string $label = null)
  269. * @method Grid\Column|Collection pay_type(string $label = null)
  270. * @method Grid\Column|Collection transaction_id(string $label = null)
  271. * @method Grid\Column|Collection project_id(string $label = null)
  272. * @method Grid\Column|Collection project_name(string $label = null)
  273. * @method Grid\Column|Collection project_icon(string $label = null)
  274. * @method Grid\Column|Collection pay_price(string $label = null)
  275. * @method Grid\Column|Collection balance_price(string $label = null)
  276. * @method Grid\Column|Collection discount_price(string $label = null)
  277. * @method Grid\Column|Collection coupon_price(string $label = null)
  278. * @method Grid\Column|Collection car_price(string $label = null)
  279. * @method Grid\Column|Collection material_price(string $label = null)
  280. * @method Grid\Column|Collection service_price(string $label = null)
  281. * @method Grid\Column|Collection coach_id(string $label = null)
  282. * @method Grid\Column|Collection start_time(string $label = null)
  283. * @method Grid\Column|Collection end_time(string $label = null)
  284. * @method Grid\Column|Collection time_long(string $label = null)
  285. * @method Grid\Column|Collection true_time_long(string $label = null)
  286. * @method Grid\Column|Collection payment_time(string $label = null)
  287. * @method Grid\Column|Collection remark(string $label = null)
  288. * @method Grid\Column|Collection pay_time(string $label = null)
  289. * @method Grid\Column|Collection receiving_time(string $label = null)
  290. * @method Grid\Column|Collection depart_time(string $label = null)
  291. * @method Grid\Column|Collection arrive_time(string $label = null)
  292. * @method Grid\Column|Collection over_time(string $label = null)
  293. * @method Grid\Column|Collection refund_time(string $label = null)
  294. * @method Grid\Column|Collection refund_text(string $label = null)
  295. * @method Grid\Column|Collection distance(string $label = null)
  296. * @method Grid\Column|Collection is_show(string $label = null)
  297. * @method Grid\Column|Collection depart_lng(string $label = null)
  298. * @method Grid\Column|Collection depart_lat(string $label = null)
  299. * @method Grid\Column|Collection depart_address(string $label = null)
  300. * @method Grid\Column|Collection arrive_img(string $label = null)
  301. * @method Grid\Column|Collection arrive_lng(string $label = null)
  302. * @method Grid\Column|Collection arrive_lat(string $label = null)
  303. * @method Grid\Column|Collection arrive_address(string $label = null)
  304. * @method Grid\Column|Collection real_address(string $label = null)
  305. * @method Grid\Column|Collection address_lng(string $label = null)
  306. * @method Grid\Column|Collection address_lat(string $label = null)
  307. * @method Grid\Column|Collection over_img(string $label = null)
  308. * @method Grid\Column|Collection over_lng(string $label = null)
  309. * @method Grid\Column|Collection over_lat(string $label = null)
  310. * @method Grid\Column|Collection over_address(string $label = null)
  311. * @method Grid\Column|Collection agent_commission_ratio(string $label = null)
  312. * @method Grid\Column|Collection agent_commission_price(string $label = null)
  313. * @method Grid\Column|Collection coach_commission_ratio(string $label = null)
  314. * @method Grid\Column|Collection coach_commission_price(string $label = null)
  315. * @method Grid\Column|Collection company_price(string $label = null)
  316. * @method Grid\Column|Collection retail_price(string $label = null)
  317. * @method Grid\Column|Collection coupon_id(string $label = null)
  318. * @method Grid\Column|Collection channel_id(string $label = null)
  319. * @method Grid\Column|Collection channel_cate_id(string $label = null)
  320. * @method Grid\Column|Collection extend_order(string $label = null)
  321. * @method Grid\Column|Collection extend_order_id(string $label = null)
  322. * @method Grid\Column|Collection store_id(string $label = null)
  323. * @method Grid\Column|Collection user_del(string $label = null)
  324. * @method Grid\Column|Collection user_end(string $label = null)
  325. * @method Grid\Column|Collection sub_title(string $label = null)
  326. * @method Grid\Column|Collection init_price(string $label = null)
  327. * @method Grid\Column|Collection sale(string $label = null)
  328. * @method Grid\Column|Collection true_sale(string $label = null)
  329. * @method Grid\Column|Collection total_sale(string $label = null)
  330. * @method Grid\Column|Collection max_time(string $label = null)
  331. * @method Grid\Column|Collection introduce(string $label = null)
  332. * @method Grid\Column|Collection explain(string $label = null)
  333. * @method Grid\Column|Collection notice(string $label = null)
  334. * @method Grid\Column|Collection com_balance(string $label = null)
  335. * @method Grid\Column|Collection is_add(string $label = null)
  336. * @method Grid\Column|Collection is_store(string $label = null)
  337. * @method Grid\Column|Collection is_door(string $label = null)
  338. * @method Grid\Column|Collection category_id(string $label = null)
  339. * @method Grid\Column|Collection technician_id(string $label = null)
  340. * @method Grid\Column|Collection work_time(string $label = null)
  341. * @method Grid\Column|Collection city_id(string $label = null)
  342. * @method Grid\Column|Collection brief(string $label = null)
  343. * @method Grid\Column|Collection license(string $label = null)
  344. * @method Grid\Column|Collection work_img(string $label = null)
  345. * @method Grid\Column|Collection self_img(string $label = null)
  346. * @method Grid\Column|Collection verify_text(string $label = null)
  347. * @method Grid\Column|Collection verify_time(string $label = null)
  348. * @method Grid\Column|Collection longitude(string $label = null)
  349. * @method Grid\Column|Collection latitude(string $label = null)
  350. * @method Grid\Column|Collection nation_code(string $label = null)
  351. * @method Grid\Column|Collection street(string $label = null)
  352. * @method Grid\Column|Collection street_number(string $label = null)
  353. * @method Grid\Column|Collection adcode(string $label = null)
  354. * @method Grid\Column|Collection district_code(string $label = null)
  355. * @method Grid\Column|Collection phone_area_code(string $label = null)
  356. * @method Grid\Column|Collection id_code(string $label = null)
  357. * @method Grid\Column|Collection id_card(string $label = null)
  358. * @method Grid\Column|Collection is_work(string $label = null)
  359. * @method Grid\Column|Collection order_num(string $label = null)
  360. * @method Grid\Column|Collection total_order_num(string $label = null)
  361. * @method Grid\Column|Collection is_recommend(string $label = null)
  362. * @method Grid\Column|Collection auth_status(string $label = null)
  363. * @method Grid\Column|Collection alipay_number(string $label = null)
  364. * @method Grid\Column|Collection auth_text(string $label = null)
  365. * @method Grid\Column|Collection auth_time(string $label = null)
  366. * @method Grid\Column|Collection email_verified_at(string $label = null)
  367. */
  368. class Grid {}
  369. class MiniGrid extends Grid {}
  370. /**
  371. * @property Show\Field|Collection sortable
  372. * @property Show\Field|Collection id
  373. * @property Show\Field|Collection name
  374. * @property Show\Field|Collection type
  375. * @property Show\Field|Collection version
  376. * @property Show\Field|Collection detail
  377. * @property Show\Field|Collection created_at
  378. * @property Show\Field|Collection updated_at
  379. * @property Show\Field|Collection is_enabled
  380. * @property Show\Field|Collection parent_id
  381. * @property Show\Field|Collection order
  382. * @property Show\Field|Collection icon
  383. * @property Show\Field|Collection uri
  384. * @property Show\Field|Collection extension
  385. * @property Show\Field|Collection permission_id
  386. * @property Show\Field|Collection menu_id
  387. * @property Show\Field|Collection slug
  388. * @property Show\Field|Collection http_method
  389. * @property Show\Field|Collection http_path
  390. * @property Show\Field|Collection role_id
  391. * @property Show\Field|Collection user_id
  392. * @property Show\Field|Collection username
  393. * @property Show\Field|Collection password
  394. * @property Show\Field|Collection avatar
  395. * @property Show\Field|Collection remember_token
  396. * @property Show\Field|Collection member_id
  397. * @property Show\Field|Collection price
  398. * @property Show\Field|Collection status
  399. * @property Show\Field|Collection comment
  400. * @property Show\Field|Collection deleted_at
  401. * @property Show\Field|Collection uuid
  402. * @property Show\Field|Collection connection
  403. * @property Show\Field|Collection queue
  404. * @property Show\Field|Collection payload
  405. * @property Show\Field|Collection exception
  406. * @property Show\Field|Collection failed_at
  407. * @property Show\Field|Collection age
  408. * @property Show\Field|Collection user_name
  409. * @property Show\Field|Collection mobile
  410. * @property Show\Field|Collection sex
  411. * @property Show\Field|Collection province
  412. * @property Show\Field|Collection city
  413. * @property Show\Field|Collection district
  414. * @property Show\Field|Collection address
  415. * @property Show\Field|Collection address_info
  416. * @property Show\Field|Collection city_code
  417. * @property Show\Field|Collection lng
  418. * @property Show\Field|Collection lat
  419. * @property Show\Field|Collection point_trade_deduct_enable
  420. * @property Show\Field|Collection point_trade_deduct_unit_price
  421. * @property Show\Field|Collection point_trade_deduct_max_price
  422. * @property Show\Field|Collection point_trade_give_point
  423. * @property Show\Field|Collection creator
  424. * @property Show\Field|Collection updater
  425. * @property Show\Field|Collection register_ip
  426. * @property Show\Field|Collection register_terminal
  427. * @property Show\Field|Collection login_ip
  428. * @property Show\Field|Collection login_date
  429. * @property Show\Field|Collection openid
  430. * @property Show\Field|Collection balance
  431. * @property Show\Field|Collection nickname
  432. * @property Show\Field|Collection area_id
  433. * @property Show\Field|Collection birthday
  434. * @property Show\Field|Collection mark
  435. * @property Show\Field|Collection point
  436. * @property Show\Field|Collection tag_ids
  437. * @property Show\Field|Collection level_id
  438. * @property Show\Field|Collection experience
  439. * @property Show\Field|Collection group_id
  440. * @property Show\Field|Collection email
  441. * @property Show\Field|Collection token
  442. * @property Show\Field|Collection tokenable_type
  443. * @property Show\Field|Collection tokenable_id
  444. * @property Show\Field|Collection abilities
  445. * @property Show\Field|Collection last_used_at
  446. * @property Show\Field|Collection expires_at
  447. * @property Show\Field|Collection cover
  448. * @property Show\Field|Collection sort
  449. * @property Show\Field|Collection order_sn
  450. * @property Show\Field|Collection pay_type
  451. * @property Show\Field|Collection transaction_id
  452. * @property Show\Field|Collection project_id
  453. * @property Show\Field|Collection project_name
  454. * @property Show\Field|Collection project_icon
  455. * @property Show\Field|Collection pay_price
  456. * @property Show\Field|Collection balance_price
  457. * @property Show\Field|Collection discount_price
  458. * @property Show\Field|Collection coupon_price
  459. * @property Show\Field|Collection car_price
  460. * @property Show\Field|Collection material_price
  461. * @property Show\Field|Collection service_price
  462. * @property Show\Field|Collection coach_id
  463. * @property Show\Field|Collection start_time
  464. * @property Show\Field|Collection end_time
  465. * @property Show\Field|Collection time_long
  466. * @property Show\Field|Collection true_time_long
  467. * @property Show\Field|Collection payment_time
  468. * @property Show\Field|Collection remark
  469. * @property Show\Field|Collection pay_time
  470. * @property Show\Field|Collection receiving_time
  471. * @property Show\Field|Collection depart_time
  472. * @property Show\Field|Collection arrive_time
  473. * @property Show\Field|Collection over_time
  474. * @property Show\Field|Collection refund_time
  475. * @property Show\Field|Collection refund_text
  476. * @property Show\Field|Collection distance
  477. * @property Show\Field|Collection is_show
  478. * @property Show\Field|Collection depart_lng
  479. * @property Show\Field|Collection depart_lat
  480. * @property Show\Field|Collection depart_address
  481. * @property Show\Field|Collection arrive_img
  482. * @property Show\Field|Collection arrive_lng
  483. * @property Show\Field|Collection arrive_lat
  484. * @property Show\Field|Collection arrive_address
  485. * @property Show\Field|Collection real_address
  486. * @property Show\Field|Collection address_lng
  487. * @property Show\Field|Collection address_lat
  488. * @property Show\Field|Collection over_img
  489. * @property Show\Field|Collection over_lng
  490. * @property Show\Field|Collection over_lat
  491. * @property Show\Field|Collection over_address
  492. * @property Show\Field|Collection agent_commission_ratio
  493. * @property Show\Field|Collection agent_commission_price
  494. * @property Show\Field|Collection coach_commission_ratio
  495. * @property Show\Field|Collection coach_commission_price
  496. * @property Show\Field|Collection company_price
  497. * @property Show\Field|Collection retail_price
  498. * @property Show\Field|Collection coupon_id
  499. * @property Show\Field|Collection channel_id
  500. * @property Show\Field|Collection channel_cate_id
  501. * @property Show\Field|Collection extend_order
  502. * @property Show\Field|Collection extend_order_id
  503. * @property Show\Field|Collection store_id
  504. * @property Show\Field|Collection user_del
  505. * @property Show\Field|Collection user_end
  506. * @property Show\Field|Collection sub_title
  507. * @property Show\Field|Collection init_price
  508. * @property Show\Field|Collection sale
  509. * @property Show\Field|Collection true_sale
  510. * @property Show\Field|Collection total_sale
  511. * @property Show\Field|Collection max_time
  512. * @property Show\Field|Collection introduce
  513. * @property Show\Field|Collection explain
  514. * @property Show\Field|Collection notice
  515. * @property Show\Field|Collection com_balance
  516. * @property Show\Field|Collection is_add
  517. * @property Show\Field|Collection is_store
  518. * @property Show\Field|Collection is_door
  519. * @property Show\Field|Collection category_id
  520. * @property Show\Field|Collection technician_id
  521. * @property Show\Field|Collection work_time
  522. * @property Show\Field|Collection city_id
  523. * @property Show\Field|Collection brief
  524. * @property Show\Field|Collection license
  525. * @property Show\Field|Collection work_img
  526. * @property Show\Field|Collection self_img
  527. * @property Show\Field|Collection verify_text
  528. * @property Show\Field|Collection verify_time
  529. * @property Show\Field|Collection longitude
  530. * @property Show\Field|Collection latitude
  531. * @property Show\Field|Collection nation_code
  532. * @property Show\Field|Collection street
  533. * @property Show\Field|Collection street_number
  534. * @property Show\Field|Collection adcode
  535. * @property Show\Field|Collection district_code
  536. * @property Show\Field|Collection phone_area_code
  537. * @property Show\Field|Collection id_code
  538. * @property Show\Field|Collection id_card
  539. * @property Show\Field|Collection is_work
  540. * @property Show\Field|Collection order_num
  541. * @property Show\Field|Collection total_order_num
  542. * @property Show\Field|Collection is_recommend
  543. * @property Show\Field|Collection auth_status
  544. * @property Show\Field|Collection alipay_number
  545. * @property Show\Field|Collection auth_text
  546. * @property Show\Field|Collection auth_time
  547. * @property Show\Field|Collection email_verified_at
  548. *
  549. * @method Show\Field|Collection sortable(string $label = null)
  550. * @method Show\Field|Collection id(string $label = null)
  551. * @method Show\Field|Collection name(string $label = null)
  552. * @method Show\Field|Collection type(string $label = null)
  553. * @method Show\Field|Collection version(string $label = null)
  554. * @method Show\Field|Collection detail(string $label = null)
  555. * @method Show\Field|Collection created_at(string $label = null)
  556. * @method Show\Field|Collection updated_at(string $label = null)
  557. * @method Show\Field|Collection is_enabled(string $label = null)
  558. * @method Show\Field|Collection parent_id(string $label = null)
  559. * @method Show\Field|Collection order(string $label = null)
  560. * @method Show\Field|Collection icon(string $label = null)
  561. * @method Show\Field|Collection uri(string $label = null)
  562. * @method Show\Field|Collection extension(string $label = null)
  563. * @method Show\Field|Collection permission_id(string $label = null)
  564. * @method Show\Field|Collection menu_id(string $label = null)
  565. * @method Show\Field|Collection slug(string $label = null)
  566. * @method Show\Field|Collection http_method(string $label = null)
  567. * @method Show\Field|Collection http_path(string $label = null)
  568. * @method Show\Field|Collection role_id(string $label = null)
  569. * @method Show\Field|Collection user_id(string $label = null)
  570. * @method Show\Field|Collection username(string $label = null)
  571. * @method Show\Field|Collection password(string $label = null)
  572. * @method Show\Field|Collection avatar(string $label = null)
  573. * @method Show\Field|Collection remember_token(string $label = null)
  574. * @method Show\Field|Collection member_id(string $label = null)
  575. * @method Show\Field|Collection price(string $label = null)
  576. * @method Show\Field|Collection status(string $label = null)
  577. * @method Show\Field|Collection comment(string $label = null)
  578. * @method Show\Field|Collection deleted_at(string $label = null)
  579. * @method Show\Field|Collection uuid(string $label = null)
  580. * @method Show\Field|Collection connection(string $label = null)
  581. * @method Show\Field|Collection queue(string $label = null)
  582. * @method Show\Field|Collection payload(string $label = null)
  583. * @method Show\Field|Collection exception(string $label = null)
  584. * @method Show\Field|Collection failed_at(string $label = null)
  585. * @method Show\Field|Collection age(string $label = null)
  586. * @method Show\Field|Collection user_name(string $label = null)
  587. * @method Show\Field|Collection mobile(string $label = null)
  588. * @method Show\Field|Collection sex(string $label = null)
  589. * @method Show\Field|Collection province(string $label = null)
  590. * @method Show\Field|Collection city(string $label = null)
  591. * @method Show\Field|Collection district(string $label = null)
  592. * @method Show\Field|Collection address(string $label = null)
  593. * @method Show\Field|Collection address_info(string $label = null)
  594. * @method Show\Field|Collection city_code(string $label = null)
  595. * @method Show\Field|Collection lng(string $label = null)
  596. * @method Show\Field|Collection lat(string $label = null)
  597. * @method Show\Field|Collection point_trade_deduct_enable(string $label = null)
  598. * @method Show\Field|Collection point_trade_deduct_unit_price(string $label = null)
  599. * @method Show\Field|Collection point_trade_deduct_max_price(string $label = null)
  600. * @method Show\Field|Collection point_trade_give_point(string $label = null)
  601. * @method Show\Field|Collection creator(string $label = null)
  602. * @method Show\Field|Collection updater(string $label = null)
  603. * @method Show\Field|Collection register_ip(string $label = null)
  604. * @method Show\Field|Collection register_terminal(string $label = null)
  605. * @method Show\Field|Collection login_ip(string $label = null)
  606. * @method Show\Field|Collection login_date(string $label = null)
  607. * @method Show\Field|Collection openid(string $label = null)
  608. * @method Show\Field|Collection balance(string $label = null)
  609. * @method Show\Field|Collection nickname(string $label = null)
  610. * @method Show\Field|Collection area_id(string $label = null)
  611. * @method Show\Field|Collection birthday(string $label = null)
  612. * @method Show\Field|Collection mark(string $label = null)
  613. * @method Show\Field|Collection point(string $label = null)
  614. * @method Show\Field|Collection tag_ids(string $label = null)
  615. * @method Show\Field|Collection level_id(string $label = null)
  616. * @method Show\Field|Collection experience(string $label = null)
  617. * @method Show\Field|Collection group_id(string $label = null)
  618. * @method Show\Field|Collection email(string $label = null)
  619. * @method Show\Field|Collection token(string $label = null)
  620. * @method Show\Field|Collection tokenable_type(string $label = null)
  621. * @method Show\Field|Collection tokenable_id(string $label = null)
  622. * @method Show\Field|Collection abilities(string $label = null)
  623. * @method Show\Field|Collection last_used_at(string $label = null)
  624. * @method Show\Field|Collection expires_at(string $label = null)
  625. * @method Show\Field|Collection cover(string $label = null)
  626. * @method Show\Field|Collection sort(string $label = null)
  627. * @method Show\Field|Collection order_sn(string $label = null)
  628. * @method Show\Field|Collection pay_type(string $label = null)
  629. * @method Show\Field|Collection transaction_id(string $label = null)
  630. * @method Show\Field|Collection project_id(string $label = null)
  631. * @method Show\Field|Collection project_name(string $label = null)
  632. * @method Show\Field|Collection project_icon(string $label = null)
  633. * @method Show\Field|Collection pay_price(string $label = null)
  634. * @method Show\Field|Collection balance_price(string $label = null)
  635. * @method Show\Field|Collection discount_price(string $label = null)
  636. * @method Show\Field|Collection coupon_price(string $label = null)
  637. * @method Show\Field|Collection car_price(string $label = null)
  638. * @method Show\Field|Collection material_price(string $label = null)
  639. * @method Show\Field|Collection service_price(string $label = null)
  640. * @method Show\Field|Collection coach_id(string $label = null)
  641. * @method Show\Field|Collection start_time(string $label = null)
  642. * @method Show\Field|Collection end_time(string $label = null)
  643. * @method Show\Field|Collection time_long(string $label = null)
  644. * @method Show\Field|Collection true_time_long(string $label = null)
  645. * @method Show\Field|Collection payment_time(string $label = null)
  646. * @method Show\Field|Collection remark(string $label = null)
  647. * @method Show\Field|Collection pay_time(string $label = null)
  648. * @method Show\Field|Collection receiving_time(string $label = null)
  649. * @method Show\Field|Collection depart_time(string $label = null)
  650. * @method Show\Field|Collection arrive_time(string $label = null)
  651. * @method Show\Field|Collection over_time(string $label = null)
  652. * @method Show\Field|Collection refund_time(string $label = null)
  653. * @method Show\Field|Collection refund_text(string $label = null)
  654. * @method Show\Field|Collection distance(string $label = null)
  655. * @method Show\Field|Collection is_show(string $label = null)
  656. * @method Show\Field|Collection depart_lng(string $label = null)
  657. * @method Show\Field|Collection depart_lat(string $label = null)
  658. * @method Show\Field|Collection depart_address(string $label = null)
  659. * @method Show\Field|Collection arrive_img(string $label = null)
  660. * @method Show\Field|Collection arrive_lng(string $label = null)
  661. * @method Show\Field|Collection arrive_lat(string $label = null)
  662. * @method Show\Field|Collection arrive_address(string $label = null)
  663. * @method Show\Field|Collection real_address(string $label = null)
  664. * @method Show\Field|Collection address_lng(string $label = null)
  665. * @method Show\Field|Collection address_lat(string $label = null)
  666. * @method Show\Field|Collection over_img(string $label = null)
  667. * @method Show\Field|Collection over_lng(string $label = null)
  668. * @method Show\Field|Collection over_lat(string $label = null)
  669. * @method Show\Field|Collection over_address(string $label = null)
  670. * @method Show\Field|Collection agent_commission_ratio(string $label = null)
  671. * @method Show\Field|Collection agent_commission_price(string $label = null)
  672. * @method Show\Field|Collection coach_commission_ratio(string $label = null)
  673. * @method Show\Field|Collection coach_commission_price(string $label = null)
  674. * @method Show\Field|Collection company_price(string $label = null)
  675. * @method Show\Field|Collection retail_price(string $label = null)
  676. * @method Show\Field|Collection coupon_id(string $label = null)
  677. * @method Show\Field|Collection channel_id(string $label = null)
  678. * @method Show\Field|Collection channel_cate_id(string $label = null)
  679. * @method Show\Field|Collection extend_order(string $label = null)
  680. * @method Show\Field|Collection extend_order_id(string $label = null)
  681. * @method Show\Field|Collection store_id(string $label = null)
  682. * @method Show\Field|Collection user_del(string $label = null)
  683. * @method Show\Field|Collection user_end(string $label = null)
  684. * @method Show\Field|Collection sub_title(string $label = null)
  685. * @method Show\Field|Collection init_price(string $label = null)
  686. * @method Show\Field|Collection sale(string $label = null)
  687. * @method Show\Field|Collection true_sale(string $label = null)
  688. * @method Show\Field|Collection total_sale(string $label = null)
  689. * @method Show\Field|Collection max_time(string $label = null)
  690. * @method Show\Field|Collection introduce(string $label = null)
  691. * @method Show\Field|Collection explain(string $label = null)
  692. * @method Show\Field|Collection notice(string $label = null)
  693. * @method Show\Field|Collection com_balance(string $label = null)
  694. * @method Show\Field|Collection is_add(string $label = null)
  695. * @method Show\Field|Collection is_store(string $label = null)
  696. * @method Show\Field|Collection is_door(string $label = null)
  697. * @method Show\Field|Collection category_id(string $label = null)
  698. * @method Show\Field|Collection technician_id(string $label = null)
  699. * @method Show\Field|Collection work_time(string $label = null)
  700. * @method Show\Field|Collection city_id(string $label = null)
  701. * @method Show\Field|Collection brief(string $label = null)
  702. * @method Show\Field|Collection license(string $label = null)
  703. * @method Show\Field|Collection work_img(string $label = null)
  704. * @method Show\Field|Collection self_img(string $label = null)
  705. * @method Show\Field|Collection verify_text(string $label = null)
  706. * @method Show\Field|Collection verify_time(string $label = null)
  707. * @method Show\Field|Collection longitude(string $label = null)
  708. * @method Show\Field|Collection latitude(string $label = null)
  709. * @method Show\Field|Collection nation_code(string $label = null)
  710. * @method Show\Field|Collection street(string $label = null)
  711. * @method Show\Field|Collection street_number(string $label = null)
  712. * @method Show\Field|Collection adcode(string $label = null)
  713. * @method Show\Field|Collection district_code(string $label = null)
  714. * @method Show\Field|Collection phone_area_code(string $label = null)
  715. * @method Show\Field|Collection id_code(string $label = null)
  716. * @method Show\Field|Collection id_card(string $label = null)
  717. * @method Show\Field|Collection is_work(string $label = null)
  718. * @method Show\Field|Collection order_num(string $label = null)
  719. * @method Show\Field|Collection total_order_num(string $label = null)
  720. * @method Show\Field|Collection is_recommend(string $label = null)
  721. * @method Show\Field|Collection auth_status(string $label = null)
  722. * @method Show\Field|Collection alipay_number(string $label = null)
  723. * @method Show\Field|Collection auth_text(string $label = null)
  724. * @method Show\Field|Collection auth_time(string $label = null)
  725. * @method Show\Field|Collection email_verified_at(string $label = null)
  726. */
  727. class Show {}
  728. /**
  729. */
  730. class Form {}
  731. }
  732. namespace Dcat\Admin\Grid {
  733. /**
  734. */
  735. class Column {}
  736. /**
  737. */
  738. class Filter {}
  739. }
  740. namespace Dcat\Admin\Show {
  741. /**
  742. */
  743. class Field {}
  744. }