|
@@ -11,6 +11,7 @@ namespace Dcat\Admin {
|
|
use Illuminate\Support\Collection;
|
|
use Illuminate\Support\Collection;
|
|
|
|
|
|
/**
|
|
/**
|
|
|
|
+ * @property Grid\Column|Collection width
|
|
* @property Grid\Column|Collection id
|
|
* @property Grid\Column|Collection id
|
|
* @property Grid\Column|Collection student_id
|
|
* @property Grid\Column|Collection student_id
|
|
* @property Grid\Column|Collection happen_time
|
|
* @property Grid\Column|Collection happen_time
|
|
@@ -49,6 +50,11 @@ namespace Dcat\Admin {
|
|
* @property Grid\Column|Collection add_user_id
|
|
* @property Grid\Column|Collection add_user_id
|
|
* @property Grid\Column|Collection is_pdf
|
|
* @property Grid\Column|Collection is_pdf
|
|
* @property Grid\Column|Collection is_publish
|
|
* @property Grid\Column|Collection is_publish
|
|
|
|
+ * @property Grid\Column|Collection arrive_school_time
|
|
|
|
+ * @property Grid\Column|Collection off_school_time
|
|
|
|
+ * @property Grid\Column|Collection leave_type
|
|
|
|
+ * @property Grid\Column|Collection leave_start_time
|
|
|
|
+ * @property Grid\Column|Collection leave_end_time
|
|
* @property Grid\Column|Collection look_time
|
|
* @property Grid\Column|Collection look_time
|
|
* @property Grid\Column|Collection is_share_to_parents
|
|
* @property Grid\Column|Collection is_share_to_parents
|
|
* @property Grid\Column|Collection looker
|
|
* @property Grid\Column|Collection looker
|
|
@@ -109,7 +115,6 @@ namespace Dcat\Admin {
|
|
* @property Grid\Column|Collection email
|
|
* @property Grid\Column|Collection email
|
|
* @property Grid\Column|Collection answer
|
|
* @property Grid\Column|Collection answer
|
|
* @property Grid\Column|Collection look_num
|
|
* @property Grid\Column|Collection look_num
|
|
- * @property Grid\Column|Collection leave_type
|
|
|
|
* @property Grid\Column|Collection reason
|
|
* @property Grid\Column|Collection reason
|
|
* @property Grid\Column|Collection start_time
|
|
* @property Grid\Column|Collection start_time
|
|
* @property Grid\Column|Collection end_time
|
|
* @property Grid\Column|Collection end_time
|
|
@@ -162,6 +167,7 @@ namespace Dcat\Admin {
|
|
* @property Grid\Column|Collection time
|
|
* @property Grid\Column|Collection time
|
|
* @property Grid\Column|Collection plan_type
|
|
* @property Grid\Column|Collection plan_type
|
|
* @property Grid\Column|Collection create_user_id
|
|
* @property Grid\Column|Collection create_user_id
|
|
|
|
+ * @property Grid\Column|Collection log_time
|
|
* @property Grid\Column|Collection likes_count
|
|
* @property Grid\Column|Collection likes_count
|
|
* @property Grid\Column|Collection comments_count
|
|
* @property Grid\Column|Collection comments_count
|
|
* @property Grid\Column|Collection fans_count
|
|
* @property Grid\Column|Collection fans_count
|
|
@@ -180,6 +186,7 @@ namespace Dcat\Admin {
|
|
* @property Grid\Column|Collection lang
|
|
* @property Grid\Column|Collection lang
|
|
* @property Grid\Column|Collection jpush_reg_id
|
|
* @property Grid\Column|Collection jpush_reg_id
|
|
*
|
|
*
|
|
|
|
+ * @method Grid\Column|Collection width(string $label = null)
|
|
* @method Grid\Column|Collection id(string $label = null)
|
|
* @method Grid\Column|Collection id(string $label = null)
|
|
* @method Grid\Column|Collection student_id(string $label = null)
|
|
* @method Grid\Column|Collection student_id(string $label = null)
|
|
* @method Grid\Column|Collection happen_time(string $label = null)
|
|
* @method Grid\Column|Collection happen_time(string $label = null)
|
|
@@ -218,6 +225,11 @@ namespace Dcat\Admin {
|
|
* @method Grid\Column|Collection add_user_id(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_pdf(string $label = null)
|
|
* @method Grid\Column|Collection is_publish(string $label = null)
|
|
* @method Grid\Column|Collection is_publish(string $label = null)
|
|
|
|
+ * @method Grid\Column|Collection arrive_school_time(string $label = null)
|
|
|
|
+ * @method Grid\Column|Collection off_school_time(string $label = null)
|
|
|
|
+ * @method Grid\Column|Collection leave_type(string $label = null)
|
|
|
|
+ * @method Grid\Column|Collection leave_start_time(string $label = null)
|
|
|
|
+ * @method Grid\Column|Collection leave_end_time(string $label = null)
|
|
* @method Grid\Column|Collection look_time(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 is_share_to_parents(string $label = null)
|
|
* @method Grid\Column|Collection looker(string $label = null)
|
|
* @method Grid\Column|Collection looker(string $label = null)
|
|
@@ -278,7 +290,6 @@ namespace Dcat\Admin {
|
|
* @method Grid\Column|Collection email(string $label = null)
|
|
* @method Grid\Column|Collection email(string $label = null)
|
|
* @method Grid\Column|Collection answer(string $label = null)
|
|
* @method Grid\Column|Collection answer(string $label = null)
|
|
* @method Grid\Column|Collection look_num(string $label = null)
|
|
* @method Grid\Column|Collection look_num(string $label = null)
|
|
- * @method Grid\Column|Collection leave_type(string $label = null)
|
|
|
|
* @method Grid\Column|Collection reason(string $label = null)
|
|
* @method Grid\Column|Collection reason(string $label = null)
|
|
* @method Grid\Column|Collection start_time(string $label = null)
|
|
* @method Grid\Column|Collection start_time(string $label = null)
|
|
* @method Grid\Column|Collection end_time(string $label = null)
|
|
* @method Grid\Column|Collection end_time(string $label = null)
|
|
@@ -331,6 +342,7 @@ namespace Dcat\Admin {
|
|
* @method Grid\Column|Collection time(string $label = null)
|
|
* @method Grid\Column|Collection time(string $label = null)
|
|
* @method Grid\Column|Collection plan_type(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 create_user_id(string $label = null)
|
|
|
|
+ * @method Grid\Column|Collection log_time(string $label = null)
|
|
* @method Grid\Column|Collection likes_count(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 comments_count(string $label = null)
|
|
* @method Grid\Column|Collection fans_count(string $label = null)
|
|
* @method Grid\Column|Collection fans_count(string $label = null)
|
|
@@ -354,6 +366,7 @@ namespace Dcat\Admin {
|
|
class MiniGrid extends Grid {}
|
|
class MiniGrid extends Grid {}
|
|
|
|
|
|
/**
|
|
/**
|
|
|
|
+ * @property Show\Field|Collection width
|
|
* @property Show\Field|Collection id
|
|
* @property Show\Field|Collection id
|
|
* @property Show\Field|Collection student_id
|
|
* @property Show\Field|Collection student_id
|
|
* @property Show\Field|Collection happen_time
|
|
* @property Show\Field|Collection happen_time
|
|
@@ -392,6 +405,11 @@ namespace Dcat\Admin {
|
|
* @property Show\Field|Collection add_user_id
|
|
* @property Show\Field|Collection add_user_id
|
|
* @property Show\Field|Collection is_pdf
|
|
* @property Show\Field|Collection is_pdf
|
|
* @property Show\Field|Collection is_publish
|
|
* @property Show\Field|Collection is_publish
|
|
|
|
+ * @property Show\Field|Collection arrive_school_time
|
|
|
|
+ * @property Show\Field|Collection off_school_time
|
|
|
|
+ * @property Show\Field|Collection leave_type
|
|
|
|
+ * @property Show\Field|Collection leave_start_time
|
|
|
|
+ * @property Show\Field|Collection leave_end_time
|
|
* @property Show\Field|Collection look_time
|
|
* @property Show\Field|Collection look_time
|
|
* @property Show\Field|Collection is_share_to_parents
|
|
* @property Show\Field|Collection is_share_to_parents
|
|
* @property Show\Field|Collection looker
|
|
* @property Show\Field|Collection looker
|
|
@@ -452,7 +470,6 @@ namespace Dcat\Admin {
|
|
* @property Show\Field|Collection email
|
|
* @property Show\Field|Collection email
|
|
* @property Show\Field|Collection answer
|
|
* @property Show\Field|Collection answer
|
|
* @property Show\Field|Collection look_num
|
|
* @property Show\Field|Collection look_num
|
|
- * @property Show\Field|Collection leave_type
|
|
|
|
* @property Show\Field|Collection reason
|
|
* @property Show\Field|Collection reason
|
|
* @property Show\Field|Collection start_time
|
|
* @property Show\Field|Collection start_time
|
|
* @property Show\Field|Collection end_time
|
|
* @property Show\Field|Collection end_time
|
|
@@ -505,6 +522,7 @@ namespace Dcat\Admin {
|
|
* @property Show\Field|Collection time
|
|
* @property Show\Field|Collection time
|
|
* @property Show\Field|Collection plan_type
|
|
* @property Show\Field|Collection plan_type
|
|
* @property Show\Field|Collection create_user_id
|
|
* @property Show\Field|Collection create_user_id
|
|
|
|
+ * @property Show\Field|Collection log_time
|
|
* @property Show\Field|Collection likes_count
|
|
* @property Show\Field|Collection likes_count
|
|
* @property Show\Field|Collection comments_count
|
|
* @property Show\Field|Collection comments_count
|
|
* @property Show\Field|Collection fans_count
|
|
* @property Show\Field|Collection fans_count
|
|
@@ -523,6 +541,7 @@ namespace Dcat\Admin {
|
|
* @property Show\Field|Collection lang
|
|
* @property Show\Field|Collection lang
|
|
* @property Show\Field|Collection jpush_reg_id
|
|
* @property Show\Field|Collection jpush_reg_id
|
|
*
|
|
*
|
|
|
|
+ * @method Show\Field|Collection width(string $label = null)
|
|
* @method Show\Field|Collection id(string $label = null)
|
|
* @method Show\Field|Collection id(string $label = null)
|
|
* @method Show\Field|Collection student_id(string $label = null)
|
|
* @method Show\Field|Collection student_id(string $label = null)
|
|
* @method Show\Field|Collection happen_time(string $label = null)
|
|
* @method Show\Field|Collection happen_time(string $label = null)
|
|
@@ -561,6 +580,11 @@ namespace Dcat\Admin {
|
|
* @method Show\Field|Collection add_user_id(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_pdf(string $label = null)
|
|
* @method Show\Field|Collection is_publish(string $label = null)
|
|
* @method Show\Field|Collection is_publish(string $label = null)
|
|
|
|
+ * @method Show\Field|Collection arrive_school_time(string $label = null)
|
|
|
|
+ * @method Show\Field|Collection off_school_time(string $label = null)
|
|
|
|
+ * @method Show\Field|Collection leave_type(string $label = null)
|
|
|
|
+ * @method Show\Field|Collection leave_start_time(string $label = null)
|
|
|
|
+ * @method Show\Field|Collection leave_end_time(string $label = null)
|
|
* @method Show\Field|Collection look_time(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 is_share_to_parents(string $label = null)
|
|
* @method Show\Field|Collection looker(string $label = null)
|
|
* @method Show\Field|Collection looker(string $label = null)
|
|
@@ -621,7 +645,6 @@ namespace Dcat\Admin {
|
|
* @method Show\Field|Collection email(string $label = null)
|
|
* @method Show\Field|Collection email(string $label = null)
|
|
* @method Show\Field|Collection answer(string $label = null)
|
|
* @method Show\Field|Collection answer(string $label = null)
|
|
* @method Show\Field|Collection look_num(string $label = null)
|
|
* @method Show\Field|Collection look_num(string $label = null)
|
|
- * @method Show\Field|Collection leave_type(string $label = null)
|
|
|
|
* @method Show\Field|Collection reason(string $label = null)
|
|
* @method Show\Field|Collection reason(string $label = null)
|
|
* @method Show\Field|Collection start_time(string $label = null)
|
|
* @method Show\Field|Collection start_time(string $label = null)
|
|
* @method Show\Field|Collection end_time(string $label = null)
|
|
* @method Show\Field|Collection end_time(string $label = null)
|
|
@@ -674,6 +697,7 @@ namespace Dcat\Admin {
|
|
* @method Show\Field|Collection time(string $label = null)
|
|
* @method Show\Field|Collection time(string $label = null)
|
|
* @method Show\Field|Collection plan_type(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 create_user_id(string $label = null)
|
|
|
|
+ * @method Show\Field|Collection log_time(string $label = null)
|
|
* @method Show\Field|Collection likes_count(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 comments_count(string $label = null)
|
|
* @method Show\Field|Collection fans_count(string $label = null)
|
|
* @method Show\Field|Collection fans_count(string $label = null)
|