From 9ef02371a737ef04dae29ef3719a3003ebc6aca9 Mon Sep 17 00:00:00 2001 From: liapples Date: Fri, 13 Aug 2021 16:46:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E6=8E=A5ide=20helper?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dcat_admin_ide_helper.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dcat_admin_ide_helper.php b/dcat_admin_ide_helper.php index c3b5849..40670b0 100644 --- a/dcat_admin_ide_helper.php +++ b/dcat_admin_ide_helper.php @@ -78,6 +78,8 @@ namespace Dcat\Admin { * @property Grid\Column|Collection payload * @property Grid\Column|Collection exception * @property Grid\Column|Collection failed_at + * @property Grid\Column|Collection guide_name + * @property Grid\Column|Collection photo * @property Grid\Column|Collection is_read * @property Grid\Column|Collection order_no * @property Grid\Column|Collection num @@ -171,6 +173,8 @@ namespace Dcat\Admin { * @method Grid\Column|Collection payload(string $label = null) * @method Grid\Column|Collection exception(string $label = null) * @method Grid\Column|Collection failed_at(string $label = null) + * @method Grid\Column|Collection guide_name(string $label = null) + * @method Grid\Column|Collection photo(string $label = null) * @method Grid\Column|Collection is_read(string $label = null) * @method Grid\Column|Collection order_no(string $label = null) * @method Grid\Column|Collection num(string $label = null) @@ -269,6 +273,8 @@ namespace Dcat\Admin { * @property Show\Field|Collection payload * @property Show\Field|Collection exception * @property Show\Field|Collection failed_at + * @property Show\Field|Collection guide_name + * @property Show\Field|Collection photo * @property Show\Field|Collection is_read * @property Show\Field|Collection order_no * @property Show\Field|Collection num @@ -362,6 +368,8 @@ namespace Dcat\Admin { * @method Show\Field|Collection payload(string $label = null) * @method Show\Field|Collection exception(string $label = null) * @method Show\Field|Collection failed_at(string $label = null) + * @method Show\Field|Collection guide_name(string $label = null) + * @method Show\Field|Collection photo(string $label = null) * @method Show\Field|Collection is_read(string $label = null) * @method Show\Field|Collection order_no(string $label = null) * @method Show\Field|Collection num(string $label = null)