1 Star 0 Fork 2

温馨/云平台

forked from Admin/云平台 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
dcat_admin_ide_helper.php 37.83 KB
一键复制 编辑 原始数据 按行查看 历史
Joker 提交于 2021-10-15 16:26 . 新增采集点
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705
<?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 layerId
* @property Grid\Column|Collection created_at
* @property Grid\Column|Collection content
* @property Grid\Column|Collection devicename
* @property Grid\Column|Collection cloumn
* @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 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 companyId
* @property Grid\Column|Collection pid
* @property Grid\Column|Collection openid
* @property Grid\Column|Collection unionid
* @property Grid\Column|Collection projectId
* @property Grid\Column|Collection code
* @property Grid\Column|Collection sulg
* @property Grid\Column|Collection level
* @property Grid\Column|Collection parent_code
* @property Grid\Column|Collection email
* @property Grid\Column|Collection token
* @property Grid\Column|Collection email_verified_at
* @property Grid\Column|Collection mobile
* @property Grid\Column|Collection deviceid
* @property Grid\Column|Collection sex
* @property Grid\Column|Collection volunteers
* @property Grid\Column|Collection nickname
* @property Grid\Column|Collection idcard
* @property Grid\Column|Collection address
* @property Grid\Column|Collection deviceId
* @property Grid\Column|Collection cid
* @property Grid\Column|Collection lat
* @property Grid\Column|Collection lng
* @property Grid\Column|Collection province
* @property Grid\Column|Collection city
* @property Grid\Column|Collection area
* @property Grid\Column|Collection status
* @property Grid\Column|Collection simualmStatus
* @property Grid\Column|Collection unnormalStatus
* @property Grid\Column|Collection sensiFault
* @property Grid\Column|Collection powerStatus
* @property Grid\Column|Collection almStatus
* @property Grid\Column|Collection linkalmStatus
* @property Grid\Column|Collection removeStatus
* @property Grid\Column|Collection gatewayId
* @property Grid\Column|Collection roomId
* @property Grid\Column|Collection device_type
* @property Grid\Column|Collection width
* @property Grid\Column|Collection height
* @property Grid\Column|Collection pageX
* @property Grid\Column|Collection pageY
* @property Grid\Column|Collection color
* @property Grid\Column|Collection alarm
* @property Grid\Column|Collection di
* @property Grid\Column|Collection current_ai1
* @property Grid\Column|Collection current_ai2
* @property Grid\Column|Collection voltage_ai3
* @property Grid\Column|Collection voltage_ai4
* @property Grid\Column|Collection brandId
* @property Grid\Column|Collection batvoltage_ai5
* @property Grid\Column|Collection signal
* @property Grid\Column|Collection smokeThresold
* @property Grid\Column|Collection heartbeat
* @property Grid\Column|Collection Min
* @property Grid\Column|Collection Max
* @property Grid\Column|Collection group
* @property Grid\Column|Collection valueType
* @property Grid\Column|Collection planeJPG
* @property Grid\Column|Collection result
* @property Grid\Column|Collection msg
* @property Grid\Column|Collection remark
* @property Grid\Column|Collection device_detail
* @property Grid\Column|Collection pushtime
* @property Grid\Column|Collection device_id
* @property Grid\Column|Collection alias
* @property Grid\Column|Collection dtypeId
* @property Grid\Column|Collection typename
* @property Grid\Column|Collection switch
* @property Grid\Column|Collection lid
* @property Grid\Column|Collection goodsid
* @property Grid\Column|Collection price
* @property Grid\Column|Collection class
* @property Grid\Column|Collection mstatus
* @property Grid\Column|Collection jcstatus
* @property Grid\Column|Collection ysstatus
* @property Grid\Column|Collection valid_date
* @property Grid\Column|Collection production_date
* @property Grid\Column|Collection batch_number
* @property Grid\Column|Collection num
* @property Grid\Column|Collection num_max
* @property Grid\Column|Collection goods_data
* @property Grid\Column|Collection replenishment_type
* @property Grid\Column|Collection img
* @property Grid\Column|Collection is_split
* @property Grid\Column|Collection cate_id
* @property Grid\Column|Collection src
* @property Grid\Column|Collection is_user
* @property Grid\Column|Collection reason
* @property Grid\Column|Collection admin_id
* @property Grid\Column|Collection projectname
* @property Grid\Column|Collection starttime
* @property Grid\Column|Collection endtime
* @property Grid\Column|Collection project_type
* @property Grid\Column|Collection project_id
* @property Grid\Column|Collection image
* @property Grid\Column|Collection taskId
* @property Grid\Column|Collection taskname
* @property Grid\Column|Collection taskcontent
* @property Grid\Column|Collection max
* @property Grid\Column|Collection min
* @property Grid\Column|Collection average
* @property Grid\Column|Collection wechat_app_id
* @property Grid\Column|Collection wechat_secret
* @property Grid\Column|Collection wechat_token
* @property Grid\Column|Collection wechat_aes_key
* @property Grid\Column|Collection pay_mch_id
* @property Grid\Column|Collection pay_api_key
* @property Grid\Column|Collection pay_cert_path
* @property Grid\Column|Collection pay_key_path
* @property Grid\Column|Collection op_app_id
* @property Grid\Column|Collection op_secret
* @property Grid\Column|Collection op_token
* @property Grid\Column|Collection op_aes_key
* @property Grid\Column|Collection work_corp_id
* @property Grid\Column|Collection work_agent_id
* @property Grid\Column|Collection work_secret
* @property Grid\Column|Collection pname
* @property Grid\Column|Collection data
* @property Grid\Column|Collection created_time
* @property Grid\Column|Collection aaa
* @property Grid\Column|Collection aab
* @property Grid\Column|Collection aac
* @property Grid\Column|Collection aad
* @property Grid\Column|Collection aae
* @property Grid\Column|Collection aaf
* @property Grid\Column|Collection aag
* @property Grid\Column|Collection aah
* @property Grid\Column|Collection aai
* @property Grid\Column|Collection aaj
* @property Grid\Column|Collection aak
* @property Grid\Column|Collection aal
* @property Grid\Column|Collection aam
* @property Grid\Column|Collection aan
* @property Grid\Column|Collection aao
* @property Grid\Column|Collection aap
*
* @method Grid\Column|Collection layerId(string $label = null)
* @method Grid\Column|Collection created_at(string $label = null)
* @method Grid\Column|Collection content(string $label = null)
* @method Grid\Column|Collection devicename(string $label = null)
* @method Grid\Column|Collection cloumn(string $label = null)
* @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 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 companyId(string $label = null)
* @method Grid\Column|Collection pid(string $label = null)
* @method Grid\Column|Collection openid(string $label = null)
* @method Grid\Column|Collection unionid(string $label = null)
* @method Grid\Column|Collection projectId(string $label = null)
* @method Grid\Column|Collection code(string $label = null)
* @method Grid\Column|Collection sulg(string $label = null)
* @method Grid\Column|Collection level(string $label = null)
* @method Grid\Column|Collection parent_code(string $label = null)
* @method Grid\Column|Collection email(string $label = null)
* @method Grid\Column|Collection token(string $label = null)
* @method Grid\Column|Collection email_verified_at(string $label = null)
* @method Grid\Column|Collection mobile(string $label = null)
* @method Grid\Column|Collection deviceid(string $label = null)
* @method Grid\Column|Collection sex(string $label = null)
* @method Grid\Column|Collection volunteers(string $label = null)
* @method Grid\Column|Collection nickname(string $label = null)
* @method Grid\Column|Collection idcard(string $label = null)
* @method Grid\Column|Collection address(string $label = null)
* @method Grid\Column|Collection deviceId(string $label = null)
* @method Grid\Column|Collection cid(string $label = null)
* @method Grid\Column|Collection lat(string $label = null)
* @method Grid\Column|Collection lng(string $label = null)
* @method Grid\Column|Collection province(string $label = null)
* @method Grid\Column|Collection city(string $label = null)
* @method Grid\Column|Collection area(string $label = null)
* @method Grid\Column|Collection status(string $label = null)
* @method Grid\Column|Collection simualmStatus(string $label = null)
* @method Grid\Column|Collection unnormalStatus(string $label = null)
* @method Grid\Column|Collection sensiFault(string $label = null)
* @method Grid\Column|Collection powerStatus(string $label = null)
* @method Grid\Column|Collection almStatus(string $label = null)
* @method Grid\Column|Collection linkalmStatus(string $label = null)
* @method Grid\Column|Collection removeStatus(string $label = null)
* @method Grid\Column|Collection gatewayId(string $label = null)
* @method Grid\Column|Collection roomId(string $label = null)
* @method Grid\Column|Collection device_type(string $label = null)
* @method Grid\Column|Collection width(string $label = null)
* @method Grid\Column|Collection height(string $label = null)
* @method Grid\Column|Collection pageX(string $label = null)
* @method Grid\Column|Collection pageY(string $label = null)
* @method Grid\Column|Collection color(string $label = null)
* @method Grid\Column|Collection alarm(string $label = null)
* @method Grid\Column|Collection di(string $label = null)
* @method Grid\Column|Collection current_ai1(string $label = null)
* @method Grid\Column|Collection current_ai2(string $label = null)
* @method Grid\Column|Collection voltage_ai3(string $label = null)
* @method Grid\Column|Collection voltage_ai4(string $label = null)
* @method Grid\Column|Collection brandId(string $label = null)
* @method Grid\Column|Collection batvoltage_ai5(string $label = null)
* @method Grid\Column|Collection signal(string $label = null)
* @method Grid\Column|Collection smokeThresold(string $label = null)
* @method Grid\Column|Collection heartbeat(string $label = null)
* @method Grid\Column|Collection Min(string $label = null)
* @method Grid\Column|Collection Max(string $label = null)
* @method Grid\Column|Collection group(string $label = null)
* @method Grid\Column|Collection valueType(string $label = null)
* @method Grid\Column|Collection planeJPG(string $label = null)
* @method Grid\Column|Collection result(string $label = null)
* @method Grid\Column|Collection msg(string $label = null)
* @method Grid\Column|Collection remark(string $label = null)
* @method Grid\Column|Collection device_detail(string $label = null)
* @method Grid\Column|Collection pushtime(string $label = null)
* @method Grid\Column|Collection device_id(string $label = null)
* @method Grid\Column|Collection alias(string $label = null)
* @method Grid\Column|Collection dtypeId(string $label = null)
* @method Grid\Column|Collection typename(string $label = null)
* @method Grid\Column|Collection switch(string $label = null)
* @method Grid\Column|Collection lid(string $label = null)
* @method Grid\Column|Collection goodsid(string $label = null)
* @method Grid\Column|Collection price(string $label = null)
* @method Grid\Column|Collection class(string $label = null)
* @method Grid\Column|Collection mstatus(string $label = null)
* @method Grid\Column|Collection jcstatus(string $label = null)
* @method Grid\Column|Collection ysstatus(string $label = null)
* @method Grid\Column|Collection valid_date(string $label = null)
* @method Grid\Column|Collection production_date(string $label = null)
* @method Grid\Column|Collection batch_number(string $label = null)
* @method Grid\Column|Collection num(string $label = null)
* @method Grid\Column|Collection num_max(string $label = null)
* @method Grid\Column|Collection goods_data(string $label = null)
* @method Grid\Column|Collection replenishment_type(string $label = null)
* @method Grid\Column|Collection img(string $label = null)
* @method Grid\Column|Collection is_split(string $label = null)
* @method Grid\Column|Collection cate_id(string $label = null)
* @method Grid\Column|Collection src(string $label = null)
* @method Grid\Column|Collection is_user(string $label = null)
* @method Grid\Column|Collection reason(string $label = null)
* @method Grid\Column|Collection admin_id(string $label = null)
* @method Grid\Column|Collection projectname(string $label = null)
* @method Grid\Column|Collection starttime(string $label = null)
* @method Grid\Column|Collection endtime(string $label = null)
* @method Grid\Column|Collection project_type(string $label = null)
* @method Grid\Column|Collection project_id(string $label = null)
* @method Grid\Column|Collection image(string $label = null)
* @method Grid\Column|Collection taskId(string $label = null)
* @method Grid\Column|Collection taskname(string $label = null)
* @method Grid\Column|Collection taskcontent(string $label = null)
* @method Grid\Column|Collection max(string $label = null)
* @method Grid\Column|Collection min(string $label = null)
* @method Grid\Column|Collection average(string $label = null)
* @method Grid\Column|Collection wechat_app_id(string $label = null)
* @method Grid\Column|Collection wechat_secret(string $label = null)
* @method Grid\Column|Collection wechat_token(string $label = null)
* @method Grid\Column|Collection wechat_aes_key(string $label = null)
* @method Grid\Column|Collection pay_mch_id(string $label = null)
* @method Grid\Column|Collection pay_api_key(string $label = null)
* @method Grid\Column|Collection pay_cert_path(string $label = null)
* @method Grid\Column|Collection pay_key_path(string $label = null)
* @method Grid\Column|Collection op_app_id(string $label = null)
* @method Grid\Column|Collection op_secret(string $label = null)
* @method Grid\Column|Collection op_token(string $label = null)
* @method Grid\Column|Collection op_aes_key(string $label = null)
* @method Grid\Column|Collection work_corp_id(string $label = null)
* @method Grid\Column|Collection work_agent_id(string $label = null)
* @method Grid\Column|Collection work_secret(string $label = null)
* @method Grid\Column|Collection pname(string $label = null)
* @method Grid\Column|Collection data(string $label = null)
* @method Grid\Column|Collection created_time(string $label = null)
* @method Grid\Column|Collection aaa(string $label = null)
* @method Grid\Column|Collection aab(string $label = null)
* @method Grid\Column|Collection aac(string $label = null)
* @method Grid\Column|Collection aad(string $label = null)
* @method Grid\Column|Collection aae(string $label = null)
* @method Grid\Column|Collection aaf(string $label = null)
* @method Grid\Column|Collection aag(string $label = null)
* @method Grid\Column|Collection aah(string $label = null)
* @method Grid\Column|Collection aai(string $label = null)
* @method Grid\Column|Collection aaj(string $label = null)
* @method Grid\Column|Collection aak(string $label = null)
* @method Grid\Column|Collection aal(string $label = null)
* @method Grid\Column|Collection aam(string $label = null)
* @method Grid\Column|Collection aan(string $label = null)
* @method Grid\Column|Collection aao(string $label = null)
* @method Grid\Column|Collection aap(string $label = null)
*/
class Grid {}
class MiniGrid extends Grid {}
/**
* @property Show\Field|Collection layerId
* @property Show\Field|Collection created_at
* @property Show\Field|Collection content
* @property Show\Field|Collection devicename
* @property Show\Field|Collection cloumn
* @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 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 companyId
* @property Show\Field|Collection pid
* @property Show\Field|Collection openid
* @property Show\Field|Collection unionid
* @property Show\Field|Collection projectId
* @property Show\Field|Collection code
* @property Show\Field|Collection sulg
* @property Show\Field|Collection level
* @property Show\Field|Collection parent_code
* @property Show\Field|Collection email
* @property Show\Field|Collection token
* @property Show\Field|Collection email_verified_at
* @property Show\Field|Collection mobile
* @property Show\Field|Collection deviceid
* @property Show\Field|Collection sex
* @property Show\Field|Collection volunteers
* @property Show\Field|Collection nickname
* @property Show\Field|Collection idcard
* @property Show\Field|Collection address
* @property Show\Field|Collection deviceId
* @property Show\Field|Collection cid
* @property Show\Field|Collection lat
* @property Show\Field|Collection lng
* @property Show\Field|Collection province
* @property Show\Field|Collection city
* @property Show\Field|Collection area
* @property Show\Field|Collection status
* @property Show\Field|Collection simualmStatus
* @property Show\Field|Collection unnormalStatus
* @property Show\Field|Collection sensiFault
* @property Show\Field|Collection powerStatus
* @property Show\Field|Collection almStatus
* @property Show\Field|Collection linkalmStatus
* @property Show\Field|Collection removeStatus
* @property Show\Field|Collection gatewayId
* @property Show\Field|Collection roomId
* @property Show\Field|Collection device_type
* @property Show\Field|Collection width
* @property Show\Field|Collection height
* @property Show\Field|Collection pageX
* @property Show\Field|Collection pageY
* @property Show\Field|Collection color
* @property Show\Field|Collection alarm
* @property Show\Field|Collection di
* @property Show\Field|Collection current_ai1
* @property Show\Field|Collection current_ai2
* @property Show\Field|Collection voltage_ai3
* @property Show\Field|Collection voltage_ai4
* @property Show\Field|Collection brandId
* @property Show\Field|Collection batvoltage_ai5
* @property Show\Field|Collection signal
* @property Show\Field|Collection smokeThresold
* @property Show\Field|Collection heartbeat
* @property Show\Field|Collection Min
* @property Show\Field|Collection Max
* @property Show\Field|Collection group
* @property Show\Field|Collection valueType
* @property Show\Field|Collection planeJPG
* @property Show\Field|Collection result
* @property Show\Field|Collection msg
* @property Show\Field|Collection remark
* @property Show\Field|Collection device_detail
* @property Show\Field|Collection pushtime
* @property Show\Field|Collection device_id
* @property Show\Field|Collection alias
* @property Show\Field|Collection dtypeId
* @property Show\Field|Collection typename
* @property Show\Field|Collection switch
* @property Show\Field|Collection lid
* @property Show\Field|Collection goodsid
* @property Show\Field|Collection price
* @property Show\Field|Collection class
* @property Show\Field|Collection mstatus
* @property Show\Field|Collection jcstatus
* @property Show\Field|Collection ysstatus
* @property Show\Field|Collection valid_date
* @property Show\Field|Collection production_date
* @property Show\Field|Collection batch_number
* @property Show\Field|Collection num
* @property Show\Field|Collection num_max
* @property Show\Field|Collection goods_data
* @property Show\Field|Collection replenishment_type
* @property Show\Field|Collection img
* @property Show\Field|Collection is_split
* @property Show\Field|Collection cate_id
* @property Show\Field|Collection src
* @property Show\Field|Collection is_user
* @property Show\Field|Collection reason
* @property Show\Field|Collection admin_id
* @property Show\Field|Collection projectname
* @property Show\Field|Collection starttime
* @property Show\Field|Collection endtime
* @property Show\Field|Collection project_type
* @property Show\Field|Collection project_id
* @property Show\Field|Collection image
* @property Show\Field|Collection taskId
* @property Show\Field|Collection taskname
* @property Show\Field|Collection taskcontent
* @property Show\Field|Collection max
* @property Show\Field|Collection min
* @property Show\Field|Collection average
* @property Show\Field|Collection wechat_app_id
* @property Show\Field|Collection wechat_secret
* @property Show\Field|Collection wechat_token
* @property Show\Field|Collection wechat_aes_key
* @property Show\Field|Collection pay_mch_id
* @property Show\Field|Collection pay_api_key
* @property Show\Field|Collection pay_cert_path
* @property Show\Field|Collection pay_key_path
* @property Show\Field|Collection op_app_id
* @property Show\Field|Collection op_secret
* @property Show\Field|Collection op_token
* @property Show\Field|Collection op_aes_key
* @property Show\Field|Collection work_corp_id
* @property Show\Field|Collection work_agent_id
* @property Show\Field|Collection work_secret
* @property Show\Field|Collection pname
* @property Show\Field|Collection data
* @property Show\Field|Collection created_time
* @property Show\Field|Collection aaa
* @property Show\Field|Collection aab
* @property Show\Field|Collection aac
* @property Show\Field|Collection aad
* @property Show\Field|Collection aae
* @property Show\Field|Collection aaf
* @property Show\Field|Collection aag
* @property Show\Field|Collection aah
* @property Show\Field|Collection aai
* @property Show\Field|Collection aaj
* @property Show\Field|Collection aak
* @property Show\Field|Collection aal
* @property Show\Field|Collection aam
* @property Show\Field|Collection aan
* @property Show\Field|Collection aao
* @property Show\Field|Collection aap
*
* @method Show\Field|Collection layerId(string $label = null)
* @method Show\Field|Collection created_at(string $label = null)
* @method Show\Field|Collection content(string $label = null)
* @method Show\Field|Collection devicename(string $label = null)
* @method Show\Field|Collection cloumn(string $label = null)
* @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 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 companyId(string $label = null)
* @method Show\Field|Collection pid(string $label = null)
* @method Show\Field|Collection openid(string $label = null)
* @method Show\Field|Collection unionid(string $label = null)
* @method Show\Field|Collection projectId(string $label = null)
* @method Show\Field|Collection code(string $label = null)
* @method Show\Field|Collection sulg(string $label = null)
* @method Show\Field|Collection level(string $label = null)
* @method Show\Field|Collection parent_code(string $label = null)
* @method Show\Field|Collection email(string $label = null)
* @method Show\Field|Collection token(string $label = null)
* @method Show\Field|Collection email_verified_at(string $label = null)
* @method Show\Field|Collection mobile(string $label = null)
* @method Show\Field|Collection deviceid(string $label = null)
* @method Show\Field|Collection sex(string $label = null)
* @method Show\Field|Collection volunteers(string $label = null)
* @method Show\Field|Collection nickname(string $label = null)
* @method Show\Field|Collection idcard(string $label = null)
* @method Show\Field|Collection address(string $label = null)
* @method Show\Field|Collection deviceId(string $label = null)
* @method Show\Field|Collection cid(string $label = null)
* @method Show\Field|Collection lat(string $label = null)
* @method Show\Field|Collection lng(string $label = null)
* @method Show\Field|Collection province(string $label = null)
* @method Show\Field|Collection city(string $label = null)
* @method Show\Field|Collection area(string $label = null)
* @method Show\Field|Collection status(string $label = null)
* @method Show\Field|Collection simualmStatus(string $label = null)
* @method Show\Field|Collection unnormalStatus(string $label = null)
* @method Show\Field|Collection sensiFault(string $label = null)
* @method Show\Field|Collection powerStatus(string $label = null)
* @method Show\Field|Collection almStatus(string $label = null)
* @method Show\Field|Collection linkalmStatus(string $label = null)
* @method Show\Field|Collection removeStatus(string $label = null)
* @method Show\Field|Collection gatewayId(string $label = null)
* @method Show\Field|Collection roomId(string $label = null)
* @method Show\Field|Collection device_type(string $label = null)
* @method Show\Field|Collection width(string $label = null)
* @method Show\Field|Collection height(string $label = null)
* @method Show\Field|Collection pageX(string $label = null)
* @method Show\Field|Collection pageY(string $label = null)
* @method Show\Field|Collection color(string $label = null)
* @method Show\Field|Collection alarm(string $label = null)
* @method Show\Field|Collection di(string $label = null)
* @method Show\Field|Collection current_ai1(string $label = null)
* @method Show\Field|Collection current_ai2(string $label = null)
* @method Show\Field|Collection voltage_ai3(string $label = null)
* @method Show\Field|Collection voltage_ai4(string $label = null)
* @method Show\Field|Collection brandId(string $label = null)
* @method Show\Field|Collection batvoltage_ai5(string $label = null)
* @method Show\Field|Collection signal(string $label = null)
* @method Show\Field|Collection smokeThresold(string $label = null)
* @method Show\Field|Collection heartbeat(string $label = null)
* @method Show\Field|Collection Min(string $label = null)
* @method Show\Field|Collection Max(string $label = null)
* @method Show\Field|Collection group(string $label = null)
* @method Show\Field|Collection valueType(string $label = null)
* @method Show\Field|Collection planeJPG(string $label = null)
* @method Show\Field|Collection result(string $label = null)
* @method Show\Field|Collection msg(string $label = null)
* @method Show\Field|Collection remark(string $label = null)
* @method Show\Field|Collection device_detail(string $label = null)
* @method Show\Field|Collection pushtime(string $label = null)
* @method Show\Field|Collection device_id(string $label = null)
* @method Show\Field|Collection alias(string $label = null)
* @method Show\Field|Collection dtypeId(string $label = null)
* @method Show\Field|Collection typename(string $label = null)
* @method Show\Field|Collection switch(string $label = null)
* @method Show\Field|Collection lid(string $label = null)
* @method Show\Field|Collection goodsid(string $label = null)
* @method Show\Field|Collection price(string $label = null)
* @method Show\Field|Collection class(string $label = null)
* @method Show\Field|Collection mstatus(string $label = null)
* @method Show\Field|Collection jcstatus(string $label = null)
* @method Show\Field|Collection ysstatus(string $label = null)
* @method Show\Field|Collection valid_date(string $label = null)
* @method Show\Field|Collection production_date(string $label = null)
* @method Show\Field|Collection batch_number(string $label = null)
* @method Show\Field|Collection num(string $label = null)
* @method Show\Field|Collection num_max(string $label = null)
* @method Show\Field|Collection goods_data(string $label = null)
* @method Show\Field|Collection replenishment_type(string $label = null)
* @method Show\Field|Collection img(string $label = null)
* @method Show\Field|Collection is_split(string $label = null)
* @method Show\Field|Collection cate_id(string $label = null)
* @method Show\Field|Collection src(string $label = null)
* @method Show\Field|Collection is_user(string $label = null)
* @method Show\Field|Collection reason(string $label = null)
* @method Show\Field|Collection admin_id(string $label = null)
* @method Show\Field|Collection projectname(string $label = null)
* @method Show\Field|Collection starttime(string $label = null)
* @method Show\Field|Collection endtime(string $label = null)
* @method Show\Field|Collection project_type(string $label = null)
* @method Show\Field|Collection project_id(string $label = null)
* @method Show\Field|Collection image(string $label = null)
* @method Show\Field|Collection taskId(string $label = null)
* @method Show\Field|Collection taskname(string $label = null)
* @method Show\Field|Collection taskcontent(string $label = null)
* @method Show\Field|Collection max(string $label = null)
* @method Show\Field|Collection min(string $label = null)
* @method Show\Field|Collection average(string $label = null)
* @method Show\Field|Collection wechat_app_id(string $label = null)
* @method Show\Field|Collection wechat_secret(string $label = null)
* @method Show\Field|Collection wechat_token(string $label = null)
* @method Show\Field|Collection wechat_aes_key(string $label = null)
* @method Show\Field|Collection pay_mch_id(string $label = null)
* @method Show\Field|Collection pay_api_key(string $label = null)
* @method Show\Field|Collection pay_cert_path(string $label = null)
* @method Show\Field|Collection pay_key_path(string $label = null)
* @method Show\Field|Collection op_app_id(string $label = null)
* @method Show\Field|Collection op_secret(string $label = null)
* @method Show\Field|Collection op_token(string $label = null)
* @method Show\Field|Collection op_aes_key(string $label = null)
* @method Show\Field|Collection work_corp_id(string $label = null)
* @method Show\Field|Collection work_agent_id(string $label = null)
* @method Show\Field|Collection work_secret(string $label = null)
* @method Show\Field|Collection pname(string $label = null)
* @method Show\Field|Collection data(string $label = null)
* @method Show\Field|Collection created_time(string $label = null)
* @method Show\Field|Collection aaa(string $label = null)
* @method Show\Field|Collection aab(string $label = null)
* @method Show\Field|Collection aac(string $label = null)
* @method Show\Field|Collection aad(string $label = null)
* @method Show\Field|Collection aae(string $label = null)
* @method Show\Field|Collection aaf(string $label = null)
* @method Show\Field|Collection aag(string $label = null)
* @method Show\Field|Collection aah(string $label = null)
* @method Show\Field|Collection aai(string $label = null)
* @method Show\Field|Collection aaj(string $label = null)
* @method Show\Field|Collection aak(string $label = null)
* @method Show\Field|Collection aal(string $label = null)
* @method Show\Field|Collection aam(string $label = null)
* @method Show\Field|Collection aan(string $label = null)
* @method Show\Field|Collection aao(string $label = null)
* @method Show\Field|Collection aap(string $label = null)
*/
class Show {}
/**
* @method \SuperEggs\DcatDistpicker\Form\Distpicker distpicker(...$params)
*/
class Form {}
}
namespace Dcat\Admin\Grid {
/**
*/
class Column {}
/**
* @method \SuperEggs\DcatDistpicker\Filter\DistpickerFilter distpicker(...$params)
*/
class Filter {}
}
namespace Dcat\Admin\Show {
/**
*/
class Field {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ranran1997/cloud-platform.git
git@gitee.com:ranran1997/cloud-platform.git
ranran1997
cloud-platform
云平台
master

搜索帮助