| xqd
@@ -36,19 +36,24 @@ namespace Dcat\Admin {
|
|
|
* @property Grid\Column|Collection password
|
|
|
* @property Grid\Column|Collection avatar
|
|
|
* @property Grid\Column|Collection remember_token
|
|
|
+ * @property Grid\Column|Collection student_id
|
|
|
+ * @property Grid\Column|Collection school_year
|
|
|
+ * @property Grid\Column|Collection semester
|
|
|
+ * @property Grid\Column|Collection report_type
|
|
|
+ * @property Grid\Column|Collection add_user_id
|
|
|
+ * @property Grid\Column|Collection is_pdf
|
|
|
+ * @property Grid\Column|Collection is_publish
|
|
|
+ * @property Grid\Column|Collection deleted_at
|
|
|
* @property Grid\Column|Collection look_time
|
|
|
* @property Grid\Column|Collection is_share_to_parents
|
|
|
* @property Grid\Column|Collection looker
|
|
|
- * @property Grid\Column|Collection student_id
|
|
|
* @property Grid\Column|Collection desc
|
|
|
* @property Grid\Column|Collection photos
|
|
|
* @property Grid\Column|Collection videos
|
|
|
- * @property Grid\Column|Collection is_publish
|
|
|
* @property Grid\Column|Collection choose_ability
|
|
|
* @property Grid\Column|Collection effective_learn_characteristics
|
|
|
* @property Grid\Column|Collection next_teach_activity_plan
|
|
|
* @property Grid\Column|Collection look_bg
|
|
|
- * @property Grid\Column|Collection deleted_at
|
|
|
* @property Grid\Column|Collection md5
|
|
|
* @property Grid\Column|Collection path
|
|
|
* @property Grid\Column|Collection url
|
| xqd
@@ -132,6 +137,14 @@ namespace Dcat\Admin {
|
|
|
* @property Grid\Column|Collection on
|
|
|
* @property Grid\Column|Collection chinese
|
|
|
* @property Grid\Column|Collection fieldType
|
|
|
+ * @property Grid\Column|Collection age
|
|
|
+ * @property Grid\Column|Collection activity_type
|
|
|
+ * @property Grid\Column|Collection activity_time
|
|
|
+ * @property Grid\Column|Collection creator_user_id
|
|
|
+ * @property Grid\Column|Collection audit_status
|
|
|
+ * @property Grid\Column|Collection time
|
|
|
+ * @property Grid\Column|Collection plan_type
|
|
|
+ * @property Grid\Column|Collection create_user_id
|
|
|
* @property Grid\Column|Collection likes_count
|
|
|
* @property Grid\Column|Collection comments_count
|
|
|
* @property Grid\Column|Collection fans_count
|
| xqd
@@ -176,19 +189,24 @@ namespace Dcat\Admin {
|
|
|
* @method Grid\Column|Collection password(string $label = null)
|
|
|
* @method Grid\Column|Collection avatar(string $label = null)
|
|
|
* @method Grid\Column|Collection remember_token(string $label = null)
|
|
|
+ * @method Grid\Column|Collection student_id(string $label = null)
|
|
|
+ * @method Grid\Column|Collection school_year(string $label = null)
|
|
|
+ * @method Grid\Column|Collection semester(string $label = null)
|
|
|
+ * @method Grid\Column|Collection report_type(string $label = null)
|
|
|
+ * @method Grid\Column|Collection add_user_id(string $label = null)
|
|
|
+ * @method Grid\Column|Collection is_pdf(string $label = null)
|
|
|
+ * @method Grid\Column|Collection is_publish(string $label = null)
|
|
|
+ * @method Grid\Column|Collection deleted_at(string $label = null)
|
|
|
* @method Grid\Column|Collection look_time(string $label = null)
|
|
|
* @method Grid\Column|Collection is_share_to_parents(string $label = null)
|
|
|
* @method Grid\Column|Collection looker(string $label = null)
|
|
|
- * @method Grid\Column|Collection student_id(string $label = null)
|
|
|
* @method Grid\Column|Collection desc(string $label = null)
|
|
|
* @method Grid\Column|Collection photos(string $label = null)
|
|
|
* @method Grid\Column|Collection videos(string $label = null)
|
|
|
- * @method Grid\Column|Collection is_publish(string $label = null)
|
|
|
* @method Grid\Column|Collection choose_ability(string $label = null)
|
|
|
* @method Grid\Column|Collection effective_learn_characteristics(string $label = null)
|
|
|
* @method Grid\Column|Collection next_teach_activity_plan(string $label = null)
|
|
|
* @method Grid\Column|Collection look_bg(string $label = null)
|
|
|
- * @method Grid\Column|Collection deleted_at(string $label = null)
|
|
|
* @method Grid\Column|Collection md5(string $label = null)
|
|
|
* @method Grid\Column|Collection path(string $label = null)
|
|
|
* @method Grid\Column|Collection url(string $label = null)
|
| xqd
@@ -272,6 +290,14 @@ namespace Dcat\Admin {
|
|
|
* @method Grid\Column|Collection on(string $label = null)
|
|
|
* @method Grid\Column|Collection chinese(string $label = null)
|
|
|
* @method Grid\Column|Collection fieldType(string $label = null)
|
|
|
+ * @method Grid\Column|Collection age(string $label = null)
|
|
|
+ * @method Grid\Column|Collection activity_type(string $label = null)
|
|
|
+ * @method Grid\Column|Collection activity_time(string $label = null)
|
|
|
+ * @method Grid\Column|Collection creator_user_id(string $label = null)
|
|
|
+ * @method Grid\Column|Collection audit_status(string $label = null)
|
|
|
+ * @method Grid\Column|Collection time(string $label = null)
|
|
|
+ * @method Grid\Column|Collection plan_type(string $label = null)
|
|
|
+ * @method Grid\Column|Collection create_user_id(string $label = null)
|
|
|
* @method Grid\Column|Collection likes_count(string $label = null)
|
|
|
* @method Grid\Column|Collection comments_count(string $label = null)
|
|
|
* @method Grid\Column|Collection fans_count(string $label = null)
|
| xqd
@@ -321,19 +347,24 @@ namespace Dcat\Admin {
|
|
|
* @property Show\Field|Collection password
|
|
|
* @property Show\Field|Collection avatar
|
|
|
* @property Show\Field|Collection remember_token
|
|
|
+ * @property Show\Field|Collection student_id
|
|
|
+ * @property Show\Field|Collection school_year
|
|
|
+ * @property Show\Field|Collection semester
|
|
|
+ * @property Show\Field|Collection report_type
|
|
|
+ * @property Show\Field|Collection add_user_id
|
|
|
+ * @property Show\Field|Collection is_pdf
|
|
|
+ * @property Show\Field|Collection is_publish
|
|
|
+ * @property Show\Field|Collection deleted_at
|
|
|
* @property Show\Field|Collection look_time
|
|
|
* @property Show\Field|Collection is_share_to_parents
|
|
|
* @property Show\Field|Collection looker
|
|
|
- * @property Show\Field|Collection student_id
|
|
|
* @property Show\Field|Collection desc
|
|
|
* @property Show\Field|Collection photos
|
|
|
* @property Show\Field|Collection videos
|
|
|
- * @property Show\Field|Collection is_publish
|
|
|
* @property Show\Field|Collection choose_ability
|
|
|
* @property Show\Field|Collection effective_learn_characteristics
|
|
|
* @property Show\Field|Collection next_teach_activity_plan
|
|
|
* @property Show\Field|Collection look_bg
|
|
|
- * @property Show\Field|Collection deleted_at
|
|
|
* @property Show\Field|Collection md5
|
|
|
* @property Show\Field|Collection path
|
|
|
* @property Show\Field|Collection url
|
| xqd
@@ -417,6 +448,14 @@ namespace Dcat\Admin {
|
|
|
* @property Show\Field|Collection on
|
|
|
* @property Show\Field|Collection chinese
|
|
|
* @property Show\Field|Collection fieldType
|
|
|
+ * @property Show\Field|Collection age
|
|
|
+ * @property Show\Field|Collection activity_type
|
|
|
+ * @property Show\Field|Collection activity_time
|
|
|
+ * @property Show\Field|Collection creator_user_id
|
|
|
+ * @property Show\Field|Collection audit_status
|
|
|
+ * @property Show\Field|Collection time
|
|
|
+ * @property Show\Field|Collection plan_type
|
|
|
+ * @property Show\Field|Collection create_user_id
|
|
|
* @property Show\Field|Collection likes_count
|
|
|
* @property Show\Field|Collection comments_count
|
|
|
* @property Show\Field|Collection fans_count
|
| xqd
@@ -461,19 +500,24 @@ namespace Dcat\Admin {
|
|
|
* @method Show\Field|Collection password(string $label = null)
|
|
|
* @method Show\Field|Collection avatar(string $label = null)
|
|
|
* @method Show\Field|Collection remember_token(string $label = null)
|
|
|
+ * @method Show\Field|Collection student_id(string $label = null)
|
|
|
+ * @method Show\Field|Collection school_year(string $label = null)
|
|
|
+ * @method Show\Field|Collection semester(string $label = null)
|
|
|
+ * @method Show\Field|Collection report_type(string $label = null)
|
|
|
+ * @method Show\Field|Collection add_user_id(string $label = null)
|
|
|
+ * @method Show\Field|Collection is_pdf(string $label = null)
|
|
|
+ * @method Show\Field|Collection is_publish(string $label = null)
|
|
|
+ * @method Show\Field|Collection deleted_at(string $label = null)
|
|
|
* @method Show\Field|Collection look_time(string $label = null)
|
|
|
* @method Show\Field|Collection is_share_to_parents(string $label = null)
|
|
|
* @method Show\Field|Collection looker(string $label = null)
|
|
|
- * @method Show\Field|Collection student_id(string $label = null)
|
|
|
* @method Show\Field|Collection desc(string $label = null)
|
|
|
* @method Show\Field|Collection photos(string $label = null)
|
|
|
* @method Show\Field|Collection videos(string $label = null)
|
|
|
- * @method Show\Field|Collection is_publish(string $label = null)
|
|
|
* @method Show\Field|Collection choose_ability(string $label = null)
|
|
|
* @method Show\Field|Collection effective_learn_characteristics(string $label = null)
|
|
|
* @method Show\Field|Collection next_teach_activity_plan(string $label = null)
|
|
|
* @method Show\Field|Collection look_bg(string $label = null)
|
|
|
- * @method Show\Field|Collection deleted_at(string $label = null)
|
|
|
* @method Show\Field|Collection md5(string $label = null)
|
|
|
* @method Show\Field|Collection path(string $label = null)
|
|
|
* @method Show\Field|Collection url(string $label = null)
|
| xqd
@@ -557,6 +601,14 @@ namespace Dcat\Admin {
|
|
|
* @method Show\Field|Collection on(string $label = null)
|
|
|
* @method Show\Field|Collection chinese(string $label = null)
|
|
|
* @method Show\Field|Collection fieldType(string $label = null)
|
|
|
+ * @method Show\Field|Collection age(string $label = null)
|
|
|
+ * @method Show\Field|Collection activity_type(string $label = null)
|
|
|
+ * @method Show\Field|Collection activity_time(string $label = null)
|
|
|
+ * @method Show\Field|Collection creator_user_id(string $label = null)
|
|
|
+ * @method Show\Field|Collection audit_status(string $label = null)
|
|
|
+ * @method Show\Field|Collection time(string $label = null)
|
|
|
+ * @method Show\Field|Collection plan_type(string $label = null)
|
|
|
+ * @method Show\Field|Collection create_user_id(string $label = null)
|
|
|
* @method Show\Field|Collection likes_count(string $label = null)
|
|
|
* @method Show\Field|Collection comments_count(string $label = null)
|
|
|
* @method Show\Field|Collection fans_count(string $label = null)
|