1 Star 0 Fork 1

oneweil/shop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
dcat_admin_ide_helper.php 28.47 KB
一键复制 编辑 原始数据 按行查看 历史
oneweil 提交于 2023-09-28 14:10 . 1
<?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 banner
* @property Grid\Column|Collection equity
* @property Grid\Column|Collection describe
* @property Grid\Column|Collection poster
* @property Grid\Column|Collection order
* @property Grid\Column|Collection qrcode
* @property Grid\Column|Collection created_at
* @property Grid\Column|Collection updated_at
* @property Grid\Column|Collection activity_id
* @property Grid\Column|Collection level
* @property Grid\Column|Collection name
* @property Grid\Column|Collection image
* @property Grid\Column|Collection little_image
* @property Grid\Column|Collection probability
* @property Grid\Column|Collection stock
* @property Grid\Column|Collection valid
* @property Grid\Column|Collection type
* @property Grid\Column|Collection valid_at
* @property Grid\Column|Collection due_at
* @property Grid\Column|Collection limit
* @property Grid\Column|Collection limit_value
* @property Grid\Column|Collection remark
* @property Grid\Column|Collection version
* @property Grid\Column|Collection detail
* @property Grid\Column|Collection is_enabled
* @property Grid\Column|Collection parent_id
* @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 area_code
* @property Grid\Column|Collection area_name
* @property Grid\Column|Collection parent_code
* @property Grid\Column|Collection area_level
* @property Grid\Column|Collection risk_level
* @property Grid\Column|Collection sign
* @property Grid\Column|Collection introduction
* @property Grid\Column|Collection content
* @property Grid\Column|Collection link_type
* @property Grid\Column|Collection link
* @property Grid\Column|Collection phone
* @property Grid\Column|Collection vehicle_id
* @property Grid\Column|Collection province
* @property Grid\Column|Collection city
* @property Grid\Column|Collection dealer_id
* @property Grid\Column|Collection is_push_lms
* @property Grid\Column|Collection channel
* @property Grid\Column|Collection referee_id
* @property Grid\Column|Collection clue_point
* @property Grid\Column|Collection driver_at
* @property Grid\Column|Collection driver_point
* @property Grid\Column|Collection buy_car_at
* @property Grid\Column|Collection buy_car_point
* @property Grid\Column|Collection vehicle_series_id
* @property Grid\Column|Collection code
* @property Grid\Column|Collection address
* @property Grid\Column|Collection lng
* @property Grid\Column|Collection lat
* @property Grid\Column|Collection service_phone
* @property Grid\Column|Collection online
* @property Grid\Column|Collection event
* @property Grid\Column|Collection model_id
* @property Grid\Column|Collection label
* @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 interface
* @property Grid\Column|Collection parameter
* @property Grid\Column|Collection result
* @property Grid\Column|Collection method
* @property Grid\Column|Collection tokenable_type
* @property Grid\Column|Collection tokenable_id
* @property Grid\Column|Collection token
* @property Grid\Column|Collection abilities
* @property Grid\Column|Collection last_used_at
* @property Grid\Column|Collection share_poster
* @property Grid\Column|Collection interest
* @property Grid\Column|Collection point_total
* @property Grid\Column|Collection sequence
* @property Grid\Column|Collection batch_id
* @property Grid\Column|Collection family_hash
* @property Grid\Column|Collection should_display_on_index
* @property Grid\Column|Collection entry_uuid
* @property Grid\Column|Collection tag
* @property Grid\Column|Collection type_id
* @property Grid\Column|Collection used_at
* @property Grid\Column|Collection org_id
* @property Grid\Column|Collection customer_info_id
* @property Grid\Column|Collection draw_at
* @property Grid\Column|Collection prize
* @property Grid\Column|Collection address_at
* @property Grid\Column|Collection reason
* @property Grid\Column|Collection sex
* @property Grid\Column|Collection birthday
* @property Grid\Column|Collection notification_count
* @property Grid\Column|Collection last_actived_at
* @property Grid\Column|Collection weixin_openid
* @property Grid\Column|Collection weixin_unionid
* @property Grid\Column|Collection weapp_openid
* @property Grid\Column|Collection weixin_session_key
* @property Grid\Column|Collection series_name
* @property Grid\Column|Collection recommend
* @property Grid\Column|Collection recommend_poster
* @property Grid\Column|Collection price
* @property Grid\Column|Collection img_url
* @property Grid\Column|Collection min_img_url
*
* @method Grid\Column|Collection id(string $label = null)
* @method Grid\Column|Collection banner(string $label = null)
* @method Grid\Column|Collection equity(string $label = null)
* @method Grid\Column|Collection describe(string $label = null)
* @method Grid\Column|Collection poster(string $label = null)
* @method Grid\Column|Collection order(string $label = null)
* @method Grid\Column|Collection qrcode(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 activity_id(string $label = null)
* @method Grid\Column|Collection level(string $label = null)
* @method Grid\Column|Collection name(string $label = null)
* @method Grid\Column|Collection image(string $label = null)
* @method Grid\Column|Collection little_image(string $label = null)
* @method Grid\Column|Collection probability(string $label = null)
* @method Grid\Column|Collection stock(string $label = null)
* @method Grid\Column|Collection valid(string $label = null)
* @method Grid\Column|Collection type(string $label = null)
* @method Grid\Column|Collection valid_at(string $label = null)
* @method Grid\Column|Collection due_at(string $label = null)
* @method Grid\Column|Collection limit(string $label = null)
* @method Grid\Column|Collection limit_value(string $label = null)
* @method Grid\Column|Collection remark(string $label = null)
* @method Grid\Column|Collection version(string $label = null)
* @method Grid\Column|Collection detail(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 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 area_code(string $label = null)
* @method Grid\Column|Collection area_name(string $label = null)
* @method Grid\Column|Collection parent_code(string $label = null)
* @method Grid\Column|Collection area_level(string $label = null)
* @method Grid\Column|Collection risk_level(string $label = null)
* @method Grid\Column|Collection sign(string $label = null)
* @method Grid\Column|Collection introduction(string $label = null)
* @method Grid\Column|Collection content(string $label = null)
* @method Grid\Column|Collection link_type(string $label = null)
* @method Grid\Column|Collection link(string $label = null)
* @method Grid\Column|Collection phone(string $label = null)
* @method Grid\Column|Collection vehicle_id(string $label = null)
* @method Grid\Column|Collection province(string $label = null)
* @method Grid\Column|Collection city(string $label = null)
* @method Grid\Column|Collection dealer_id(string $label = null)
* @method Grid\Column|Collection is_push_lms(string $label = null)
* @method Grid\Column|Collection channel(string $label = null)
* @method Grid\Column|Collection referee_id(string $label = null)
* @method Grid\Column|Collection clue_point(string $label = null)
* @method Grid\Column|Collection driver_at(string $label = null)
* @method Grid\Column|Collection driver_point(string $label = null)
* @method Grid\Column|Collection buy_car_at(string $label = null)
* @method Grid\Column|Collection buy_car_point(string $label = null)
* @method Grid\Column|Collection vehicle_series_id(string $label = null)
* @method Grid\Column|Collection code(string $label = null)
* @method Grid\Column|Collection address(string $label = null)
* @method Grid\Column|Collection lng(string $label = null)
* @method Grid\Column|Collection lat(string $label = null)
* @method Grid\Column|Collection service_phone(string $label = null)
* @method Grid\Column|Collection online(string $label = null)
* @method Grid\Column|Collection event(string $label = null)
* @method Grid\Column|Collection model_id(string $label = null)
* @method Grid\Column|Collection label(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 interface(string $label = null)
* @method Grid\Column|Collection parameter(string $label = null)
* @method Grid\Column|Collection result(string $label = null)
* @method Grid\Column|Collection method(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 token(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 share_poster(string $label = null)
* @method Grid\Column|Collection interest(string $label = null)
* @method Grid\Column|Collection point_total(string $label = null)
* @method Grid\Column|Collection sequence(string $label = null)
* @method Grid\Column|Collection batch_id(string $label = null)
* @method Grid\Column|Collection family_hash(string $label = null)
* @method Grid\Column|Collection should_display_on_index(string $label = null)
* @method Grid\Column|Collection entry_uuid(string $label = null)
* @method Grid\Column|Collection tag(string $label = null)
* @method Grid\Column|Collection type_id(string $label = null)
* @method Grid\Column|Collection used_at(string $label = null)
* @method Grid\Column|Collection org_id(string $label = null)
* @method Grid\Column|Collection customer_info_id(string $label = null)
* @method Grid\Column|Collection draw_at(string $label = null)
* @method Grid\Column|Collection prize(string $label = null)
* @method Grid\Column|Collection address_at(string $label = null)
* @method Grid\Column|Collection reason(string $label = null)
* @method Grid\Column|Collection sex(string $label = null)
* @method Grid\Column|Collection birthday(string $label = null)
* @method Grid\Column|Collection notification_count(string $label = null)
* @method Grid\Column|Collection last_actived_at(string $label = null)
* @method Grid\Column|Collection weixin_openid(string $label = null)
* @method Grid\Column|Collection weixin_unionid(string $label = null)
* @method Grid\Column|Collection weapp_openid(string $label = null)
* @method Grid\Column|Collection weixin_session_key(string $label = null)
* @method Grid\Column|Collection series_name(string $label = null)
* @method Grid\Column|Collection recommend(string $label = null)
* @method Grid\Column|Collection recommend_poster(string $label = null)
* @method Grid\Column|Collection price(string $label = null)
* @method Grid\Column|Collection img_url(string $label = null)
* @method Grid\Column|Collection min_img_url(string $label = null)
*/
class Grid {}
class MiniGrid extends Grid {}
/**
* @property Show\Field|Collection id
* @property Show\Field|Collection banner
* @property Show\Field|Collection equity
* @property Show\Field|Collection describe
* @property Show\Field|Collection poster
* @property Show\Field|Collection order
* @property Show\Field|Collection qrcode
* @property Show\Field|Collection created_at
* @property Show\Field|Collection updated_at
* @property Show\Field|Collection activity_id
* @property Show\Field|Collection level
* @property Show\Field|Collection name
* @property Show\Field|Collection image
* @property Show\Field|Collection little_image
* @property Show\Field|Collection probability
* @property Show\Field|Collection stock
* @property Show\Field|Collection valid
* @property Show\Field|Collection type
* @property Show\Field|Collection valid_at
* @property Show\Field|Collection due_at
* @property Show\Field|Collection limit
* @property Show\Field|Collection limit_value
* @property Show\Field|Collection remark
* @property Show\Field|Collection version
* @property Show\Field|Collection detail
* @property Show\Field|Collection is_enabled
* @property Show\Field|Collection parent_id
* @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 area_code
* @property Show\Field|Collection area_name
* @property Show\Field|Collection parent_code
* @property Show\Field|Collection area_level
* @property Show\Field|Collection risk_level
* @property Show\Field|Collection sign
* @property Show\Field|Collection introduction
* @property Show\Field|Collection content
* @property Show\Field|Collection link_type
* @property Show\Field|Collection link
* @property Show\Field|Collection phone
* @property Show\Field|Collection vehicle_id
* @property Show\Field|Collection province
* @property Show\Field|Collection city
* @property Show\Field|Collection dealer_id
* @property Show\Field|Collection is_push_lms
* @property Show\Field|Collection channel
* @property Show\Field|Collection referee_id
* @property Show\Field|Collection clue_point
* @property Show\Field|Collection driver_at
* @property Show\Field|Collection driver_point
* @property Show\Field|Collection buy_car_at
* @property Show\Field|Collection buy_car_point
* @property Show\Field|Collection vehicle_series_id
* @property Show\Field|Collection code
* @property Show\Field|Collection address
* @property Show\Field|Collection lng
* @property Show\Field|Collection lat
* @property Show\Field|Collection service_phone
* @property Show\Field|Collection online
* @property Show\Field|Collection event
* @property Show\Field|Collection model_id
* @property Show\Field|Collection label
* @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 interface
* @property Show\Field|Collection parameter
* @property Show\Field|Collection result
* @property Show\Field|Collection method
* @property Show\Field|Collection tokenable_type
* @property Show\Field|Collection tokenable_id
* @property Show\Field|Collection token
* @property Show\Field|Collection abilities
* @property Show\Field|Collection last_used_at
* @property Show\Field|Collection share_poster
* @property Show\Field|Collection interest
* @property Show\Field|Collection point_total
* @property Show\Field|Collection sequence
* @property Show\Field|Collection batch_id
* @property Show\Field|Collection family_hash
* @property Show\Field|Collection should_display_on_index
* @property Show\Field|Collection entry_uuid
* @property Show\Field|Collection tag
* @property Show\Field|Collection type_id
* @property Show\Field|Collection used_at
* @property Show\Field|Collection org_id
* @property Show\Field|Collection customer_info_id
* @property Show\Field|Collection draw_at
* @property Show\Field|Collection prize
* @property Show\Field|Collection address_at
* @property Show\Field|Collection reason
* @property Show\Field|Collection sex
* @property Show\Field|Collection birthday
* @property Show\Field|Collection notification_count
* @property Show\Field|Collection last_actived_at
* @property Show\Field|Collection weixin_openid
* @property Show\Field|Collection weixin_unionid
* @property Show\Field|Collection weapp_openid
* @property Show\Field|Collection weixin_session_key
* @property Show\Field|Collection series_name
* @property Show\Field|Collection recommend
* @property Show\Field|Collection recommend_poster
* @property Show\Field|Collection price
* @property Show\Field|Collection img_url
* @property Show\Field|Collection min_img_url
*
* @method Show\Field|Collection id(string $label = null)
* @method Show\Field|Collection banner(string $label = null)
* @method Show\Field|Collection equity(string $label = null)
* @method Show\Field|Collection describe(string $label = null)
* @method Show\Field|Collection poster(string $label = null)
* @method Show\Field|Collection order(string $label = null)
* @method Show\Field|Collection qrcode(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 activity_id(string $label = null)
* @method Show\Field|Collection level(string $label = null)
* @method Show\Field|Collection name(string $label = null)
* @method Show\Field|Collection image(string $label = null)
* @method Show\Field|Collection little_image(string $label = null)
* @method Show\Field|Collection probability(string $label = null)
* @method Show\Field|Collection stock(string $label = null)
* @method Show\Field|Collection valid(string $label = null)
* @method Show\Field|Collection type(string $label = null)
* @method Show\Field|Collection valid_at(string $label = null)
* @method Show\Field|Collection due_at(string $label = null)
* @method Show\Field|Collection limit(string $label = null)
* @method Show\Field|Collection limit_value(string $label = null)
* @method Show\Field|Collection remark(string $label = null)
* @method Show\Field|Collection version(string $label = null)
* @method Show\Field|Collection detail(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 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 area_code(string $label = null)
* @method Show\Field|Collection area_name(string $label = null)
* @method Show\Field|Collection parent_code(string $label = null)
* @method Show\Field|Collection area_level(string $label = null)
* @method Show\Field|Collection risk_level(string $label = null)
* @method Show\Field|Collection sign(string $label = null)
* @method Show\Field|Collection introduction(string $label = null)
* @method Show\Field|Collection content(string $label = null)
* @method Show\Field|Collection link_type(string $label = null)
* @method Show\Field|Collection link(string $label = null)
* @method Show\Field|Collection phone(string $label = null)
* @method Show\Field|Collection vehicle_id(string $label = null)
* @method Show\Field|Collection province(string $label = null)
* @method Show\Field|Collection city(string $label = null)
* @method Show\Field|Collection dealer_id(string $label = null)
* @method Show\Field|Collection is_push_lms(string $label = null)
* @method Show\Field|Collection channel(string $label = null)
* @method Show\Field|Collection referee_id(string $label = null)
* @method Show\Field|Collection clue_point(string $label = null)
* @method Show\Field|Collection driver_at(string $label = null)
* @method Show\Field|Collection driver_point(string $label = null)
* @method Show\Field|Collection buy_car_at(string $label = null)
* @method Show\Field|Collection buy_car_point(string $label = null)
* @method Show\Field|Collection vehicle_series_id(string $label = null)
* @method Show\Field|Collection code(string $label = null)
* @method Show\Field|Collection address(string $label = null)
* @method Show\Field|Collection lng(string $label = null)
* @method Show\Field|Collection lat(string $label = null)
* @method Show\Field|Collection service_phone(string $label = null)
* @method Show\Field|Collection online(string $label = null)
* @method Show\Field|Collection event(string $label = null)
* @method Show\Field|Collection model_id(string $label = null)
* @method Show\Field|Collection label(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 interface(string $label = null)
* @method Show\Field|Collection parameter(string $label = null)
* @method Show\Field|Collection result(string $label = null)
* @method Show\Field|Collection method(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 token(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 share_poster(string $label = null)
* @method Show\Field|Collection interest(string $label = null)
* @method Show\Field|Collection point_total(string $label = null)
* @method Show\Field|Collection sequence(string $label = null)
* @method Show\Field|Collection batch_id(string $label = null)
* @method Show\Field|Collection family_hash(string $label = null)
* @method Show\Field|Collection should_display_on_index(string $label = null)
* @method Show\Field|Collection entry_uuid(string $label = null)
* @method Show\Field|Collection tag(string $label = null)
* @method Show\Field|Collection type_id(string $label = null)
* @method Show\Field|Collection used_at(string $label = null)
* @method Show\Field|Collection org_id(string $label = null)
* @method Show\Field|Collection customer_info_id(string $label = null)
* @method Show\Field|Collection draw_at(string $label = null)
* @method Show\Field|Collection prize(string $label = null)
* @method Show\Field|Collection address_at(string $label = null)
* @method Show\Field|Collection reason(string $label = null)
* @method Show\Field|Collection sex(string $label = null)
* @method Show\Field|Collection birthday(string $label = null)
* @method Show\Field|Collection notification_count(string $label = null)
* @method Show\Field|Collection last_actived_at(string $label = null)
* @method Show\Field|Collection weixin_openid(string $label = null)
* @method Show\Field|Collection weixin_unionid(string $label = null)
* @method Show\Field|Collection weapp_openid(string $label = null)
* @method Show\Field|Collection weixin_session_key(string $label = null)
* @method Show\Field|Collection series_name(string $label = null)
* @method Show\Field|Collection recommend(string $label = null)
* @method Show\Field|Collection recommend_poster(string $label = null)
* @method Show\Field|Collection price(string $label = null)
* @method Show\Field|Collection img_url(string $label = null)
* @method Show\Field|Collection min_img_url(string $label = null)
*/
class Show {}
/**
*/
class Form {}
}
namespace Dcat\Admin\Grid {
/**
*/
class Column {}
/**
*/
class Filter {}
}
namespace Dcat\Admin\Show {
/**
*/
class Field {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/oneweil/shop.git
git@gitee.com:oneweil/shop.git
oneweil
shop
shop
master

搜索帮助