5 Star 0 Fork 0

如初/gjwl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
dcat_admin_ide_helper.php 25.52 KB
一键复制 编辑 原始数据 按行查看 历史
如初 提交于 2022-12-14 16:21 . 'wuyu'
<?php
/**
* A helper file for Dcat Admin, to provide autocomplete information to your IDE
*
* This file should not be included in your code, only analyzed by your IDE!
*
* @author jqh <841324345@qq.com>
*/
namespace Dcat\Admin {
use Illuminate\Support\Collection;
/**
* @property Grid\Column|Collection id
* @property Grid\Column|Collection name
* @property Grid\Column|Collection type
* @property Grid\Column|Collection version
* @property Grid\Column|Collection detail
* @property Grid\Column|Collection created_at
* @property Grid\Column|Collection updated_at
* @property Grid\Column|Collection is_enabled
* @property Grid\Column|Collection parent_id
* @property Grid\Column|Collection order
* @property Grid\Column|Collection icon
* @property Grid\Column|Collection uri
* @property Grid\Column|Collection extension
* @property Grid\Column|Collection permission_id
* @property Grid\Column|Collection menu_id
* @property Grid\Column|Collection slug
* @property Grid\Column|Collection http_method
* @property Grid\Column|Collection http_path
* @property Grid\Column|Collection role_id
* @property Grid\Column|Collection user_id
* @property Grid\Column|Collection value
* @property Grid\Column|Collection username
* @property Grid\Column|Collection password
* @property Grid\Column|Collection avatar
* @property Grid\Column|Collection remember_token
* @property Grid\Column|Collection price
* @property Grid\Column|Collection type_id
* @property Grid\Column|Collection uuid
* @property Grid\Column|Collection connection
* @property Grid\Column|Collection queue
* @property Grid\Column|Collection payload
* @property Grid\Column|Collection exception
* @property Grid\Column|Collection failed_at
* @property Grid\Column|Collection pid
* @property Grid\Column|Collection route_path
* @property Grid\Column|Collection sort
* @property Grid\Column|Collection content
* @property Grid\Column|Collection status
* @property Grid\Column|Collection send_time
* @property Grid\Column|Collection deleted_at
* @property Grid\Column|Collection role_name
* @property Grid\Column|Collection desc
* @property Grid\Column|Collection register_fee
* @property Grid\Column|Collection describe
* @property Grid\Column|Collection account
* @property Grid\Column|Collection phone
* @property Grid\Column|Collection auth_id
<<<<<<< HEAD
* @property Grid\Column|Collection campus_name
* @property Grid\Column|Collection city
* @property Grid\Column|Collection region
* @property Grid\Column|Collection phone1
* @property Grid\Column|Collection phone2
* @property Grid\Column|Collection car
* @property Grid\Column|Collection in_navigation
* @property Grid\Column|Collection campus_status
* @property Grid\Column|Collection type_name
* @property Grid\Column|Collection type_namber
* @property Grid\Column|Collection medical_check_id
=======
>>>>>>> bingbing
* @property Grid\Column|Collection patient_id
* @property Grid\Column|Collection visit_id
* @property Grid\Column|Collection source_id
* @property Grid\Column|Collection business_type
* @property Grid\Column|Collection drug_id
* @property Grid\Column|Collection pay_type
* @property Grid\Column|Collection money
* @property Grid\Column|Collection campus_id
* @property Grid\Column|Collection title_id
* @property Grid\Column|Collection department_id
<<<<<<< HEAD
* @property Grid\Column|Collection label_id
* @property Grid\Column|Collection inpatient_name
* @property Grid\Column|Collection item_name
* @property Grid\Column|Collection item_price
* @property Grid\Column|Collection item_intro
* @property Grid\Column|Collection note
* @property Grid\Column|Collection item_status
* @property Grid\Column|Collection label_name
* @property Grid\Column|Collection package_name
* @property Grid\Column|Collection package_pic
* @property Grid\Column|Collection item_id
* @property Grid\Column|Collection package_intro
* @property Grid\Column|Collection patient_name
* @property Grid\Column|Collection order_id
* @property Grid\Column|Collection visit_card
* @property Grid\Column|Collection pay_name
* @property Grid\Column|Collection balance
* @property Grid\Column|Collection source_name
* @property Grid\Column|Collection bussiness_name
* @property Grid\Column|Collection test
* @property Grid\Column|Collection image
=======
* @property Grid\Column|Collection label
* @property Grid\Column|Collection package_name
* @property Grid\Column|Collection package_pic
* @property Grid\Column|Collection package_type
* @property Grid\Column|Collection price
* @property Grid\Column|Collection item
* @property Grid\Column|Collection patient_name
* @property Grid\Column|Collection order_id
* @property Grid\Column|Collection visit_card
* @property Grid\Column|Collection source_name
* @property Grid\Column|Collection bussiness_name
>>>>>>> bingbing
* @property Grid\Column|Collection email
* @property Grid\Column|Collection token
* @property Grid\Column|Collection tokenable_type
* @property Grid\Column|Collection tokenable_id
* @property Grid\Column|Collection abilities
* @property Grid\Column|Collection last_used_at
* @property Grid\Column|Collection email_verified_at
*
* @method Grid\Column|Collection id(string $label = null)
* @method Grid\Column|Collection name(string $label = null)
* @method Grid\Column|Collection type(string $label = null)
* @method Grid\Column|Collection version(string $label = null)
* @method Grid\Column|Collection detail(string $label = null)
* @method Grid\Column|Collection created_at(string $label = null)
* @method Grid\Column|Collection updated_at(string $label = null)
* @method Grid\Column|Collection is_enabled(string $label = null)
* @method Grid\Column|Collection parent_id(string $label = null)
* @method Grid\Column|Collection order(string $label = null)
* @method Grid\Column|Collection icon(string $label = null)
* @method Grid\Column|Collection uri(string $label = null)
* @method Grid\Column|Collection extension(string $label = null)
* @method Grid\Column|Collection permission_id(string $label = null)
* @method Grid\Column|Collection menu_id(string $label = null)
* @method Grid\Column|Collection slug(string $label = null)
* @method Grid\Column|Collection http_method(string $label = null)
* @method Grid\Column|Collection http_path(string $label = null)
* @method Grid\Column|Collection role_id(string $label = null)
* @method Grid\Column|Collection user_id(string $label = null)
* @method Grid\Column|Collection value(string $label = null)
* @method Grid\Column|Collection username(string $label = null)
* @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 price(string $label = null)
* @method Grid\Column|Collection type_id(string $label = null)
* @method Grid\Column|Collection uuid(string $label = null)
* @method Grid\Column|Collection connection(string $label = null)
* @method Grid\Column|Collection queue(string $label = null)
* @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 pid(string $label = null)
* @method Grid\Column|Collection route_path(string $label = null)
* @method Grid\Column|Collection sort(string $label = null)
* @method Grid\Column|Collection content(string $label = null)
* @method Grid\Column|Collection status(string $label = null)
* @method Grid\Column|Collection send_time(string $label = null)
* @method Grid\Column|Collection deleted_at(string $label = null)
* @method Grid\Column|Collection role_name(string $label = null)
* @method Grid\Column|Collection desc(string $label = null)
* @method Grid\Column|Collection register_fee(string $label = null)
* @method Grid\Column|Collection describe(string $label = null)
* @method Grid\Column|Collection account(string $label = null)
* @method Grid\Column|Collection phone(string $label = null)
* @method Grid\Column|Collection auth_id(string $label = null)
<<<<<<< HEAD
* @method Grid\Column|Collection campus_name(string $label = null)
* @method Grid\Column|Collection city(string $label = null)
* @method Grid\Column|Collection region(string $label = null)
* @method Grid\Column|Collection phone1(string $label = null)
* @method Grid\Column|Collection phone2(string $label = null)
* @method Grid\Column|Collection car(string $label = null)
* @method Grid\Column|Collection in_navigation(string $label = null)
* @method Grid\Column|Collection campus_status(string $label = null)
* @method Grid\Column|Collection type_name(string $label = null)
* @method Grid\Column|Collection type_namber(string $label = null)
* @method Grid\Column|Collection medical_check_id(string $label = null)
=======
>>>>>>> bingbing
* @method Grid\Column|Collection patient_id(string $label = null)
* @method Grid\Column|Collection visit_id(string $label = null)
* @method Grid\Column|Collection source_id(string $label = null)
* @method Grid\Column|Collection business_type(string $label = null)
* @method Grid\Column|Collection drug_id(string $label = null)
* @method Grid\Column|Collection pay_type(string $label = null)
* @method Grid\Column|Collection money(string $label = null)
* @method Grid\Column|Collection campus_id(string $label = null)
* @method Grid\Column|Collection title_id(string $label = null)
* @method Grid\Column|Collection department_id(string $label = null)
<<<<<<< HEAD
* @method Grid\Column|Collection label_id(string $label = null)
* @method Grid\Column|Collection inpatient_name(string $label = null)
* @method Grid\Column|Collection item_name(string $label = null)
* @method Grid\Column|Collection item_price(string $label = null)
* @method Grid\Column|Collection item_intro(string $label = null)
* @method Grid\Column|Collection note(string $label = null)
* @method Grid\Column|Collection item_status(string $label = null)
* @method Grid\Column|Collection label_name(string $label = null)
* @method Grid\Column|Collection package_name(string $label = null)
* @method Grid\Column|Collection package_pic(string $label = null)
* @method Grid\Column|Collection item_id(string $label = null)
* @method Grid\Column|Collection package_intro(string $label = null)
* @method Grid\Column|Collection patient_name(string $label = null)
* @method Grid\Column|Collection order_id(string $label = null)
* @method Grid\Column|Collection visit_card(string $label = null)
* @method Grid\Column|Collection pay_name(string $label = null)
* @method Grid\Column|Collection balance(string $label = null)
* @method Grid\Column|Collection source_name(string $label = null)
* @method Grid\Column|Collection bussiness_name(string $label = null)
* @method Grid\Column|Collection test(string $label = null)
* @method Grid\Column|Collection image(string $label = null)
=======
* @method Grid\Column|Collection label(string $label = null)
* @method Grid\Column|Collection package_name(string $label = null)
* @method Grid\Column|Collection package_pic(string $label = null)
* @method Grid\Column|Collection package_type(string $label = null)
* @method Grid\Column|Collection price(string $label = null)
* @method Grid\Column|Collection item(string $label = null)
* @method Grid\Column|Collection patient_name(string $label = null)
* @method Grid\Column|Collection order_id(string $label = null)
* @method Grid\Column|Collection visit_card(string $label = null)
* @method Grid\Column|Collection source_name(string $label = null)
* @method Grid\Column|Collection bussiness_name(string $label = null)
>>>>>>> bingbing
* @method Grid\Column|Collection email(string $label = null)
* @method Grid\Column|Collection token(string $label = null)
* @method Grid\Column|Collection tokenable_type(string $label = null)
* @method Grid\Column|Collection tokenable_id(string $label = null)
* @method Grid\Column|Collection abilities(string $label = null)
* @method Grid\Column|Collection last_used_at(string $label = null)
* @method Grid\Column|Collection email_verified_at(string $label = null)
*/
class Grid {}
class MiniGrid extends Grid {}
/**
* @property Show\Field|Collection id
* @property Show\Field|Collection name
* @property Show\Field|Collection type
* @property Show\Field|Collection version
* @property Show\Field|Collection detail
* @property Show\Field|Collection created_at
* @property Show\Field|Collection updated_at
* @property Show\Field|Collection is_enabled
* @property Show\Field|Collection parent_id
* @property Show\Field|Collection order
* @property Show\Field|Collection icon
* @property Show\Field|Collection uri
* @property Show\Field|Collection extension
* @property Show\Field|Collection permission_id
* @property Show\Field|Collection menu_id
* @property Show\Field|Collection slug
* @property Show\Field|Collection http_method
* @property Show\Field|Collection http_path
* @property Show\Field|Collection role_id
* @property Show\Field|Collection user_id
* @property Show\Field|Collection value
* @property Show\Field|Collection username
* @property Show\Field|Collection password
* @property Show\Field|Collection avatar
* @property Show\Field|Collection remember_token
* @property Show\Field|Collection price
* @property Show\Field|Collection type_id
* @property Show\Field|Collection uuid
* @property Show\Field|Collection connection
* @property Show\Field|Collection queue
* @property Show\Field|Collection payload
* @property Show\Field|Collection exception
* @property Show\Field|Collection failed_at
* @property Show\Field|Collection pid
* @property Show\Field|Collection route_path
* @property Show\Field|Collection sort
* @property Show\Field|Collection content
* @property Show\Field|Collection status
* @property Show\Field|Collection send_time
* @property Show\Field|Collection deleted_at
* @property Show\Field|Collection role_name
* @property Show\Field|Collection desc
* @property Show\Field|Collection register_fee
* @property Show\Field|Collection describe
* @property Show\Field|Collection account
* @property Show\Field|Collection phone
* @property Show\Field|Collection auth_id
<<<<<<< HEAD
* @property Show\Field|Collection campus_name
* @property Show\Field|Collection city
* @property Show\Field|Collection region
* @property Show\Field|Collection phone1
* @property Show\Field|Collection phone2
* @property Show\Field|Collection car
* @property Show\Field|Collection in_navigation
* @property Show\Field|Collection campus_status
* @property Show\Field|Collection type_name
* @property Show\Field|Collection type_namber
* @property Show\Field|Collection medical_check_id
=======
>>>>>>> bingbing
* @property Show\Field|Collection patient_id
* @property Show\Field|Collection visit_id
* @property Show\Field|Collection source_id
* @property Show\Field|Collection business_type
* @property Show\Field|Collection drug_id
* @property Show\Field|Collection pay_type
* @property Show\Field|Collection money
* @property Show\Field|Collection campus_id
* @property Show\Field|Collection title_id
* @property Show\Field|Collection department_id
<<<<<<< HEAD
* @property Show\Field|Collection label_id
* @property Show\Field|Collection inpatient_name
* @property Show\Field|Collection item_name
* @property Show\Field|Collection item_price
* @property Show\Field|Collection item_intro
* @property Show\Field|Collection note
* @property Show\Field|Collection item_status
* @property Show\Field|Collection label_name
* @property Show\Field|Collection package_name
* @property Show\Field|Collection package_pic
* @property Show\Field|Collection item_id
* @property Show\Field|Collection package_intro
* @property Show\Field|Collection patient_name
* @property Show\Field|Collection order_id
* @property Show\Field|Collection visit_card
* @property Show\Field|Collection pay_name
* @property Show\Field|Collection balance
* @property Show\Field|Collection source_name
* @property Show\Field|Collection bussiness_name
* @property Show\Field|Collection test
* @property Show\Field|Collection image
=======
* @property Show\Field|Collection label
* @property Show\Field|Collection package_name
* @property Show\Field|Collection package_pic
* @property Show\Field|Collection package_type
* @property Show\Field|Collection price
* @property Show\Field|Collection item
* @property Show\Field|Collection patient_name
* @property Show\Field|Collection order_id
* @property Show\Field|Collection visit_card
* @property Show\Field|Collection source_name
* @property Show\Field|Collection bussiness_name
>>>>>>> bingbing
* @property Show\Field|Collection email
* @property Show\Field|Collection token
* @property Show\Field|Collection tokenable_type
* @property Show\Field|Collection tokenable_id
* @property Show\Field|Collection abilities
* @property Show\Field|Collection last_used_at
* @property Show\Field|Collection email_verified_at
*
* @method Show\Field|Collection id(string $label = null)
* @method Show\Field|Collection name(string $label = null)
* @method Show\Field|Collection type(string $label = null)
* @method Show\Field|Collection version(string $label = null)
* @method Show\Field|Collection detail(string $label = null)
* @method Show\Field|Collection created_at(string $label = null)
* @method Show\Field|Collection updated_at(string $label = null)
* @method Show\Field|Collection is_enabled(string $label = null)
* @method Show\Field|Collection parent_id(string $label = null)
* @method Show\Field|Collection order(string $label = null)
* @method Show\Field|Collection icon(string $label = null)
* @method Show\Field|Collection uri(string $label = null)
* @method Show\Field|Collection extension(string $label = null)
* @method Show\Field|Collection permission_id(string $label = null)
* @method Show\Field|Collection menu_id(string $label = null)
* @method Show\Field|Collection slug(string $label = null)
* @method Show\Field|Collection http_method(string $label = null)
* @method Show\Field|Collection http_path(string $label = null)
* @method Show\Field|Collection role_id(string $label = null)
* @method Show\Field|Collection user_id(string $label = null)
* @method Show\Field|Collection value(string $label = null)
* @method Show\Field|Collection username(string $label = null)
* @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 price(string $label = null)
* @method Show\Field|Collection type_id(string $label = null)
* @method Show\Field|Collection uuid(string $label = null)
* @method Show\Field|Collection connection(string $label = null)
* @method Show\Field|Collection queue(string $label = null)
* @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 pid(string $label = null)
* @method Show\Field|Collection route_path(string $label = null)
* @method Show\Field|Collection sort(string $label = null)
* @method Show\Field|Collection content(string $label = null)
* @method Show\Field|Collection status(string $label = null)
* @method Show\Field|Collection send_time(string $label = null)
* @method Show\Field|Collection deleted_at(string $label = null)
* @method Show\Field|Collection role_name(string $label = null)
* @method Show\Field|Collection desc(string $label = null)
* @method Show\Field|Collection register_fee(string $label = null)
* @method Show\Field|Collection describe(string $label = null)
* @method Show\Field|Collection account(string $label = null)
* @method Show\Field|Collection phone(string $label = null)
* @method Show\Field|Collection auth_id(string $label = null)
<<<<<<< HEAD
* @method Show\Field|Collection campus_name(string $label = null)
* @method Show\Field|Collection city(string $label = null)
* @method Show\Field|Collection region(string $label = null)
* @method Show\Field|Collection phone1(string $label = null)
* @method Show\Field|Collection phone2(string $label = null)
* @method Show\Field|Collection car(string $label = null)
* @method Show\Field|Collection in_navigation(string $label = null)
* @method Show\Field|Collection campus_status(string $label = null)
* @method Show\Field|Collection type_name(string $label = null)
* @method Show\Field|Collection type_namber(string $label = null)
* @method Show\Field|Collection medical_check_id(string $label = null)
=======
>>>>>>> bingbing
* @method Show\Field|Collection patient_id(string $label = null)
* @method Show\Field|Collection visit_id(string $label = null)
* @method Show\Field|Collection source_id(string $label = null)
* @method Show\Field|Collection business_type(string $label = null)
* @method Show\Field|Collection drug_id(string $label = null)
* @method Show\Field|Collection pay_type(string $label = null)
* @method Show\Field|Collection money(string $label = null)
* @method Show\Field|Collection campus_id(string $label = null)
* @method Show\Field|Collection title_id(string $label = null)
* @method Show\Field|Collection department_id(string $label = null)
<<<<<<< HEAD
* @method Show\Field|Collection label_id(string $label = null)
* @method Show\Field|Collection inpatient_name(string $label = null)
* @method Show\Field|Collection item_name(string $label = null)
* @method Show\Field|Collection item_price(string $label = null)
* @method Show\Field|Collection item_intro(string $label = null)
* @method Show\Field|Collection note(string $label = null)
* @method Show\Field|Collection item_status(string $label = null)
* @method Show\Field|Collection label_name(string $label = null)
* @method Show\Field|Collection package_name(string $label = null)
* @method Show\Field|Collection package_pic(string $label = null)
* @method Show\Field|Collection item_id(string $label = null)
* @method Show\Field|Collection package_intro(string $label = null)
* @method Show\Field|Collection patient_name(string $label = null)
* @method Show\Field|Collection order_id(string $label = null)
* @method Show\Field|Collection visit_card(string $label = null)
* @method Show\Field|Collection pay_name(string $label = null)
* @method Show\Field|Collection balance(string $label = null)
* @method Show\Field|Collection source_name(string $label = null)
* @method Show\Field|Collection bussiness_name(string $label = null)
* @method Show\Field|Collection test(string $label = null)
* @method Show\Field|Collection image(string $label = null)
=======
* @method Show\Field|Collection label(string $label = null)
* @method Show\Field|Collection package_name(string $label = null)
* @method Show\Field|Collection package_pic(string $label = null)
* @method Show\Field|Collection package_type(string $label = null)
* @method Show\Field|Collection price(string $label = null)
* @method Show\Field|Collection item(string $label = null)
* @method Show\Field|Collection patient_name(string $label = null)
* @method Show\Field|Collection order_id(string $label = null)
* @method Show\Field|Collection visit_card(string $label = null)
* @method Show\Field|Collection source_name(string $label = null)
* @method Show\Field|Collection bussiness_name(string $label = null)
>>>>>>> bingbing
* @method Show\Field|Collection email(string $label = null)
* @method Show\Field|Collection token(string $label = null)
* @method Show\Field|Collection tokenable_type(string $label = null)
* @method Show\Field|Collection tokenable_id(string $label = null)
* @method Show\Field|Collection abilities(string $label = null)
* @method Show\Field|Collection last_used_at(string $label = null)
* @method Show\Field|Collection email_verified_at(string $label = null)
*/
class Show {}
/**
*/
class Form {}
}
namespace Dcat\Admin\Grid {
/**
*/
class Column {}
/**
*/
class Filter {}
}
namespace Dcat\Admin\Show {
/**
*/
class Field {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yangdaxiao/gjwl.git
git@gitee.com:yangdaxiao/gjwl.git
yangdaxiao
gjwl
gjwl
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385