From 9bdc9c5125fa6eca0e6c2eeb0ad6c6ec34cf49ee Mon Sep 17 00:00:00 2001 From: liapples Date: Thu, 12 Aug 2021 20:04:47 +0800 Subject: [PATCH] ide helper --- dcat_admin_ide_helper.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dcat_admin_ide_helper.php b/dcat_admin_ide_helper.php index 867be20..c3b5849 100644 --- a/dcat_admin_ide_helper.php +++ b/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)