海南旅游SAAS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

433 lines
22 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  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 agent_id
  13. * @property Grid\Column|Collection created_at
  14. * @property Grid\Column|Collection desc
  15. * @property Grid\Column|Collection id
  16. * @property Grid\Column|Collection name
  17. * @property Grid\Column|Collection picture
  18. * @property Grid\Column|Collection tag
  19. * @property Grid\Column|Collection updated_at
  20. * @property Grid\Column|Collection content
  21. * @property Grid\Column|Collection know
  22. * @property Grid\Column|Collection product_id
  23. * @property Grid\Column|Collection detail
  24. * @property Grid\Column|Collection type
  25. * @property Grid\Column|Collection version
  26. * @property Grid\Column|Collection is_enabled
  27. * @property Grid\Column|Collection extension
  28. * @property Grid\Column|Collection icon
  29. * @property Grid\Column|Collection order
  30. * @property Grid\Column|Collection parent_id
  31. * @property Grid\Column|Collection uri
  32. * @property Grid\Column|Collection menu_id
  33. * @property Grid\Column|Collection permission_id
  34. * @property Grid\Column|Collection http_method
  35. * @property Grid\Column|Collection http_path
  36. * @property Grid\Column|Collection slug
  37. * @property Grid\Column|Collection role_id
  38. * @property Grid\Column|Collection user_id
  39. * @property Grid\Column|Collection value
  40. * @property Grid\Column|Collection avatar
  41. * @property Grid\Column|Collection password
  42. * @property Grid\Column|Collection remember_token
  43. * @property Grid\Column|Collection username
  44. * @property Grid\Column|Collection about
  45. * @property Grid\Column|Collection buy_protocol
  46. * @property Grid\Column|Collection reg_protocol
  47. * @property Grid\Column|Collection agent_product_id
  48. * @property Grid\Column|Collection supplier_id
  49. * @property Grid\Column|Collection category_id
  50. * @property Grid\Column|Collection channel_id
  51. * @property Grid\Column|Collection deleted_at
  52. * @property Grid\Column|Collection guide_id
  53. * @property Grid\Column|Collection original_price
  54. * @property Grid\Column|Collection price
  55. * @property Grid\Column|Collection product_ids
  56. * @property Grid\Column|Collection sale
  57. * @property Grid\Column|Collection status
  58. * @property Grid\Column|Collection stock
  59. * @property Grid\Column|Collection verifier
  60. * @property Grid\Column|Collection address
  61. * @property Grid\Column|Collection appid
  62. * @property Grid\Column|Collection appsecret
  63. * @property Grid\Column|Collection company_name
  64. * @property Grid\Column|Collection contact_phone
  65. * @property Grid\Column|Collection director
  66. * @property Grid\Column|Collection license_pic
  67. * @property Grid\Column|Collection logo
  68. * @property Grid\Column|Collection mchid
  69. * @property Grid\Column|Collection mchkey
  70. * @property Grid\Column|Collection rate
  71. * @property Grid\Column|Collection author
  72. * @property Grid\Column|Collection image
  73. * @property Grid\Column|Collection pid
  74. * @property Grid\Column|Collection sort
  75. * @property Grid\Column|Collection template
  76. * @property Grid\Column|Collection end_at
  77. * @property Grid\Column|Collection start_at
  78. * @property Grid\Column|Collection connection
  79. * @property Grid\Column|Collection exception
  80. * @property Grid\Column|Collection failed_at
  81. * @property Grid\Column|Collection payload
  82. * @property Grid\Column|Collection queue
  83. * @property Grid\Column|Collection uuid
  84. * @property Grid\Column|Collection photo
  85. * @property Grid\Column|Collection is_read
  86. * @property Grid\Column|Collection coupon_id
  87. * @property Grid\Column|Collection mobile
  88. * @property Grid\Column|Collection num
  89. * @property Grid\Column|Collection order_no
  90. * @property Grid\Column|Collection paid_at
  91. * @property Grid\Column|Collection paid_money
  92. * @property Grid\Column|Collection pay_type
  93. * @property Grid\Column|Collection refund_info
  94. * @property Grid\Column|Collection verify_code
  95. * @property Grid\Column|Collection email
  96. * @property Grid\Column|Collection token
  97. * @property Grid\Column|Collection pictures
  98. * @property Grid\Column|Collection url
  99. * @property Grid\Column|Collection picture_ad
  100. * @property Grid\Column|Collection channels
  101. * @property Grid\Column|Collection money
  102. * @property Grid\Column|Collection order_id
  103. * @property Grid\Column|Collection transaction_id
  104. * @property Grid\Column|Collection is_verify
  105. * @property Grid\Column|Collection nickname
  106. * @property Grid\Column|Collection openid
  107. * @property Grid\Column|Collection unionid
  108. *
  109. * @method Grid\Column|Collection agent_id(string $label = null)
  110. * @method Grid\Column|Collection created_at(string $label = null)
  111. * @method Grid\Column|Collection desc(string $label = null)
  112. * @method Grid\Column|Collection id(string $label = null)
  113. * @method Grid\Column|Collection name(string $label = null)
  114. * @method Grid\Column|Collection picture(string $label = null)
  115. * @method Grid\Column|Collection tag(string $label = null)
  116. * @method Grid\Column|Collection updated_at(string $label = null)
  117. * @method Grid\Column|Collection content(string $label = null)
  118. * @method Grid\Column|Collection know(string $label = null)
  119. * @method Grid\Column|Collection product_id(string $label = null)
  120. * @method Grid\Column|Collection detail(string $label = null)
  121. * @method Grid\Column|Collection type(string $label = null)
  122. * @method Grid\Column|Collection version(string $label = null)
  123. * @method Grid\Column|Collection is_enabled(string $label = null)
  124. * @method Grid\Column|Collection extension(string $label = null)
  125. * @method Grid\Column|Collection icon(string $label = null)
  126. * @method Grid\Column|Collection order(string $label = null)
  127. * @method Grid\Column|Collection parent_id(string $label = null)
  128. * @method Grid\Column|Collection uri(string $label = null)
  129. * @method Grid\Column|Collection menu_id(string $label = null)
  130. * @method Grid\Column|Collection permission_id(string $label = null)
  131. * @method Grid\Column|Collection http_method(string $label = null)
  132. * @method Grid\Column|Collection http_path(string $label = null)
  133. * @method Grid\Column|Collection slug(string $label = null)
  134. * @method Grid\Column|Collection role_id(string $label = null)
  135. * @method Grid\Column|Collection user_id(string $label = null)
  136. * @method Grid\Column|Collection value(string $label = null)
  137. * @method Grid\Column|Collection avatar(string $label = null)
  138. * @method Grid\Column|Collection password(string $label = null)
  139. * @method Grid\Column|Collection remember_token(string $label = null)
  140. * @method Grid\Column|Collection username(string $label = null)
  141. * @method Grid\Column|Collection about(string $label = null)
  142. * @method Grid\Column|Collection buy_protocol(string $label = null)
  143. * @method Grid\Column|Collection reg_protocol(string $label = null)
  144. * @method Grid\Column|Collection agent_product_id(string $label = null)
  145. * @method Grid\Column|Collection supplier_id(string $label = null)
  146. * @method Grid\Column|Collection category_id(string $label = null)
  147. * @method Grid\Column|Collection channel_id(string $label = null)
  148. * @method Grid\Column|Collection deleted_at(string $label = null)
  149. * @method Grid\Column|Collection guide_id(string $label = null)
  150. * @method Grid\Column|Collection original_price(string $label = null)
  151. * @method Grid\Column|Collection price(string $label = null)
  152. * @method Grid\Column|Collection product_ids(string $label = null)
  153. * @method Grid\Column|Collection sale(string $label = null)
  154. * @method Grid\Column|Collection status(string $label = null)
  155. * @method Grid\Column|Collection stock(string $label = null)
  156. * @method Grid\Column|Collection verifier(string $label = null)
  157. * @method Grid\Column|Collection address(string $label = null)
  158. * @method Grid\Column|Collection appid(string $label = null)
  159. * @method Grid\Column|Collection appsecret(string $label = null)
  160. * @method Grid\Column|Collection company_name(string $label = null)
  161. * @method Grid\Column|Collection contact_phone(string $label = null)
  162. * @method Grid\Column|Collection director(string $label = null)
  163. * @method Grid\Column|Collection license_pic(string $label = null)
  164. * @method Grid\Column|Collection logo(string $label = null)
  165. * @method Grid\Column|Collection mchid(string $label = null)
  166. * @method Grid\Column|Collection mchkey(string $label = null)
  167. * @method Grid\Column|Collection rate(string $label = null)
  168. * @method Grid\Column|Collection author(string $label = null)
  169. * @method Grid\Column|Collection image(string $label = null)
  170. * @method Grid\Column|Collection pid(string $label = null)
  171. * @method Grid\Column|Collection sort(string $label = null)
  172. * @method Grid\Column|Collection template(string $label = null)
  173. * @method Grid\Column|Collection end_at(string $label = null)
  174. * @method Grid\Column|Collection start_at(string $label = null)
  175. * @method Grid\Column|Collection connection(string $label = null)
  176. * @method Grid\Column|Collection exception(string $label = null)
  177. * @method Grid\Column|Collection failed_at(string $label = null)
  178. * @method Grid\Column|Collection payload(string $label = null)
  179. * @method Grid\Column|Collection queue(string $label = null)
  180. * @method Grid\Column|Collection uuid(string $label = null)
  181. * @method Grid\Column|Collection photo(string $label = null)
  182. * @method Grid\Column|Collection is_read(string $label = null)
  183. * @method Grid\Column|Collection coupon_id(string $label = null)
  184. * @method Grid\Column|Collection mobile(string $label = null)
  185. * @method Grid\Column|Collection num(string $label = null)
  186. * @method Grid\Column|Collection order_no(string $label = null)
  187. * @method Grid\Column|Collection paid_at(string $label = null)
  188. * @method Grid\Column|Collection paid_money(string $label = null)
  189. * @method Grid\Column|Collection pay_type(string $label = null)
  190. * @method Grid\Column|Collection refund_info(string $label = null)
  191. * @method Grid\Column|Collection verify_code(string $label = null)
  192. * @method Grid\Column|Collection email(string $label = null)
  193. * @method Grid\Column|Collection token(string $label = null)
  194. * @method Grid\Column|Collection pictures(string $label = null)
  195. * @method Grid\Column|Collection url(string $label = null)
  196. * @method Grid\Column|Collection picture_ad(string $label = null)
  197. * @method Grid\Column|Collection channels(string $label = null)
  198. * @method Grid\Column|Collection money(string $label = null)
  199. * @method Grid\Column|Collection order_id(string $label = null)
  200. * @method Grid\Column|Collection transaction_id(string $label = null)
  201. * @method Grid\Column|Collection is_verify(string $label = null)
  202. * @method Grid\Column|Collection nickname(string $label = null)
  203. * @method Grid\Column|Collection openid(string $label = null)
  204. * @method Grid\Column|Collection unionid(string $label = null)
  205. */
  206. class Grid {}
  207. class MiniGrid extends Grid {}
  208. /**
  209. * @property Show\Field|Collection agent_id
  210. * @property Show\Field|Collection created_at
  211. * @property Show\Field|Collection desc
  212. * @property Show\Field|Collection id
  213. * @property Show\Field|Collection name
  214. * @property Show\Field|Collection picture
  215. * @property Show\Field|Collection tag
  216. * @property Show\Field|Collection updated_at
  217. * @property Show\Field|Collection content
  218. * @property Show\Field|Collection know
  219. * @property Show\Field|Collection product_id
  220. * @property Show\Field|Collection detail
  221. * @property Show\Field|Collection type
  222. * @property Show\Field|Collection version
  223. * @property Show\Field|Collection is_enabled
  224. * @property Show\Field|Collection extension
  225. * @property Show\Field|Collection icon
  226. * @property Show\Field|Collection order
  227. * @property Show\Field|Collection parent_id
  228. * @property Show\Field|Collection uri
  229. * @property Show\Field|Collection menu_id
  230. * @property Show\Field|Collection permission_id
  231. * @property Show\Field|Collection http_method
  232. * @property Show\Field|Collection http_path
  233. * @property Show\Field|Collection slug
  234. * @property Show\Field|Collection role_id
  235. * @property Show\Field|Collection user_id
  236. * @property Show\Field|Collection value
  237. * @property Show\Field|Collection avatar
  238. * @property Show\Field|Collection password
  239. * @property Show\Field|Collection remember_token
  240. * @property Show\Field|Collection username
  241. * @property Show\Field|Collection about
  242. * @property Show\Field|Collection buy_protocol
  243. * @property Show\Field|Collection reg_protocol
  244. * @property Show\Field|Collection agent_product_id
  245. * @property Show\Field|Collection supplier_id
  246. * @property Show\Field|Collection category_id
  247. * @property Show\Field|Collection channel_id
  248. * @property Show\Field|Collection deleted_at
  249. * @property Show\Field|Collection guide_id
  250. * @property Show\Field|Collection original_price
  251. * @property Show\Field|Collection price
  252. * @property Show\Field|Collection product_ids
  253. * @property Show\Field|Collection sale
  254. * @property Show\Field|Collection status
  255. * @property Show\Field|Collection stock
  256. * @property Show\Field|Collection verifier
  257. * @property Show\Field|Collection address
  258. * @property Show\Field|Collection appid
  259. * @property Show\Field|Collection appsecret
  260. * @property Show\Field|Collection company_name
  261. * @property Show\Field|Collection contact_phone
  262. * @property Show\Field|Collection director
  263. * @property Show\Field|Collection license_pic
  264. * @property Show\Field|Collection logo
  265. * @property Show\Field|Collection mchid
  266. * @property Show\Field|Collection mchkey
  267. * @property Show\Field|Collection rate
  268. * @property Show\Field|Collection author
  269. * @property Show\Field|Collection image
  270. * @property Show\Field|Collection pid
  271. * @property Show\Field|Collection sort
  272. * @property Show\Field|Collection template
  273. * @property Show\Field|Collection end_at
  274. * @property Show\Field|Collection start_at
  275. * @property Show\Field|Collection connection
  276. * @property Show\Field|Collection exception
  277. * @property Show\Field|Collection failed_at
  278. * @property Show\Field|Collection payload
  279. * @property Show\Field|Collection queue
  280. * @property Show\Field|Collection uuid
  281. * @property Show\Field|Collection photo
  282. * @property Show\Field|Collection is_read
  283. * @property Show\Field|Collection coupon_id
  284. * @property Show\Field|Collection mobile
  285. * @property Show\Field|Collection num
  286. * @property Show\Field|Collection order_no
  287. * @property Show\Field|Collection paid_at
  288. * @property Show\Field|Collection paid_money
  289. * @property Show\Field|Collection pay_type
  290. * @property Show\Field|Collection refund_info
  291. * @property Show\Field|Collection verify_code
  292. * @property Show\Field|Collection email
  293. * @property Show\Field|Collection token
  294. * @property Show\Field|Collection pictures
  295. * @property Show\Field|Collection url
  296. * @property Show\Field|Collection picture_ad
  297. * @property Show\Field|Collection channels
  298. * @property Show\Field|Collection money
  299. * @property Show\Field|Collection order_id
  300. * @property Show\Field|Collection transaction_id
  301. * @property Show\Field|Collection is_verify
  302. * @property Show\Field|Collection nickname
  303. * @property Show\Field|Collection openid
  304. * @property Show\Field|Collection unionid
  305. *
  306. * @method Show\Field|Collection agent_id(string $label = null)
  307. * @method Show\Field|Collection created_at(string $label = null)
  308. * @method Show\Field|Collection desc(string $label = null)
  309. * @method Show\Field|Collection id(string $label = null)
  310. * @method Show\Field|Collection name(string $label = null)
  311. * @method Show\Field|Collection picture(string $label = null)
  312. * @method Show\Field|Collection tag(string $label = null)
  313. * @method Show\Field|Collection updated_at(string $label = null)
  314. * @method Show\Field|Collection content(string $label = null)
  315. * @method Show\Field|Collection know(string $label = null)
  316. * @method Show\Field|Collection product_id(string $label = null)
  317. * @method Show\Field|Collection detail(string $label = null)
  318. * @method Show\Field|Collection type(string $label = null)
  319. * @method Show\Field|Collection version(string $label = null)
  320. * @method Show\Field|Collection is_enabled(string $label = null)
  321. * @method Show\Field|Collection extension(string $label = null)
  322. * @method Show\Field|Collection icon(string $label = null)
  323. * @method Show\Field|Collection order(string $label = null)
  324. * @method Show\Field|Collection parent_id(string $label = null)
  325. * @method Show\Field|Collection uri(string $label = null)
  326. * @method Show\Field|Collection menu_id(string $label = null)
  327. * @method Show\Field|Collection permission_id(string $label = null)
  328. * @method Show\Field|Collection http_method(string $label = null)
  329. * @method Show\Field|Collection http_path(string $label = null)
  330. * @method Show\Field|Collection slug(string $label = null)
  331. * @method Show\Field|Collection role_id(string $label = null)
  332. * @method Show\Field|Collection user_id(string $label = null)
  333. * @method Show\Field|Collection value(string $label = null)
  334. * @method Show\Field|Collection avatar(string $label = null)
  335. * @method Show\Field|Collection password(string $label = null)
  336. * @method Show\Field|Collection remember_token(string $label = null)
  337. * @method Show\Field|Collection username(string $label = null)
  338. * @method Show\Field|Collection about(string $label = null)
  339. * @method Show\Field|Collection buy_protocol(string $label = null)
  340. * @method Show\Field|Collection reg_protocol(string $label = null)
  341. * @method Show\Field|Collection agent_product_id(string $label = null)
  342. * @method Show\Field|Collection supplier_id(string $label = null)
  343. * @method Show\Field|Collection category_id(string $label = null)
  344. * @method Show\Field|Collection channel_id(string $label = null)
  345. * @method Show\Field|Collection deleted_at(string $label = null)
  346. * @method Show\Field|Collection guide_id(string $label = null)
  347. * @method Show\Field|Collection original_price(string $label = null)
  348. * @method Show\Field|Collection price(string $label = null)
  349. * @method Show\Field|Collection product_ids(string $label = null)
  350. * @method Show\Field|Collection sale(string $label = null)
  351. * @method Show\Field|Collection status(string $label = null)
  352. * @method Show\Field|Collection stock(string $label = null)
  353. * @method Show\Field|Collection verifier(string $label = null)
  354. * @method Show\Field|Collection address(string $label = null)
  355. * @method Show\Field|Collection appid(string $label = null)
  356. * @method Show\Field|Collection appsecret(string $label = null)
  357. * @method Show\Field|Collection company_name(string $label = null)
  358. * @method Show\Field|Collection contact_phone(string $label = null)
  359. * @method Show\Field|Collection director(string $label = null)
  360. * @method Show\Field|Collection license_pic(string $label = null)
  361. * @method Show\Field|Collection logo(string $label = null)
  362. * @method Show\Field|Collection mchid(string $label = null)
  363. * @method Show\Field|Collection mchkey(string $label = null)
  364. * @method Show\Field|Collection rate(string $label = null)
  365. * @method Show\Field|Collection author(string $label = null)
  366. * @method Show\Field|Collection image(string $label = null)
  367. * @method Show\Field|Collection pid(string $label = null)
  368. * @method Show\Field|Collection sort(string $label = null)
  369. * @method Show\Field|Collection template(string $label = null)
  370. * @method Show\Field|Collection end_at(string $label = null)
  371. * @method Show\Field|Collection start_at(string $label = null)
  372. * @method Show\Field|Collection connection(string $label = null)
  373. * @method Show\Field|Collection exception(string $label = null)
  374. * @method Show\Field|Collection failed_at(string $label = null)
  375. * @method Show\Field|Collection payload(string $label = null)
  376. * @method Show\Field|Collection queue(string $label = null)
  377. * @method Show\Field|Collection uuid(string $label = null)
  378. * @method Show\Field|Collection photo(string $label = null)
  379. * @method Show\Field|Collection is_read(string $label = null)
  380. * @method Show\Field|Collection coupon_id(string $label = null)
  381. * @method Show\Field|Collection mobile(string $label = null)
  382. * @method Show\Field|Collection num(string $label = null)
  383. * @method Show\Field|Collection order_no(string $label = null)
  384. * @method Show\Field|Collection paid_at(string $label = null)
  385. * @method Show\Field|Collection paid_money(string $label = null)
  386. * @method Show\Field|Collection pay_type(string $label = null)
  387. * @method Show\Field|Collection refund_info(string $label = null)
  388. * @method Show\Field|Collection verify_code(string $label = null)
  389. * @method Show\Field|Collection email(string $label = null)
  390. * @method Show\Field|Collection token(string $label = null)
  391. * @method Show\Field|Collection pictures(string $label = null)
  392. * @method Show\Field|Collection url(string $label = null)
  393. * @method Show\Field|Collection picture_ad(string $label = null)
  394. * @method Show\Field|Collection channels(string $label = null)
  395. * @method Show\Field|Collection money(string $label = null)
  396. * @method Show\Field|Collection order_id(string $label = null)
  397. * @method Show\Field|Collection transaction_id(string $label = null)
  398. * @method Show\Field|Collection is_verify(string $label = null)
  399. * @method Show\Field|Collection nickname(string $label = null)
  400. * @method Show\Field|Collection openid(string $label = null)
  401. * @method Show\Field|Collection unionid(string $label = null)
  402. */
  403. class Show {}
  404. /**
  405. */
  406. class Form {}
  407. }
  408. namespace Dcat\Admin\Grid {
  409. /**
  410. */
  411. class Column {}
  412. /**
  413. */
  414. class Filter {}
  415. }
  416. namespace Dcat\Admin\Show {
  417. /**
  418. */
  419. class Field {}
  420. }