Browse Source

ide helper

dev
李可松 4 years ago
parent
commit
9bdc9c5125
  1. 8
      dcat_admin_ide_helper.php

8
dcat_admin_ide_helper.php

@ -64,9 +64,9 @@ namespace Dcat\Admin {
* @property Grid\Column|Collection license_pic
* @property Grid\Column|Collection director
* @property Grid\Column|Collection contact_phone
* @property Grid\Column|Collection deleted_at
* @property Grid\Column|Collection author
* @property Grid\Column|Collection image
* @property Grid\Column|Collection deleted_at
* @property Grid\Column|Collection pid
* @property Grid\Column|Collection sort
* @property Grid\Column|Collection agent_product_id
@ -157,9 +157,9 @@ namespace Dcat\Admin {
* @method Grid\Column|Collection license_pic(string $label = null)
* @method Grid\Column|Collection director(string $label = null)
* @method Grid\Column|Collection contact_phone(string $label = null)
* @method Grid\Column|Collection deleted_at(string $label = null)
* @method Grid\Column|Collection author(string $label = null)
* @method Grid\Column|Collection image(string $label = null)
* @method Grid\Column|Collection deleted_at(string $label = null)
* @method Grid\Column|Collection pid(string $label = null)
* @method Grid\Column|Collection sort(string $label = null)
* @method Grid\Column|Collection agent_product_id(string $label = null)
@ -255,9 +255,9 @@ namespace Dcat\Admin {
* @property Show\Field|Collection license_pic
* @property Show\Field|Collection director
* @property Show\Field|Collection contact_phone
* @property Show\Field|Collection deleted_at
* @property Show\Field|Collection author
* @property Show\Field|Collection image
* @property Show\Field|Collection deleted_at
* @property Show\Field|Collection pid
* @property Show\Field|Collection sort
* @property Show\Field|Collection agent_product_id
@ -348,9 +348,9 @@ namespace Dcat\Admin {
* @method Show\Field|Collection license_pic(string $label = null)
* @method Show\Field|Collection director(string $label = null)
* @method Show\Field|Collection contact_phone(string $label = null)
* @method Show\Field|Collection deleted_at(string $label = null)
* @method Show\Field|Collection author(string $label = null)
* @method Show\Field|Collection image(string $label = null)
* @method Show\Field|Collection deleted_at(string $label = null)
* @method Show\Field|Collection pid(string $label = null)
* @method Show\Field|Collection sort(string $label = null)
* @method Show\Field|Collection agent_product_id(string $label = null)

Loading…
Cancel
Save