From fdfa755e57c04ff428f8e5e4b89e94ef3b375d6b Mon Sep 17 00:00:00 2001 From: panliang <1163816051@qq.com> Date: Sat, 7 May 2022 10:50:18 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E5=B0=8F=E7=A8=8B=E5=BA=8F=E6=8E=88?= =?UTF-8?q?=E6=9D=83=E7=99=BB=E5=BD=95"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit e1c2e18758114b046e8ef97fb49d51cc1c5fe44f. --- README.md | 71 +- app/Admin/Controllers/SettingController.php | 86 +- app/Admin/Controllers/StoreController.php | 79 - app/Admin/Forms/Settings/Distribution.php | 68 - app/Admin/routes.php | 2 - .../Auth/MiniprogramController.php | 157 -- app/Endpoint/Api/routes.php | 9 - app/Models/Store.php | 12 - app/Services/DistributeService.php | 67 - composer.json | 5 +- config/admin.php | 10 +- ...22_05_06_133819_add_role_to_user_infos.php | 37 - ...5_06_150951_create_order_profits_table.php | 42 - ..._05_06_160615_add_invitor_id_to_orders.php | 33 - .../2022_05_06_161251_create_stores_table.php | 33 - database/seeders/AdminSeeder.php | 2 +- dcat_admin_ide_helper.php | 1268 ++++++++++------- resources/lang/zh_CN/store.php | 13 - 18 files changed, 896 insertions(+), 1098 deletions(-) delete mode 100644 app/Admin/Controllers/StoreController.php delete mode 100644 app/Admin/Forms/Settings/Distribution.php delete mode 100644 app/Endpoint/Api/Http/Controllers/Auth/MiniprogramController.php delete mode 100644 app/Models/Store.php delete mode 100644 app/Services/DistributeService.php delete mode 100644 database/migrations/2022_05_06_133819_add_role_to_user_infos.php delete mode 100644 database/migrations/2022_05_06_150951_create_order_profits_table.php delete mode 100644 database/migrations/2022_05_06_160615_add_invitor_id_to_orders.php delete mode 100644 database/migrations/2022_05_06_161251_create_stores_table.php delete mode 100644 resources/lang/zh_CN/store.php diff --git a/README.md b/README.md index 81b8493d..8878ec11 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,66 @@ -# 积趣商城 +
-## Require + -- php >= 8.0 +## About Laravel -## 安装 +Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as: -- `composer install` -- 复制配置文件 `cp .env.example .env`, 并配置数据库 -- `php artisan key:generate` -- `php artisan migrate` && `php artisan admin:install` && `php artisan db:seed` -- 后台账号: admin, admin +- [Simple, fast routing engine](https://laravel.com/docs/routing). +- [Powerful dependency injection container](https://laravel.com/docs/container). +- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage. +- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent). +- Database agnostic [schema migrations](https://laravel.com/docs/migrations). +- [Robust background job processing](https://laravel.com/docs/queues). +- [Real-time event broadcasting](https://laravel.com/docs/broadcasting). + +Laravel is accessible, powerful, and provides tools required for large, robust applications. + +## Learning Laravel + +Laravel has the most extensive and thorough [documentation](https://laravel.com/docs) and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework. + +If you don't feel like reading, [Laracasts](https://laracasts.com) can help. Laracasts contains over 1500 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library. + +## Laravel Sponsors + +We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel [Patreon page](https://patreon.com/taylorotwell). + +### Premium Partners + +- **[Vehikl](https://vehikl.com/)** +- **[Tighten Co.](https://tighten.co)** +- **[Kirschbaum Development Group](https://kirschbaumdevelopment.com)** +- **[64 Robots](https://64robots.com)** +- **[Cubet Techno Labs](https://cubettech.com)** +- **[Cyber-Duck](https://cyber-duck.co.uk)** +- **[Many](https://www.many.co.uk)** +- **[Webdock, Fast VPS Hosting](https://www.webdock.io/en)** +- **[DevSquad](https://devsquad.com)** +- **[Curotec](https://www.curotec.com/services/technologies/laravel/)** +- **[OP.GG](https://op.gg)** +- **[CMS Max](https://www.cmsmax.com/)** +- **[WebReinvent](https://webreinvent.com/?utm_source=laravel&utm_medium=github&utm_campaign=patreon-sponsors)** +- **[Lendio](https://lendio.com)** +- **[Romega Software](https://romegasoftware.com)** + +## Contributing + +Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions). + +## Code of Conduct + +In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct). + +## Security Vulnerabilities + +If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [taylor@laravel.com](mailto:taylor@laravel.com). All security vulnerabilities will be promptly addressed. + +## License + +The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT). diff --git a/app/Admin/Controllers/SettingController.php b/app/Admin/Controllers/SettingController.php index a51e8044..9b585b78 100644 --- a/app/Admin/Controllers/SettingController.php +++ b/app/Admin/Controllers/SettingController.php @@ -8,7 +8,7 @@ use App\Admin\Forms\Settings\Custom; use App\Admin\Forms\Settings\Ios; use App\Admin\Forms\Settings\Kuaidi100; use App\Admin\Forms\Settings\Unipush; -use App\Admin\Forms\Settings\{Withdraw, Distribution}; +use App\Admin\Forms\Settings\Withdraw; use App\Admin\Repositories\Setting; use Dcat\Admin\Admin; use Dcat\Admin\Form; @@ -107,24 +107,72 @@ class SettingController extends AdminController ->body(function (Row $row) { $type = Request::query('type', 'app'); $tab = new Tab(); - $tabs = [ - 'app' => ['name' => '系统配置', 'form' => new App(), 'route' => admin_route('settings.index', ['type'=>'app'])], - 'withdraw' => ['name' => '提现配置', 'form' => new Withdraw(), 'route' => admin_route('settings.index', ['type'=>'withdraw'])], - 'ios' => ['name' => 'IOS配置', 'form' => new Ios(), 'route' => admin_route('settings.index', ['type'=>'ios'])], - 'android' => ['name' => 'Android配置', 'form' => new Android(), 'route' => admin_route('settings.index', ['type'=>'android'])], - 'kuaidi100' => ['name' => '快递100配置', 'form' => new Kuaidi100(), 'route' => admin_route('settings.index', ['type'=>'kuaidi100'])], - 'unipush' => ['name' => 'Uni-push配置', 'form' => new Unipush(), 'route' => admin_route('settings.index', ['type'=>'unipush'])], - 'distribution' => ['name' => '分销配置', 'form' => new Distribution(), 'route' => admin_route('settings.index', ['type'=>'distribution'])], - 'custom' => ['name' => '自定义配置', 'form' => new Custom(), 'route' => admin_route('settings.index', ['type'=>'custom'])], - ]; - if (isset($tabs[$type])) { - foreach($tabs as $key => $item) { - if ($key === $type) { - $tab->add($item['name'], $item['form'], true); - } else { - $tab->addLink($item['name'], $item['route']); - } - } + switch ($type) { + case 'app': + $tab->add('系统配置', new App(), true); + $tab->addLink('提现配置', admin_route('settings.index', ['type'=>'withdraw'])); + $tab->addLink('Ios配置', admin_route('settings.index', ['type'=>'ios'])); + $tab->addLink('Android配置', admin_route('settings.index', ['type'=>'ios'])); + $tab->addLink('快递100配置', admin_route('settings.index', ['type'=>'kuaidi100'])); + $tab->addLink('Uni-push配置', admin_route('settings.index', ['type'=>'unipush'])); + $tab->addLink('自定义配置', admin_route('settings.index', ['type'=>'custom'])); + break; + case 'withdraw': + $tab->addLink('系统配置', admin_route('settings.index', ['type'=>'app'])); + $tab->add('提现配置', new Withdraw(), true); + $tab->addLink('Ios配置', admin_route('settings.index', ['type'=>'ios'])); + $tab->addLink('Android配置', admin_route('settings.index', ['type'=>'android'])); + $tab->addLink('快递100配置', admin_route('settings.index', ['type'=>'kuaidi100'])); + $tab->addLink('Uni-push配置', admin_route('settings.index', ['type'=>'unipush'])); + $tab->addLink('自定义配置', admin_route('settings.index', ['type'=>'custom'])); + break; + case 'ios': + $tab->addLink('系统配置', admin_route('settings.index', ['type'=>'app'])); + $tab->addLink('提现配置', admin_route('settings.index', ['type'=>'withdraw'])); + $tab->add('Ios配置', new Ios(), true); + $tab->addLink('Android配置', admin_route('settings.index', ['type'=>'android'])); + $tab->addLink('快递100配置', admin_route('settings.index', ['type'=>'kuaidi100'])); + $tab->addLink('Uni-push配置', admin_route('settings.index', ['type'=>'unipush'])); + $tab->addLink('自定义配置', admin_route('settings.index', ['type'=>'custom'])); + break; + case 'android': + $tab->addLink('系统配置', admin_route('settings.index', ['type'=>'app'])); + $tab->addLink('提现配置', admin_route('settings.index', ['type'=>'withdraw'])); + $tab->addLink('Ios配置', admin_route('settings.index', ['type'=>'ios'])); + $tab->add('Android配置', new Android(), true); + $tab->addLink('快递100配置', admin_route('settings.index', ['type'=>'kuaidi100'])); + $tab->addLink('Uni-push配置', admin_route('settings.index', ['type'=>'unipush'])); + $tab->addLink('自定义配置', admin_route('settings.index', ['type'=>'custom'])); + break; + case 'kuaidi100': + $tab->addLink('系统配置', admin_route('settings.index', ['type'=>'app'])); + $tab->addLink('提现配置', admin_route('settings.index', ['type'=>'withdraw'])); + $tab->addLink('Ios配置', admin_route('settings.index', ['type'=>'ios'])); + $tab->addLink('Android配置', admin_route('settings.index', ['type'=>'android'])); + $tab->add('快递100配置', new Kuaidi100(), true); + $tab->addLink('Uni-push配置', admin_route('settings.index', ['type'=>'unipush'])); + $tab->addLink('自定义配置', admin_route('settings.index', ['type'=>'custom'])); + break; + case 'unipush': + $tab->addLink('系统配置', admin_route('settings.index', ['type'=>'app'])); + $tab->addLink('提现配置', admin_route('settings.index', ['type'=>'withdraw'])); + $tab->addLink('Ios配置', admin_route('settings.index', ['type'=>'ios'])); + $tab->addLink('Android配置', admin_route('settings.index', ['type'=>'android'])); + $tab->addLink('快递100配置', admin_route('settings.index', ['type'=>'kuaidi100'])); + $tab->add('Uni-push配置', new Unipush(), true); + $tab->addLink('自定义配置', admin_route('settings.index', ['type'=>'custom'])); + break; + case 'custom': + $tab->addLink('系统配置', admin_route('settings.index', ['type'=>'app'])); + $tab->addLink('提现配置', admin_route('settings.index', ['type'=>'withdraw'])); + $tab->addLink('Ios配置', admin_route('settings.index', ['type'=>'ios'])); + $tab->addLink('Android配置', admin_route('settings.index', ['type'=>'android'])); + $tab->addLink('快递100配置', admin_route('settings.index', ['type'=>'kuaidi100'])); + $tab->addLink('Uni-push配置', admin_route('settings.index', ['type'=>'unipush'])); + $tab->add('自定义配置', new Custom(), true); + break; + default: + break; } $row->column(12, $tab->withCard()); }); diff --git a/app/Admin/Controllers/StoreController.php b/app/Admin/Controllers/StoreController.php deleted file mode 100644 index df2662b4..00000000 --- a/app/Admin/Controllers/StoreController.php +++ /dev/null @@ -1,79 +0,0 @@ -column('id'); - $grid->column('title'); - $grid->column('image')->image('', 100, 100); - $grid->column('created_at'); - $grid->column('updated_at'); - - $grid->disableCreateButton(false); - $grid->enableDialogCreate(); - $grid->setDialogFormDimensions('40%', '70%'); - $grid->showEditButton(); - - $grid->filter(function (Grid\Filter $filter) { - $filter->panel(); - $filter->like('title')->width(3); - }); - }); - } - - /** - * Make a show builder. - * - * @param mixed $id - * - * @return Show - */ - protected function detail($id) - { - return Show::make($id, new Store(), function (Show $show) { - $show->field('id'); - $show->field('title'); - $show->field('image'); - $show->field('created_at'); - $show->field('updated_at'); - }); - } - - /** - * Make a form builder. - * - * @return Form - */ - protected function form() - { - return Form::make(new Store(), function (Form $form) { - $form->display('id'); - $form->text('title'); - $form->image('image') - ->move('store/'.Carbon::now()->toDateString()) - ->saveFullUrl() - ->removable(false) - ->retainable() - ->autoUpload(); - - $form->display('created_at'); - $form->display('updated_at'); - }); - } -} diff --git a/app/Admin/Forms/Settings/Distribution.php b/app/Admin/Forms/Settings/Distribution.php deleted file mode 100644 index 2f0b484c..00000000 --- a/app/Admin/Forms/Settings/Distribution.php +++ /dev/null @@ -1,68 +0,0 @@ -updateOrCreate([ - 'key' => 'distribution', - ], ['value' => $input]); - - //清配置缓存 - app(SettingService::class)->cleanCache('distribution'); - - return $this - ->response() - ->success('配置更新成功!') - ->refresh(); - } - - /** - * Build a form here. - */ - public function form() - { - $values = Setting::where('key', 'distribution')->value('value'); - $levels = DistributeService::$levels; - $favoite = $levels['favoite']; - $agent = $levels['agent']; - $this->fieldset('爱好者-返利', function (Form $form) use ($favoite) { - foreach($favoite as $item) { - $form->number('favoite-profit-' . $item['level'], $item['name'])->min(0)->max(100)->help('例如: 40, 即表示: 40%'); - } - }); - $this->fieldset('爱好者-升级', function (Form $form) use ($favoite) { - foreach($favoite as $item) { - $form->number('favoite-level-' . $item['level'], $item['name'])->min(0)->help('例如: 1000'); - } - })->collapsed(); - $this->fieldset('代理-返利', function (Form $form) use ($agent) { - foreach($agent as $item) { - $form->number('agent-profit-' . $item['level'], $item['name'])->min(0)->max(100)->help('例如: 40, 即表示: 40%'); - } - })->collapsed(); - } - - public function default() - { - $values = Setting::where('key', 'distribution')->value('value'); - return $values; - } -} diff --git a/app/Admin/routes.php b/app/Admin/routes.php index 4e1dcfc0..d803e591 100644 --- a/app/Admin/routes.php +++ b/app/Admin/routes.php @@ -156,8 +156,6 @@ Route::group([ ['index'] )->names('sales_value_logs'); - $router->resource('store', 'StoreController')->names('store'); - //商城端-砍价活动 $router->resource('bargain-activities', 'BargainActivityController')->names('bargain_activities'); $router->resource('bargain-orders', 'BargainOrderController')->only(['index', 'show'])->names('bargain_orders'); diff --git a/app/Endpoint/Api/Http/Controllers/Auth/MiniprogramController.php b/app/Endpoint/Api/Http/Controllers/Auth/MiniprogramController.php deleted file mode 100644 index c375736d..00000000 --- a/app/Endpoint/Api/Http/Controllers/Auth/MiniprogramController.php +++ /dev/null @@ -1,157 +0,0 @@ -validate([ - 'code' => 'required' - ], [ - 'code.required' => '授权码必填' - ]); - - $app = $this->getWechatApp(); - - $result = $app->auth->session($request->input('code')); - - if (data_get($result, 'errcode')) { - throw new BizException(data_get($result, 'errmsg')); - } - - $openid = data_get($result, 'openid'); - $type = SocialiteType::WechatMiniProgram->value; - if (!$openid) { - throw new BizException('授权失败, 未找到 openid'); - } - $time = now(); - $ip = $request->realIp(); - $inviter = $this->findUserByCode($request->input('invite_code', '')); - - try { - DB::beginTransaction(); - - $user_social = SocialiteUser::where(['socialite_id' => $openid, 'socialite_type' => $type])->first(); - - if (!$user_social) { - $attributes = [ - 'register_ip' => $ip, - 'last_login_at' => $time, - 'last_login_ip' => $ip, - ]; - $user = User::create($attributes, $inviter); - $user->socialites()->create([ - 'socialite_id' => $openid, - 'socialite_type' => $type, - ]); - } else { - $user = $user_social->user; - } - - $token = $user->createToken($type); - - DB::commit(); - - return response()->json([ - 'token' => $token->plainTextToken, - ]); - } catch (Throwable $e) { - DB::rollBack(); - - report($e); - - throw new BizException($e->getMessage()); - } - - } - - public function bindPhone(Request $request) - { - $user = $request->user(); - $request->validate([ - 'code' => 'required' - ], [ - 'code.required' => '授权码必填' - ]); - - $app = $this->getWechatApp(); - - $result = $app->phone_number->getUserPhoneNumber($request->input('code')); - - if (data_get($result, 'errcode')) { - throw new BizException(data_get($result, 'errmsg')); - } - - $phone = data_get($result, 'phone_info.purePhoneNumber'); - - try { - DB::beginTransaction(); - // 检测手机号是否已经注册 - $old_user = User::where('phone', $phone)->where('status', User::STATUS_ACTIVE)->where('id', '!=', $user->id)->first(); - if ($old_user) { - // 禁用老用户 - $old_user->update([ - 'phone' => '', - 'status' => User::STATUS_DISABLED, - 'status_remark' => '手机号重复: ' . $phone - ]); - } - - $user->update([ - 'phone' => $phone, - 'phone_verified_at' => now(), - ]); - DB::commit(); - return response()->noContent(); - } catch (Throwable $e) { - DB::rollBack(); - - report($e); - - throw new BizException($e->getMessage()); - } - } - - /** - * 通过邀请码搜索用户 - * - * @param string $code - * @return \App\Models\User|null - * - * @throws \App\Exceptions\BizException - */ - protected function findUserByCode(string $code): ?User - { - if ($code === '') { - return null; - } - - $user = User::when(PhoneNumber::validate($code), function ($query) use ($code) { - $query->where('phone', $code); - }, function ($query) use ($code) { - $query->whereRelation('userInfo', 'code', $code); - })->first(); - - if ($user === null) { - throw new BizException(__('Inviter does not exist')); - } - - return $user; - } - - protected function getWechatApp($getway = 'default') - { - return Factory::miniProgram(config('wechat.mini_program.' . $getway)); - } -} diff --git a/app/Endpoint/Api/routes.php b/app/Endpoint/Api/routes.php index 3400e89b..033862b8 100644 --- a/app/Endpoint/Api/routes.php +++ b/app/Endpoint/Api/routes.php @@ -36,7 +36,6 @@ use App\Endpoint\Api\Http\Controllers\SmsCodeController; use App\Endpoint\Api\Http\Controllers\UserBankController; use App\Endpoint\Api\Http\Controllers\UserCouponController; use App\Endpoint\Api\Http\Controllers\ZoneController; -use App\Endpoint\Api\Http\Controllers\Auth\MiniprogramController; use Illuminate\Support\Facades\Route; Route::group([ @@ -57,14 +56,6 @@ Route::group([ Route::post('register', RegisterController::class); Route::post('reset-password', ResetPasswordController::class); - // 微信小程序 - Route::group(['prefix' => 'wechat-mini'], function () { - Route::post('login', [MiniprogramController::class, 'login']); - Route::group(['middleware' => ['auth:api', \App\Endpoint\Api\Http\Middleware\CheckUserStatus::class]], function () { - Route::post('bind-phone', [MiniprogramController::class, 'bindPhone']); - }); - }); - Route::get('ads', [AdController::class, 'index']); // 商品分类 diff --git a/app/Models/Store.php b/app/Models/Store.php deleted file mode 100644 index 772a58a3..00000000 --- a/app/Models/Store.php +++ /dev/null @@ -1,12 +0,0 @@ - [ - ['name' => '金', 'level' => 'v3'], - ['name' => '银', 'level' => 'v2'], - ['name' => '铜', 'level' => 'v1'], - ], - 'agent' => [ - ['name' => '省', 'level' => 'v3'], - ['name' => '市', 'level' => 'v2'], - ['name' => '区', 'level' => 'v1'], - ] - ]; - - /** - * 用户下单后, 更新成长值, 添加返现记录 - * - * @param \App\Models\Order $order - * - * @return mixed - */ - public function storeByOrder(Order $order) - { - // 订单未取消 - if ($order->isCancelled) { - return false; - } - // 订单成长值 - $sales_value = $order->sales_value; - $user = $order->user; - $user->salesValueLogs()->create([ - 'order_id' => $order->id, - 'order_user_id' => $user_id, - 'type' => SalesValueLog::TYPE_INDIVIDUAL, - 'change_sales_value' => $sales_value - ]); - $user->userInfo()->increment('growth_value', $sales_value); - - - // 上级返现 - $parent_ids = array_reverse($user->userInfo->parent_ids); - $parents = User::with(['userInfo'])->whereIn('id', $parent_ids)->where('role', '!=', '')->get(); - // 没有上级是代理身份 - if ($parents->count() === 0) { - return false; - } - - $setting = new SettingService(); - $conf = $setting->get('distribution'); - foreach($parents as $item) { - $slug = explode('-', $item->userInfo->role); - $role = $slug[0]; - $level = $slug[1]; - $ratio = data_get($conf, $role . '-profit-' . $level); - } - } -} diff --git a/composer.json b/composer.json index 71ab3513..d831fe6c 100644 --- a/composer.json +++ b/composer.json @@ -77,10 +77,7 @@ "config": { "optimize-autoloader": true, "preferred-install": "dist", - "sort-packages": true, - "allow-plugins": { - "easywechat-composer/easywechat-composer": true - } + "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true diff --git a/config/admin.php b/config/admin.php index a7329a30..b39fb861 100644 --- a/config/admin.php +++ b/config/admin.php @@ -11,7 +11,7 @@ return [ | login page. | */ - 'name' => '管理后台', + 'name' => '子春生-管理后台', /* |-------------------------------------------------------------------------- @@ -22,7 +22,7 @@ return [ | `img` tag, eg '
',
/*
|--------------------------------------------------------------------------
@@ -96,7 +96,7 @@ return [
| Html title for all pages.
|
*/
- 'title' => '管理后台',
+ 'title' => '子春生-管理后台',
/*
|--------------------------------------------------------------------------
@@ -264,7 +264,7 @@ return [
'upload' => [
// Disk in `config/filesystem.php`.
- 'disk' => env('FILESYSTEM_DRIVER'),
+ 'disk' => 'aliyun',
// Image and file upload path under the disk above.
'directory' => [
diff --git a/database/migrations/2022_05_06_133819_add_role_to_user_infos.php b/database/migrations/2022_05_06_133819_add_role_to_user_infos.php
deleted file mode 100644
index deee2d12..00000000
--- a/database/migrations/2022_05_06_133819_add_role_to_user_infos.php
+++ /dev/null
@@ -1,37 +0,0 @@
-string('role')->default('')->comment('用户身份({type}-{level})');
- $table->string('role_name')->default('');
- $table->decimal('profit', 12, 2)->default(0)->comment('累计收益');
- $table->unsignedBigInteger('store_id')->nullable()->comment('关联门店');
- });
- }
-
- /**
- * Reverse the migrations.
- *
- * @return void
- */
- public function down()
- {
- Schema::table('user_infos', function (Blueprint $table) {
- $table->dropColumn(['role', 'role_name', 'profit', 'store_id']);
- });
- }
-}
diff --git a/database/migrations/2022_05_06_150951_create_order_profits_table.php b/database/migrations/2022_05_06_150951_create_order_profits_table.php
deleted file mode 100644
index 38e5ba95..00000000
--- a/database/migrations/2022_05_06_150951_create_order_profits_table.php
+++ /dev/null
@@ -1,42 +0,0 @@
-id();
- $table->unsignedBigInteger('order_id')->comment('订单ID');
- $table->unsignedBigInteger('from_user_id')->comment('下单用户');
- $table->unsignedBigInteger('user_id')->comment('收益用户');
- $table->string('role')->default('')->comment('收益用户身份');
- $table->string('role_name')->default('');
- $table->decimal('growth_value', 12, 2)->comment('成长值');
- $table->integer('ratio')->comment('比例');
- $table->decimal('money', 12, 2)->comment('收益金额');
- $table->tinyInteger('status')->default(0)->comment('状态(0: 待付款, 1: 付款中, 2: 已付款)');
- $table->timestamp('paid_at')->nullable()->comment('付款时间');
- $table->text('pay_data')->nullable()->comment('支付信息{pay_way, pay_sn}');
- $table->timestamps();
- });
- }
-
- /**
- * Reverse the migrations.
- *
- * @return void
- */
- public function down()
- {
- Schema::dropIfExists('order_profits');
- }
-}
diff --git a/database/migrations/2022_05_06_160615_add_invitor_id_to_orders.php b/database/migrations/2022_05_06_160615_add_invitor_id_to_orders.php
deleted file mode 100644
index 13808cbd..00000000
--- a/database/migrations/2022_05_06_160615_add_invitor_id_to_orders.php
+++ /dev/null
@@ -1,33 +0,0 @@
-unsignedBigInteger('store_id')->nullable()->comment('关联门店');
- $table->unsignedBigInteger('inviter_id')->nullable()->comment('关联员工');
- });
- }
-
- /**
- * Reverse the migrations.
- *
- * @return void
- */
- public function down()
- {
- Schema::table('orders', function (Blueprint $table) {
- $table->dropColumn(['store_id', 'inviter_id']);
- });
- }
-}
diff --git a/database/migrations/2022_05_06_161251_create_stores_table.php b/database/migrations/2022_05_06_161251_create_stores_table.php
deleted file mode 100644
index 01f93a4a..00000000
--- a/database/migrations/2022_05_06_161251_create_stores_table.php
+++ /dev/null
@@ -1,33 +0,0 @@
-id();
- $table->string('title')->comment('标题');
- $table->string('image')->comment('封面图');
- $table->timestamps();
- });
- }
-
- /**
- * Reverse the migrations.
- *
- * @return void
- */
- public function down()
- {
- Schema::dropIfExists('stores');
- }
-}
diff --git a/database/seeders/AdminSeeder.php b/database/seeders/AdminSeeder.php
index ca0a4ff1..de34b5bb 100644
--- a/database/seeders/AdminSeeder.php
+++ b/database/seeders/AdminSeeder.php
@@ -14,7 +14,7 @@ class AdminSeeder extends Seeder
public function run()
{
$this->call([
- AdminMenuSeeder::class,
+ // AdminMenuSeeder::class,
AdminPermissionSeeder::class,
]);
}
diff --git a/dcat_admin_ide_helper.php b/dcat_admin_ide_helper.php
index bfa04c20..d61e4482 100644
--- a/dcat_admin_ide_helper.php
+++ b/dcat_admin_ide_helper.php
@@ -12,518 +12,644 @@ namespace Dcat\Admin {
/**
* @property Grid\Column|Collection width
- * @property Grid\Column|Collection id
- * @property Grid\Column|Collection cover
* @property Grid\Column|Collection content
+ * @property Grid\Column|Collection coupons_rule
+ * @property Grid\Column|Collection cover
+ * @property Grid\Column|Collection created_at
+ * @property Grid\Column|Collection ended_at
+ * @property Grid\Column|Collection gifts_rule
+ * @property Grid\Column|Collection id
* @property Grid\Column|Collection is_use
* @property Grid\Column|Collection started_at
- * @property Grid\Column|Collection ended_at
- * @property Grid\Column|Collection coupons_rule
- * @property Grid\Column|Collection gifts_rule
- * @property Grid\Column|Collection created_at
* @property Grid\Column|Collection updated_at
* @property Grid\Column|Collection activity_id
* @property Grid\Column|Collection coupon_id
* @property Grid\Column|Collection qty
* @property Grid\Column|Collection sku_id
* @property Grid\Column|Collection part_id
- * @property Grid\Column|Collection key
- * @property Grid\Column|Collection name
* @property Grid\Column|Collection dimensions
* @property Grid\Column|Collection is_show
+ * @property Grid\Column|Collection key
+ * @property Grid\Column|Collection name
+ * @property Grid\Column|Collection detail
* @property Grid\Column|Collection type
* @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 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 icon
+ * @property Grid\Column|Collection order
+ * @property Grid\Column|Collection parent_id
+ * @property Grid\Column|Collection uri
* @property Grid\Column|Collection menu_id
- * @property Grid\Column|Collection slug
+ * @property Grid\Column|Collection permission_id
* @property Grid\Column|Collection http_method
* @property Grid\Column|Collection http_path
+ * @property Grid\Column|Collection slug
* @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 password
* @property Grid\Column|Collection remember_token
+ * @property Grid\Column|Collection username
* @property Grid\Column|Collection address_id
* @property Grid\Column|Collection image
- * @property Grid\Column|Collection sort
- * @property Grid\Column|Collection jump_type
* @property Grid\Column|Collection jump_link
+ * @property Grid\Column|Collection jump_type
* @property Grid\Column|Collection remarks
+ * @property Grid\Column|Collection sort
* @property Grid\Column|Collection after_sale_id
* @property Grid\Column|Collection desc
* @property Grid\Column|Collection images
- * @property Grid\Column|Collection order_id
- * @property Grid\Column|Collection sn
- * @property Grid\Column|Collection order_product_id
- * @property Grid\Column|Collection num
* @property Grid\Column|Collection amount
+ * @property Grid\Column|Collection num
+ * @property Grid\Column|Collection order_id
+ * @property Grid\Column|Collection order_product_id
+ * @property Grid\Column|Collection sales_value
+ * @property Grid\Column|Collection sn
* @property Grid\Column|Collection state
* @property Grid\Column|Collection tracking_number
- * @property Grid\Column|Collection sales_value
- * @property Grid\Column|Collection v
- * @property Grid\Column|Collection cate
- * @property Grid\Column|Collection is_force
- * @property Grid\Column|Collection context
+ * @property Grid\Column|Collection before_agent_level
+ * @property Grid\Column|Collection change_agent_level
+ * @property Grid\Column|Collection remark
* @property Grid\Column|Collection apk_link
+ * @property Grid\Column|Collection cate
+ * @property Grid\Column|Collection context
+ * @property Grid\Column|Collection is_force
+ * @property Grid\Column|Collection v
* @property Grid\Column|Collection wgt_link
- * @property Grid\Column|Collection is_recommend
* @property Grid\Column|Collection _lft
* @property Grid\Column|Collection _rgt
+ * @property Grid\Column|Collection is_recommend
* @property Grid\Column|Collection article_id
- * @property Grid\Column|Collection category_id
* @property Grid\Column|Collection author_name
- * @property Grid\Column|Collection subtitle
- * @property Grid\Column|Collection points
+ * @property Grid\Column|Collection category_id
* @property Grid\Column|Collection likes
- * @property Grid\Column|Collection media_type
* @property Grid\Column|Collection media_content
- * @property Grid\Column|Collection loggable_type
- * @property Grid\Column|Collection loggable_id
+ * @property Grid\Column|Collection media_type
+ * @property Grid\Column|Collection points
+ * @property Grid\Column|Collection subtitle
* @property Grid\Column|Collection action
* @property Grid\Column|Collection before_balance
* @property Grid\Column|Collection change_balance
+ * @property Grid\Column|Collection loggable_id
+ * @property Grid\Column|Collection loggable_type
* @property Grid\Column|Collection balance
+ * @property Grid\Column|Collection is_frozen
* @property Grid\Column|Collection total_expenses
* @property Grid\Column|Collection total_revenue
* @property Grid\Column|Collection transferable
- * @property Grid\Column|Collection is_frozen
- * @property Grid\Column|Collection share_image
- * @property Grid\Column|Collection share_title
+ * @property Grid\Column|Collection end_at
+ * @property Grid\Column|Collection expire_hours
* @property Grid\Column|Collection is_enable
* @property Grid\Column|Collection rules
- * @property Grid\Column|Collection times
- * @property Grid\Column|Collection expire_hours
+ * @property Grid\Column|Collection share_image
+ * @property Grid\Column|Collection share_title
* @property Grid\Column|Collection start_at
- * @property Grid\Column|Collection end_at
+ * @property Grid\Column|Collection times
* @property Grid\Column|Collection bargain_amount
- * @property Grid\Column|Collection sku_price
* @property Grid\Column|Collection bargain_price
- * @property Grid\Column|Collection status
* @property Grid\Column|Collection expire_at
- * @property Grid\Column|Collection remark
+ * @property Grid\Column|Collection sku_price
+ * @property Grid\Column|Collection status
* @property Grid\Column|Collection continue_click_times
* @property Grid\Column|Collection last_click_at
* @property Grid\Column|Collection ranges
* @property Grid\Column|Collection administrator_id
* @property Grid\Column|Collection task_id
- * @property Grid\Column|Collection threshold
* @property Grid\Column|Collection limit
* @property Grid\Column|Collection sent
* @property Grid\Column|Collection stock
+ * @property Grid\Column|Collection threshold
* @property Grid\Column|Collection use_day
- * @property Grid\Column|Collection use_start_at
* @property Grid\Column|Collection use_end_at
- * @property Grid\Column|Collection uuid
+ * @property Grid\Column|Collection use_start_at
+ * @property Grid\Column|Collection lvl
+ * @property Grid\Column|Collection order_completed_at
+ * @property Grid\Column|Collection total_amount
+ * @property Grid\Column|Collection consignee_address
+ * @property Grid\Column|Collection consignee_name
+ * @property Grid\Column|Collection consignee_telephone
+ * @property Grid\Column|Collection consignee_zone
+ * @property Grid\Column|Collection out_trade_no
+ * @property Grid\Column|Collection pay_at
+ * @property Grid\Column|Collection pay_sn
+ * @property Grid\Column|Collection pay_way
+ * @property Grid\Column|Collection shipping_fee
+ * @property Grid\Column|Collection delivery_bill_id
+ * @property Grid\Column|Collection product_id
+ * @property Grid\Column|Collection earningable_id
+ * @property Grid\Column|Collection earningable_type
+ * @property Grid\Column|Collection fee
+ * @property Grid\Column|Collection fee_rate
+ * @property Grid\Column|Collection pay_image
+ * @property Grid\Column|Collection pay_info
+ * @property Grid\Column|Collection payer_id
+ * @property Grid\Column|Collection settle_at
+ * @property Grid\Column|Collection total_earnings
+ * @property Grid\Column|Collection is_manager
+ * @property Grid\Column|Collection is_settle
+ * @property Grid\Column|Collection real_amount
+ * @property Grid\Column|Collection sales_volume
+ * @property Grid\Column|Collection last_consignor_id
+ * @property Grid\Column|Collection new_consignor_id
+ * @property Grid\Column|Collection deposit_qty
+ * @property Grid\Column|Collection price
+ * @property Grid\Column|Collection sale_price
+ * @property Grid\Column|Collection reason
+ * @property Grid\Column|Collection allocated_at
+ * @property Grid\Column|Collection consignor_id
+ * @property Grid\Column|Collection deposit_status
+ * @property Grid\Column|Collection local_status
+ * @property Grid\Column|Collection paied_time
+ * @property Grid\Column|Collection pay_time
+ * @property Grid\Column|Collection settle_state
+ * @property Grid\Column|Collection shipping_time
+ * @property Grid\Column|Collection shippinged_time
+ * @property Grid\Column|Collection min_order_amount
+ * @property Grid\Column|Collection price_1st
+ * @property Grid\Column|Collection price_2st
+ * @property Grid\Column|Collection price_3st
+ * @property Grid\Column|Collection is_sale
+ * @property Grid\Column|Collection manager_subsidy
+ * @property Grid\Column|Collection sales_count
+ * @property Grid\Column|Collection unit
+ * @property Grid\Column|Collection path
+ * @property Grid\Column|Collection subsidy_rate
+ * @property Grid\Column|Collection total_purchase_amount
+ * @property Grid\Column|Collection total_subsidy
+ * @property Grid\Column|Collection change_amount
+ * @property Grid\Column|Collection change_from_purchase_subsidy_id
+ * @property Grid\Column|Collection purchase_subsidy_id
+ * @property Grid\Column|Collection change_sales_value
+ * @property Grid\Column|Collection dealer_price
+ * @property Grid\Column|Collection quantity
+ * @property Grid\Column|Collection sell_price
+ * @property Grid\Column|Collection before_lvl
+ * @property Grid\Column|Collection change_lvl
+ * @property Grid\Column|Collection is_deposit
+ * @property Grid\Column|Collection revoke_id
+ * @property Grid\Column|Collection deposit_stock
+ * @property Grid\Column|Collection account_amount
+ * @property Grid\Column|Collection rate
+ * @property Grid\Column|Collection service_amount
+ * @property Grid\Column|Collection withdrawable
+ * @property Grid\Column|Collection bonds
+ * @property Grid\Column|Collection contracted_lvl_at
+ * @property Grid\Column|Collection self_sales_value
+ * @property Grid\Column|Collection team_sales_value
+ * @property Grid\Column|Collection failed_reason
+ * @property Grid\Column|Collection jobable_id
+ * @property Grid\Column|Collection jobable_type
+ * @property Grid\Column|Collection change_revenue
+ * @property Grid\Column|Collection pre_income_id
+ * @property Grid\Column|Collection pre_income_job_id
+ * @property Grid\Column|Collection agent_level
+ * @property Grid\Column|Collection completed_at
+ * @property Grid\Column|Collection rule
+ * @property Grid\Column|Collection total_sales_value
* @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 payload
+ * @property Grid\Column|Collection queue
+ * @property Grid\Column|Collection uuid
* @property Grid\Column|Collection job_id
- * @property Grid\Column|Collection reason
+ * @property Grid\Column|Collection fails
* @property Grid\Column|Collection file
* @property Grid\Column|Collection success
- * @property Grid\Column|Collection fails
* @property Grid\Column|Collection code
* @property Grid\Column|Collection info
* @property Grid\Column|Collection ext
* @property Grid\Column|Collection is_push
* @property Grid\Column|Collection message_id
* @property Grid\Column|Collection order_package_id
- * @property Grid\Column|Collection quantity
- * @property Grid\Column|Collection consignee_name
- * @property Grid\Column|Collection consignee_telephone
- * @property Grid\Column|Collection consignee_zone
- * @property Grid\Column|Collection consignee_address
- * @property Grid\Column|Collection shipping_company
- * @property Grid\Column|Collection shipping_code
- * @property Grid\Column|Collection shipping_number
- * @property Grid\Column|Collection is_failed
* @property Grid\Column|Collection checked_at
+ * @property Grid\Column|Collection is_failed
* @property Grid\Column|Collection last_news
- * @property Grid\Column|Collection spu_id
- * @property Grid\Column|Collection specs
- * @property Grid\Column|Collection weight
- * @property Grid\Column|Collection sell_price
- * @property Grid\Column|Collection vip_price
- * @property Grid\Column|Collection coupon_discount_amount
- * @property Grid\Column|Collection vip_discount_amount
- * @property Grid\Column|Collection reduced_amount
- * @property Grid\Column|Collection total_amount
- * @property Grid\Column|Collection after_sale_state
+ * @property Grid\Column|Collection shipping_code
+ * @property Grid\Column|Collection shipping_company
+ * @property Grid\Column|Collection shipping_number
* @property Grid\Column|Collection after_expire_at
- * @property Grid\Column|Collection remain_quantity
+ * @property Grid\Column|Collection after_sale_state
+ * @property Grid\Column|Collection coupon_discount_amount
* @property Grid\Column|Collection gift_for_sku_id
* @property Grid\Column|Collection is_gift
- * @property Grid\Column|Collection from_user_id
- * @property Grid\Column|Collection role
- * @property Grid\Column|Collection role_name
- * @property Grid\Column|Collection growth_value
- * @property Grid\Column|Collection ratio
- * @property Grid\Column|Collection money
- * @property Grid\Column|Collection paid_at
- * @property Grid\Column|Collection pay_data
+ * @property Grid\Column|Collection reduced_amount
+ * @property Grid\Column|Collection remain_quantity
+ * @property Grid\Column|Collection specs
+ * @property Grid\Column|Collection spu_id
+ * @property Grid\Column|Collection vip_discount_amount
+ * @property Grid\Column|Collection vip_price
+ * @property Grid\Column|Collection weight
* @property Grid\Column|Collection max
- * @property Grid\Column|Collection failed_reason
- * @property Grid\Column|Collection shipping_fee
- * @property Grid\Column|Collection products_total_amount
- * @property Grid\Column|Collection note
- * @property Grid\Column|Collection pay_sn
- * @property Grid\Column|Collection pay_way
- * @property Grid\Column|Collection pay_at
- * @property Grid\Column|Collection completed_at
- * @property Grid\Column|Collection user_coupon_id
- * @property Grid\Column|Collection shipping_state
- * @property Grid\Column|Collection is_change
- * @property Grid\Column|Collection out_trade_no
* @property Grid\Column|Collection auto_complete_at
- * @property Grid\Column|Collection store_id
- * @property Grid\Column|Collection inviter_id
- * @property Grid\Column|Collection payable_type
+ * @property Grid\Column|Collection is_change
+ * @property Grid\Column|Collection is_settlable
+ * @property Grid\Column|Collection note
+ * @property Grid\Column|Collection products_total_amount
+ * @property Grid\Column|Collection shipping_state
+ * @property Grid\Column|Collection user_coupon_id
* @property Grid\Column|Collection payable_id
- * @property Grid\Column|Collection tokenable_type
- * @property Grid\Column|Collection tokenable_id
- * @property Grid\Column|Collection token
+ * @property Grid\Column|Collection payable_type
* @property Grid\Column|Collection abilities
* @property Grid\Column|Collection last_used_at
+ * @property Grid\Column|Collection token
+ * @property Grid\Column|Collection tokenable_id
+ * @property Grid\Column|Collection tokenable_type
* @property Grid\Column|Collection old_points
* @property Grid\Column|Collection gift_sku_id
* @property Grid\Column|Collection remaining
* @property Grid\Column|Collection attrs
* @property Grid\Column|Collection applicant_id
* @property Grid\Column|Collection reviewer_id
- * @property Grid\Column|Collection market_price
- * @property Grid\Column|Collection cost_price
- * @property Grid\Column|Collection media
- * @property Grid\Column|Collection sales
- * @property Grid\Column|Collection release_at
- * @property Grid\Column|Collection verify_state
* @property Grid\Column|Collection buynote_id
+ * @property Grid\Column|Collection cost_price
+ * @property Grid\Column|Collection market_price
+ * @property Grid\Column|Collection media
+ * @property Grid\Column|Collection release_at
+ * @property Grid\Column|Collection sales
* @property Grid\Column|Collection shipping_template_id
+ * @property Grid\Column|Collection verify_state
* @property Grid\Column|Collection feature_id
* @property Grid\Column|Collection items
* @property Grid\Column|Collection view_date
* @property Grid\Column|Collection is_pushed
* @property Grid\Column|Collection message_type
+ * @property Grid\Column|Collection change_quota
* @property Grid\Column|Collection order_user_id
- * @property Grid\Column|Collection change_sales_value
+ * @property Grid\Column|Collection size
* @property Grid\Column|Collection x
* @property Grid\Column|Collection y
- * @property Grid\Column|Collection size
- * @property Grid\Column|Collection zone_id
+ * @property Grid\Column|Collection address
* @property Grid\Column|Collection consignee
+ * @property Grid\Column|Collection is_default
* @property Grid\Column|Collection telephone
* @property Grid\Column|Collection zone
- * @property Grid\Column|Collection address
- * @property Grid\Column|Collection is_default
+ * @property Grid\Column|Collection zone_id
* @property Grid\Column|Collection rule_id
* @property Grid\Column|Collection template_id
* @property Grid\Column|Collection zones
- * @property Grid\Column|Collection phone
* @property Grid\Column|Collection expires_at
- * @property Grid\Column|Collection socialite_type
+ * @property Grid\Column|Collection phone
* @property Grid\Column|Collection socialite_id
+ * @property Grid\Column|Collection socialite_type
* @property Grid\Column|Collection tag_id
* @property Grid\Column|Collection taggable_id
* @property Grid\Column|Collection taggable_type
- * @property Grid\Column|Collection real_name
- * @property Grid\Column|Collection bank_number
- * @property Grid\Column|Collection bank_name
* @property Grid\Column|Collection bank_description
+ * @property Grid\Column|Collection bank_name
+ * @property Grid\Column|Collection bank_number
* @property Grid\Column|Collection is_edited
* @property Grid\Column|Collection old_real_name
- * @property Grid\Column|Collection u_cid
+ * @property Grid\Column|Collection real_name
* @property Grid\Column|Collection m_cid
- * @property Grid\Column|Collection coupon_name
- * @property Grid\Column|Collection coupon_type
+ * @property Grid\Column|Collection u_cid
* @property Grid\Column|Collection coupon_amount
+ * @property Grid\Column|Collection coupon_name
* @property Grid\Column|Collection coupon_threshold
- * @property Grid\Column|Collection nickname
- * @property Grid\Column|Collection gender
+ * @property Grid\Column|Collection coupon_type
* @property Grid\Column|Collection birthday
+ * @property Grid\Column|Collection bonusable
* @property Grid\Column|Collection depth
- * @property Grid\Column|Collection path
+ * @property Grid\Column|Collection gender
+ * @property Grid\Column|Collection group_sales_value
+ * @property Grid\Column|Collection growth_value
+ * @property Grid\Column|Collection inviter_id
+ * @property Grid\Column|Collection nickname
+ * @property Grid\Column|Collection pre_growth_value
+ * @property Grid\Column|Collection quota_v1
+ * @property Grid\Column|Collection quota_v2
* @property Grid\Column|Collection real_inviter_id
- * @property Grid\Column|Collection profit
* @property Grid\Column|Collection vip_id
- * @property Grid\Column|Collection phone_verified_at
* @property Grid\Column|Collection email
* @property Grid\Column|Collection email_verified_at
- * @property Grid\Column|Collection last_login_ip
* @property Grid\Column|Collection last_login_at
+ * @property Grid\Column|Collection last_login_ip
+ * @property Grid\Column|Collection old_password
+ * @property Grid\Column|Collection phone_verified_at
* @property Grid\Column|Collection register_ip
* @property Grid\Column|Collection status_remark
- * @property Grid\Column|Collection old_password
- * @property Grid\Column|Collection rate
- * @property Grid\Column|Collection service_amount
- * @property Grid\Column|Collection account_amount
- * @property Grid\Column|Collection withdrawable
*
* @method Grid\Column|Collection width(string $label = null)
- * @method Grid\Column|Collection id(string $label = null)
- * @method Grid\Column|Collection cover(string $label = null)
* @method Grid\Column|Collection content(string $label = null)
+ * @method Grid\Column|Collection coupons_rule(string $label = null)
+ * @method Grid\Column|Collection cover(string $label = null)
+ * @method Grid\Column|Collection created_at(string $label = null)
+ * @method Grid\Column|Collection ended_at(string $label = null)
+ * @method Grid\Column|Collection gifts_rule(string $label = null)
+ * @method Grid\Column|Collection id(string $label = null)
* @method Grid\Column|Collection is_use(string $label = null)
* @method Grid\Column|Collection started_at(string $label = null)
- * @method Grid\Column|Collection ended_at(string $label = null)
- * @method Grid\Column|Collection coupons_rule(string $label = null)
- * @method Grid\Column|Collection gifts_rule(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 coupon_id(string $label = null)
* @method Grid\Column|Collection qty(string $label = null)
* @method Grid\Column|Collection sku_id(string $label = null)
* @method Grid\Column|Collection part_id(string $label = null)
- * @method Grid\Column|Collection key(string $label = null)
- * @method Grid\Column|Collection name(string $label = null)
* @method Grid\Column|Collection dimensions(string $label = null)
* @method Grid\Column|Collection is_show(string $label = null)
+ * @method Grid\Column|Collection key(string $label = null)
+ * @method Grid\Column|Collection name(string $label = null)
+ * @method Grid\Column|Collection detail(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 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 icon(string $label = null)
+ * @method Grid\Column|Collection order(string $label = null)
+ * @method Grid\Column|Collection parent_id(string $label = null)
+ * @method Grid\Column|Collection uri(string $label = null)
* @method Grid\Column|Collection menu_id(string $label = null)
- * @method Grid\Column|Collection slug(string $label = null)
+ * @method Grid\Column|Collection permission_id(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 slug(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 password(string $label = null)
* @method Grid\Column|Collection remember_token(string $label = null)
+ * @method Grid\Column|Collection username(string $label = null)
* @method Grid\Column|Collection address_id(string $label = null)
* @method Grid\Column|Collection image(string $label = null)
- * @method Grid\Column|Collection sort(string $label = null)
- * @method Grid\Column|Collection jump_type(string $label = null)
* @method Grid\Column|Collection jump_link(string $label = null)
+ * @method Grid\Column|Collection jump_type(string $label = null)
* @method Grid\Column|Collection remarks(string $label = null)
+ * @method Grid\Column|Collection sort(string $label = null)
* @method Grid\Column|Collection after_sale_id(string $label = null)
* @method Grid\Column|Collection desc(string $label = null)
* @method Grid\Column|Collection images(string $label = null)
- * @method Grid\Column|Collection order_id(string $label = null)
- * @method Grid\Column|Collection sn(string $label = null)
- * @method Grid\Column|Collection order_product_id(string $label = null)
- * @method Grid\Column|Collection num(string $label = null)
* @method Grid\Column|Collection amount(string $label = null)
+ * @method Grid\Column|Collection num(string $label = null)
+ * @method Grid\Column|Collection order_id(string $label = null)
+ * @method Grid\Column|Collection order_product_id(string $label = null)
+ * @method Grid\Column|Collection sales_value(string $label = null)
+ * @method Grid\Column|Collection sn(string $label = null)
* @method Grid\Column|Collection state(string $label = null)
* @method Grid\Column|Collection tracking_number(string $label = null)
- * @method Grid\Column|Collection sales_value(string $label = null)
- * @method Grid\Column|Collection v(string $label = null)
- * @method Grid\Column|Collection cate(string $label = null)
- * @method Grid\Column|Collection is_force(string $label = null)
- * @method Grid\Column|Collection context(string $label = null)
+ * @method Grid\Column|Collection before_agent_level(string $label = null)
+ * @method Grid\Column|Collection change_agent_level(string $label = null)
+ * @method Grid\Column|Collection remark(string $label = null)
* @method Grid\Column|Collection apk_link(string $label = null)
+ * @method Grid\Column|Collection cate(string $label = null)
+ * @method Grid\Column|Collection context(string $label = null)
+ * @method Grid\Column|Collection is_force(string $label = null)
+ * @method Grid\Column|Collection v(string $label = null)
* @method Grid\Column|Collection wgt_link(string $label = null)
- * @method Grid\Column|Collection is_recommend(string $label = null)
* @method Grid\Column|Collection _lft(string $label = null)
* @method Grid\Column|Collection _rgt(string $label = null)
+ * @method Grid\Column|Collection is_recommend(string $label = null)
* @method Grid\Column|Collection article_id(string $label = null)
- * @method Grid\Column|Collection category_id(string $label = null)
* @method Grid\Column|Collection author_name(string $label = null)
- * @method Grid\Column|Collection subtitle(string $label = null)
- * @method Grid\Column|Collection points(string $label = null)
+ * @method Grid\Column|Collection category_id(string $label = null)
* @method Grid\Column|Collection likes(string $label = null)
- * @method Grid\Column|Collection media_type(string $label = null)
* @method Grid\Column|Collection media_content(string $label = null)
- * @method Grid\Column|Collection loggable_type(string $label = null)
- * @method Grid\Column|Collection loggable_id(string $label = null)
+ * @method Grid\Column|Collection media_type(string $label = null)
+ * @method Grid\Column|Collection points(string $label = null)
+ * @method Grid\Column|Collection subtitle(string $label = null)
* @method Grid\Column|Collection action(string $label = null)
* @method Grid\Column|Collection before_balance(string $label = null)
* @method Grid\Column|Collection change_balance(string $label = null)
+ * @method Grid\Column|Collection loggable_id(string $label = null)
+ * @method Grid\Column|Collection loggable_type(string $label = null)
* @method Grid\Column|Collection balance(string $label = null)
+ * @method Grid\Column|Collection is_frozen(string $label = null)
* @method Grid\Column|Collection total_expenses(string $label = null)
* @method Grid\Column|Collection total_revenue(string $label = null)
* @method Grid\Column|Collection transferable(string $label = null)
- * @method Grid\Column|Collection is_frozen(string $label = null)
- * @method Grid\Column|Collection share_image(string $label = null)
- * @method Grid\Column|Collection share_title(string $label = null)
+ * @method Grid\Column|Collection end_at(string $label = null)
+ * @method Grid\Column|Collection expire_hours(string $label = null)
* @method Grid\Column|Collection is_enable(string $label = null)
* @method Grid\Column|Collection rules(string $label = null)
- * @method Grid\Column|Collection times(string $label = null)
- * @method Grid\Column|Collection expire_hours(string $label = null)
+ * @method Grid\Column|Collection share_image(string $label = null)
+ * @method Grid\Column|Collection share_title(string $label = null)
* @method Grid\Column|Collection start_at(string $label = null)
- * @method Grid\Column|Collection end_at(string $label = null)
+ * @method Grid\Column|Collection times(string $label = null)
* @method Grid\Column|Collection bargain_amount(string $label = null)
- * @method Grid\Column|Collection sku_price(string $label = null)
* @method Grid\Column|Collection bargain_price(string $label = null)
- * @method Grid\Column|Collection status(string $label = null)
* @method Grid\Column|Collection expire_at(string $label = null)
- * @method Grid\Column|Collection remark(string $label = null)
+ * @method Grid\Column|Collection sku_price(string $label = null)
+ * @method Grid\Column|Collection status(string $label = null)
* @method Grid\Column|Collection continue_click_times(string $label = null)
* @method Grid\Column|Collection last_click_at(string $label = null)
* @method Grid\Column|Collection ranges(string $label = null)
* @method Grid\Column|Collection administrator_id(string $label = null)
* @method Grid\Column|Collection task_id(string $label = null)
- * @method Grid\Column|Collection threshold(string $label = null)
* @method Grid\Column|Collection limit(string $label = null)
* @method Grid\Column|Collection sent(string $label = null)
* @method Grid\Column|Collection stock(string $label = null)
+ * @method Grid\Column|Collection threshold(string $label = null)
* @method Grid\Column|Collection use_day(string $label = null)
- * @method Grid\Column|Collection use_start_at(string $label = null)
* @method Grid\Column|Collection use_end_at(string $label = null)
- * @method Grid\Column|Collection uuid(string $label = null)
+ * @method Grid\Column|Collection use_start_at(string $label = null)
+ * @method Grid\Column|Collection lvl(string $label = null)
+ * @method Grid\Column|Collection order_completed_at(string $label = null)
+ * @method Grid\Column|Collection total_amount(string $label = null)
+ * @method Grid\Column|Collection consignee_address(string $label = null)
+ * @method Grid\Column|Collection consignee_name(string $label = null)
+ * @method Grid\Column|Collection consignee_telephone(string $label = null)
+ * @method Grid\Column|Collection consignee_zone(string $label = null)
+ * @method Grid\Column|Collection out_trade_no(string $label = null)
+ * @method Grid\Column|Collection pay_at(string $label = null)
+ * @method Grid\Column|Collection pay_sn(string $label = null)
+ * @method Grid\Column|Collection pay_way(string $label = null)
+ * @method Grid\Column|Collection shipping_fee(string $label = null)
+ * @method Grid\Column|Collection delivery_bill_id(string $label = null)
+ * @method Grid\Column|Collection product_id(string $label = null)
+ * @method Grid\Column|Collection earningable_id(string $label = null)
+ * @method Grid\Column|Collection earningable_type(string $label = null)
+ * @method Grid\Column|Collection fee(string $label = null)
+ * @method Grid\Column|Collection fee_rate(string $label = null)
+ * @method Grid\Column|Collection pay_image(string $label = null)
+ * @method Grid\Column|Collection pay_info(string $label = null)
+ * @method Grid\Column|Collection payer_id(string $label = null)
+ * @method Grid\Column|Collection settle_at(string $label = null)
+ * @method Grid\Column|Collection total_earnings(string $label = null)
+ * @method Grid\Column|Collection is_manager(string $label = null)
+ * @method Grid\Column|Collection is_settle(string $label = null)
+ * @method Grid\Column|Collection real_amount(string $label = null)
+ * @method Grid\Column|Collection sales_volume(string $label = null)
+ * @method Grid\Column|Collection last_consignor_id(string $label = null)
+ * @method Grid\Column|Collection new_consignor_id(string $label = null)
+ * @method Grid\Column|Collection deposit_qty(string $label = null)
+ * @method Grid\Column|Collection price(string $label = null)
+ * @method Grid\Column|Collection sale_price(string $label = null)
+ * @method Grid\Column|Collection reason(string $label = null)
+ * @method Grid\Column|Collection allocated_at(string $label = null)
+ * @method Grid\Column|Collection consignor_id(string $label = null)
+ * @method Grid\Column|Collection deposit_status(string $label = null)
+ * @method Grid\Column|Collection local_status(string $label = null)
+ * @method Grid\Column|Collection paied_time(string $label = null)
+ * @method Grid\Column|Collection pay_time(string $label = null)
+ * @method Grid\Column|Collection settle_state(string $label = null)
+ * @method Grid\Column|Collection shipping_time(string $label = null)
+ * @method Grid\Column|Collection shippinged_time(string $label = null)
+ * @method Grid\Column|Collection min_order_amount(string $label = null)
+ * @method Grid\Column|Collection price_1st(string $label = null)
+ * @method Grid\Column|Collection price_2st(string $label = null)
+ * @method Grid\Column|Collection price_3st(string $label = null)
+ * @method Grid\Column|Collection is_sale(string $label = null)
+ * @method Grid\Column|Collection manager_subsidy(string $label = null)
+ * @method Grid\Column|Collection sales_count(string $label = null)
+ * @method Grid\Column|Collection unit(string $label = null)
+ * @method Grid\Column|Collection path(string $label = null)
+ * @method Grid\Column|Collection subsidy_rate(string $label = null)
+ * @method Grid\Column|Collection total_purchase_amount(string $label = null)
+ * @method Grid\Column|Collection total_subsidy(string $label = null)
+ * @method Grid\Column|Collection change_amount(string $label = null)
+ * @method Grid\Column|Collection change_from_purchase_subsidy_id(string $label = null)
+ * @method Grid\Column|Collection purchase_subsidy_id(string $label = null)
+ * @method Grid\Column|Collection change_sales_value(string $label = null)
+ * @method Grid\Column|Collection dealer_price(string $label = null)
+ * @method Grid\Column|Collection quantity(string $label = null)
+ * @method Grid\Column|Collection sell_price(string $label = null)
+ * @method Grid\Column|Collection before_lvl(string $label = null)
+ * @method Grid\Column|Collection change_lvl(string $label = null)
+ * @method Grid\Column|Collection is_deposit(string $label = null)
+ * @method Grid\Column|Collection revoke_id(string $label = null)
+ * @method Grid\Column|Collection deposit_stock(string $label = null)
+ * @method Grid\Column|Collection account_amount(string $label = null)
+ * @method Grid\Column|Collection rate(string $label = null)
+ * @method Grid\Column|Collection service_amount(string $label = null)
+ * @method Grid\Column|Collection withdrawable(string $label = null)
+ * @method Grid\Column|Collection bonds(string $label = null)
+ * @method Grid\Column|Collection contracted_lvl_at(string $label = null)
+ * @method Grid\Column|Collection self_sales_value(string $label = null)
+ * @method Grid\Column|Collection team_sales_value(string $label = null)
+ * @method Grid\Column|Collection failed_reason(string $label = null)
+ * @method Grid\Column|Collection jobable_id(string $label = null)
+ * @method Grid\Column|Collection jobable_type(string $label = null)
+ * @method Grid\Column|Collection change_revenue(string $label = null)
+ * @method Grid\Column|Collection pre_income_id(string $label = null)
+ * @method Grid\Column|Collection pre_income_job_id(string $label = null)
+ * @method Grid\Column|Collection agent_level(string $label = null)
+ * @method Grid\Column|Collection completed_at(string $label = null)
+ * @method Grid\Column|Collection rule(string $label = null)
+ * @method Grid\Column|Collection total_sales_value(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 payload(string $label = null)
+ * @method Grid\Column|Collection queue(string $label = null)
+ * @method Grid\Column|Collection uuid(string $label = null)
* @method Grid\Column|Collection job_id(string $label = null)
- * @method Grid\Column|Collection reason(string $label = null)
+ * @method Grid\Column|Collection fails(string $label = null)
* @method Grid\Column|Collection file(string $label = null)
* @method Grid\Column|Collection success(string $label = null)
- * @method Grid\Column|Collection fails(string $label = null)
* @method Grid\Column|Collection code(string $label = null)
* @method Grid\Column|Collection info(string $label = null)
* @method Grid\Column|Collection ext(string $label = null)
* @method Grid\Column|Collection is_push(string $label = null)
* @method Grid\Column|Collection message_id(string $label = null)
* @method Grid\Column|Collection order_package_id(string $label = null)
- * @method Grid\Column|Collection quantity(string $label = null)
- * @method Grid\Column|Collection consignee_name(string $label = null)
- * @method Grid\Column|Collection consignee_telephone(string $label = null)
- * @method Grid\Column|Collection consignee_zone(string $label = null)
- * @method Grid\Column|Collection consignee_address(string $label = null)
- * @method Grid\Column|Collection shipping_company(string $label = null)
- * @method Grid\Column|Collection shipping_code(string $label = null)
- * @method Grid\Column|Collection shipping_number(string $label = null)
- * @method Grid\Column|Collection is_failed(string $label = null)
* @method Grid\Column|Collection checked_at(string $label = null)
+ * @method Grid\Column|Collection is_failed(string $label = null)
* @method Grid\Column|Collection last_news(string $label = null)
- * @method Grid\Column|Collection spu_id(string $label = null)
- * @method Grid\Column|Collection specs(string $label = null)
- * @method Grid\Column|Collection weight(string $label = null)
- * @method Grid\Column|Collection sell_price(string $label = null)
- * @method Grid\Column|Collection vip_price(string $label = null)
- * @method Grid\Column|Collection coupon_discount_amount(string $label = null)
- * @method Grid\Column|Collection vip_discount_amount(string $label = null)
- * @method Grid\Column|Collection reduced_amount(string $label = null)
- * @method Grid\Column|Collection total_amount(string $label = null)
- * @method Grid\Column|Collection after_sale_state(string $label = null)
+ * @method Grid\Column|Collection shipping_code(string $label = null)
+ * @method Grid\Column|Collection shipping_company(string $label = null)
+ * @method Grid\Column|Collection shipping_number(string $label = null)
* @method Grid\Column|Collection after_expire_at(string $label = null)
- * @method Grid\Column|Collection remain_quantity(string $label = null)
+ * @method Grid\Column|Collection after_sale_state(string $label = null)
+ * @method Grid\Column|Collection coupon_discount_amount(string $label = null)
* @method Grid\Column|Collection gift_for_sku_id(string $label = null)
* @method Grid\Column|Collection is_gift(string $label = null)
- * @method Grid\Column|Collection from_user_id(string $label = null)
- * @method Grid\Column|Collection role(string $label = null)
- * @method Grid\Column|Collection role_name(string $label = null)
- * @method Grid\Column|Collection growth_value(string $label = null)
- * @method Grid\Column|Collection ratio(string $label = null)
- * @method Grid\Column|Collection money(string $label = null)
- * @method Grid\Column|Collection paid_at(string $label = null)
- * @method Grid\Column|Collection pay_data(string $label = null)
+ * @method Grid\Column|Collection reduced_amount(string $label = null)
+ * @method Grid\Column|Collection remain_quantity(string $label = null)
+ * @method Grid\Column|Collection specs(string $label = null)
+ * @method Grid\Column|Collection spu_id(string $label = null)
+ * @method Grid\Column|Collection vip_discount_amount(string $label = null)
+ * @method Grid\Column|Collection vip_price(string $label = null)
+ * @method Grid\Column|Collection weight(string $label = null)
* @method Grid\Column|Collection max(string $label = null)
- * @method Grid\Column|Collection failed_reason(string $label = null)
- * @method Grid\Column|Collection shipping_fee(string $label = null)
- * @method Grid\Column|Collection products_total_amount(string $label = null)
- * @method Grid\Column|Collection note(string $label = null)
- * @method Grid\Column|Collection pay_sn(string $label = null)
- * @method Grid\Column|Collection pay_way(string $label = null)
- * @method Grid\Column|Collection pay_at(string $label = null)
- * @method Grid\Column|Collection completed_at(string $label = null)
- * @method Grid\Column|Collection user_coupon_id(string $label = null)
- * @method Grid\Column|Collection shipping_state(string $label = null)
- * @method Grid\Column|Collection is_change(string $label = null)
- * @method Grid\Column|Collection out_trade_no(string $label = null)
* @method Grid\Column|Collection auto_complete_at(string $label = null)
- * @method Grid\Column|Collection store_id(string $label = null)
- * @method Grid\Column|Collection inviter_id(string $label = null)
- * @method Grid\Column|Collection payable_type(string $label = null)
+ * @method Grid\Column|Collection is_change(string $label = null)
+ * @method Grid\Column|Collection is_settlable(string $label = null)
+ * @method Grid\Column|Collection note(string $label = null)
+ * @method Grid\Column|Collection products_total_amount(string $label = null)
+ * @method Grid\Column|Collection shipping_state(string $label = null)
+ * @method Grid\Column|Collection user_coupon_id(string $label = null)
* @method Grid\Column|Collection payable_id(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 payable_type(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 token(string $label = null)
+ * @method Grid\Column|Collection tokenable_id(string $label = null)
+ * @method Grid\Column|Collection tokenable_type(string $label = null)
* @method Grid\Column|Collection old_points(string $label = null)
* @method Grid\Column|Collection gift_sku_id(string $label = null)
* @method Grid\Column|Collection remaining(string $label = null)
* @method Grid\Column|Collection attrs(string $label = null)
* @method Grid\Column|Collection applicant_id(string $label = null)
* @method Grid\Column|Collection reviewer_id(string $label = null)
- * @method Grid\Column|Collection market_price(string $label = null)
- * @method Grid\Column|Collection cost_price(string $label = null)
- * @method Grid\Column|Collection media(string $label = null)
- * @method Grid\Column|Collection sales(string $label = null)
- * @method Grid\Column|Collection release_at(string $label = null)
- * @method Grid\Column|Collection verify_state(string $label = null)
* @method Grid\Column|Collection buynote_id(string $label = null)
+ * @method Grid\Column|Collection cost_price(string $label = null)
+ * @method Grid\Column|Collection market_price(string $label = null)
+ * @method Grid\Column|Collection media(string $label = null)
+ * @method Grid\Column|Collection release_at(string $label = null)
+ * @method Grid\Column|Collection sales(string $label = null)
* @method Grid\Column|Collection shipping_template_id(string $label = null)
+ * @method Grid\Column|Collection verify_state(string $label = null)
* @method Grid\Column|Collection feature_id(string $label = null)
* @method Grid\Column|Collection items(string $label = null)
* @method Grid\Column|Collection view_date(string $label = null)
* @method Grid\Column|Collection is_pushed(string $label = null)
* @method Grid\Column|Collection message_type(string $label = null)
+ * @method Grid\Column|Collection change_quota(string $label = null)
* @method Grid\Column|Collection order_user_id(string $label = null)
- * @method Grid\Column|Collection change_sales_value(string $label = null)
+ * @method Grid\Column|Collection size(string $label = null)
* @method Grid\Column|Collection x(string $label = null)
* @method Grid\Column|Collection y(string $label = null)
- * @method Grid\Column|Collection size(string $label = null)
- * @method Grid\Column|Collection zone_id(string $label = null)
+ * @method Grid\Column|Collection address(string $label = null)
* @method Grid\Column|Collection consignee(string $label = null)
+ * @method Grid\Column|Collection is_default(string $label = null)
* @method Grid\Column|Collection telephone(string $label = null)
* @method Grid\Column|Collection zone(string $label = null)
- * @method Grid\Column|Collection address(string $label = null)
- * @method Grid\Column|Collection is_default(string $label = null)
+ * @method Grid\Column|Collection zone_id(string $label = null)
* @method Grid\Column|Collection rule_id(string $label = null)
* @method Grid\Column|Collection template_id(string $label = null)
* @method Grid\Column|Collection zones(string $label = null)
- * @method Grid\Column|Collection phone(string $label = null)
* @method Grid\Column|Collection expires_at(string $label = null)
- * @method Grid\Column|Collection socialite_type(string $label = null)
+ * @method Grid\Column|Collection phone(string $label = null)
* @method Grid\Column|Collection socialite_id(string $label = null)
+ * @method Grid\Column|Collection socialite_type(string $label = null)
* @method Grid\Column|Collection tag_id(string $label = null)
* @method Grid\Column|Collection taggable_id(string $label = null)
* @method Grid\Column|Collection taggable_type(string $label = null)
- * @method Grid\Column|Collection real_name(string $label = null)
- * @method Grid\Column|Collection bank_number(string $label = null)
- * @method Grid\Column|Collection bank_name(string $label = null)
* @method Grid\Column|Collection bank_description(string $label = null)
+ * @method Grid\Column|Collection bank_name(string $label = null)
+ * @method Grid\Column|Collection bank_number(string $label = null)
* @method Grid\Column|Collection is_edited(string $label = null)
* @method Grid\Column|Collection old_real_name(string $label = null)
- * @method Grid\Column|Collection u_cid(string $label = null)
+ * @method Grid\Column|Collection real_name(string $label = null)
* @method Grid\Column|Collection m_cid(string $label = null)
- * @method Grid\Column|Collection coupon_name(string $label = null)
- * @method Grid\Column|Collection coupon_type(string $label = null)
+ * @method Grid\Column|Collection u_cid(string $label = null)
* @method Grid\Column|Collection coupon_amount(string $label = null)
+ * @method Grid\Column|Collection coupon_name(string $label = null)
* @method Grid\Column|Collection coupon_threshold(string $label = null)
- * @method Grid\Column|Collection nickname(string $label = null)
- * @method Grid\Column|Collection gender(string $label = null)
+ * @method Grid\Column|Collection coupon_type(string $label = null)
* @method Grid\Column|Collection birthday(string $label = null)
+ * @method Grid\Column|Collection bonusable(string $label = null)
* @method Grid\Column|Collection depth(string $label = null)
- * @method Grid\Column|Collection path(string $label = null)
+ * @method Grid\Column|Collection gender(string $label = null)
+ * @method Grid\Column|Collection group_sales_value(string $label = null)
+ * @method Grid\Column|Collection growth_value(string $label = null)
+ * @method Grid\Column|Collection inviter_id(string $label = null)
+ * @method Grid\Column|Collection nickname(string $label = null)
+ * @method Grid\Column|Collection pre_growth_value(string $label = null)
+ * @method Grid\Column|Collection quota_v1(string $label = null)
+ * @method Grid\Column|Collection quota_v2(string $label = null)
* @method Grid\Column|Collection real_inviter_id(string $label = null)
- * @method Grid\Column|Collection profit(string $label = null)
* @method Grid\Column|Collection vip_id(string $label = null)
- * @method Grid\Column|Collection phone_verified_at(string $label = null)
* @method Grid\Column|Collection email(string $label = null)
* @method Grid\Column|Collection email_verified_at(string $label = null)
- * @method Grid\Column|Collection last_login_ip(string $label = null)
* @method Grid\Column|Collection last_login_at(string $label = null)
+ * @method Grid\Column|Collection last_login_ip(string $label = null)
+ * @method Grid\Column|Collection old_password(string $label = null)
+ * @method Grid\Column|Collection phone_verified_at(string $label = null)
* @method Grid\Column|Collection register_ip(string $label = null)
* @method Grid\Column|Collection status_remark(string $label = null)
- * @method Grid\Column|Collection old_password(string $label = null)
- * @method Grid\Column|Collection rate(string $label = null)
- * @method Grid\Column|Collection service_amount(string $label = null)
- * @method Grid\Column|Collection account_amount(string $label = null)
- * @method Grid\Column|Collection withdrawable(string $label = null)
*/
class Grid {}
@@ -531,518 +657,644 @@ namespace Dcat\Admin {
/**
* @property Show\Field|Collection width
- * @property Show\Field|Collection id
- * @property Show\Field|Collection cover
* @property Show\Field|Collection content
+ * @property Show\Field|Collection coupons_rule
+ * @property Show\Field|Collection cover
+ * @property Show\Field|Collection created_at
+ * @property Show\Field|Collection ended_at
+ * @property Show\Field|Collection gifts_rule
+ * @property Show\Field|Collection id
* @property Show\Field|Collection is_use
* @property Show\Field|Collection started_at
- * @property Show\Field|Collection ended_at
- * @property Show\Field|Collection coupons_rule
- * @property Show\Field|Collection gifts_rule
- * @property Show\Field|Collection created_at
* @property Show\Field|Collection updated_at
* @property Show\Field|Collection activity_id
* @property Show\Field|Collection coupon_id
* @property Show\Field|Collection qty
* @property Show\Field|Collection sku_id
* @property Show\Field|Collection part_id
- * @property Show\Field|Collection key
- * @property Show\Field|Collection name
* @property Show\Field|Collection dimensions
* @property Show\Field|Collection is_show
+ * @property Show\Field|Collection key
+ * @property Show\Field|Collection name
+ * @property Show\Field|Collection detail
* @property Show\Field|Collection type
* @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 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 icon
+ * @property Show\Field|Collection order
+ * @property Show\Field|Collection parent_id
+ * @property Show\Field|Collection uri
* @property Show\Field|Collection menu_id
- * @property Show\Field|Collection slug
+ * @property Show\Field|Collection permission_id
* @property Show\Field|Collection http_method
* @property Show\Field|Collection http_path
+ * @property Show\Field|Collection slug
* @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 password
* @property Show\Field|Collection remember_token
+ * @property Show\Field|Collection username
* @property Show\Field|Collection address_id
* @property Show\Field|Collection image
- * @property Show\Field|Collection sort
- * @property Show\Field|Collection jump_type
* @property Show\Field|Collection jump_link
+ * @property Show\Field|Collection jump_type
* @property Show\Field|Collection remarks
+ * @property Show\Field|Collection sort
* @property Show\Field|Collection after_sale_id
* @property Show\Field|Collection desc
* @property Show\Field|Collection images
- * @property Show\Field|Collection order_id
- * @property Show\Field|Collection sn
- * @property Show\Field|Collection order_product_id
- * @property Show\Field|Collection num
* @property Show\Field|Collection amount
+ * @property Show\Field|Collection num
+ * @property Show\Field|Collection order_id
+ * @property Show\Field|Collection order_product_id
+ * @property Show\Field|Collection sales_value
+ * @property Show\Field|Collection sn
* @property Show\Field|Collection state
* @property Show\Field|Collection tracking_number
- * @property Show\Field|Collection sales_value
- * @property Show\Field|Collection v
- * @property Show\Field|Collection cate
- * @property Show\Field|Collection is_force
- * @property Show\Field|Collection context
+ * @property Show\Field|Collection before_agent_level
+ * @property Show\Field|Collection change_agent_level
+ * @property Show\Field|Collection remark
* @property Show\Field|Collection apk_link
+ * @property Show\Field|Collection cate
+ * @property Show\Field|Collection context
+ * @property Show\Field|Collection is_force
+ * @property Show\Field|Collection v
* @property Show\Field|Collection wgt_link
- * @property Show\Field|Collection is_recommend
* @property Show\Field|Collection _lft
* @property Show\Field|Collection _rgt
+ * @property Show\Field|Collection is_recommend
* @property Show\Field|Collection article_id
- * @property Show\Field|Collection category_id
* @property Show\Field|Collection author_name
- * @property Show\Field|Collection subtitle
- * @property Show\Field|Collection points
+ * @property Show\Field|Collection category_id
* @property Show\Field|Collection likes
- * @property Show\Field|Collection media_type
* @property Show\Field|Collection media_content
- * @property Show\Field|Collection loggable_type
- * @property Show\Field|Collection loggable_id
+ * @property Show\Field|Collection media_type
+ * @property Show\Field|Collection points
+ * @property Show\Field|Collection subtitle
* @property Show\Field|Collection action
* @property Show\Field|Collection before_balance
* @property Show\Field|Collection change_balance
+ * @property Show\Field|Collection loggable_id
+ * @property Show\Field|Collection loggable_type
* @property Show\Field|Collection balance
+ * @property Show\Field|Collection is_frozen
* @property Show\Field|Collection total_expenses
* @property Show\Field|Collection total_revenue
* @property Show\Field|Collection transferable
- * @property Show\Field|Collection is_frozen
- * @property Show\Field|Collection share_image
- * @property Show\Field|Collection share_title
+ * @property Show\Field|Collection end_at
+ * @property Show\Field|Collection expire_hours
* @property Show\Field|Collection is_enable
* @property Show\Field|Collection rules
- * @property Show\Field|Collection times
- * @property Show\Field|Collection expire_hours
+ * @property Show\Field|Collection share_image
+ * @property Show\Field|Collection share_title
* @property Show\Field|Collection start_at
- * @property Show\Field|Collection end_at
+ * @property Show\Field|Collection times
* @property Show\Field|Collection bargain_amount
- * @property Show\Field|Collection sku_price
* @property Show\Field|Collection bargain_price
- * @property Show\Field|Collection status
* @property Show\Field|Collection expire_at
- * @property Show\Field|Collection remark
+ * @property Show\Field|Collection sku_price
+ * @property Show\Field|Collection status
* @property Show\Field|Collection continue_click_times
* @property Show\Field|Collection last_click_at
* @property Show\Field|Collection ranges
* @property Show\Field|Collection administrator_id
* @property Show\Field|Collection task_id
- * @property Show\Field|Collection threshold
* @property Show\Field|Collection limit
* @property Show\Field|Collection sent
* @property Show\Field|Collection stock
+ * @property Show\Field|Collection threshold
* @property Show\Field|Collection use_day
- * @property Show\Field|Collection use_start_at
* @property Show\Field|Collection use_end_at
- * @property Show\Field|Collection uuid
+ * @property Show\Field|Collection use_start_at
+ * @property Show\Field|Collection lvl
+ * @property Show\Field|Collection order_completed_at
+ * @property Show\Field|Collection total_amount
+ * @property Show\Field|Collection consignee_address
+ * @property Show\Field|Collection consignee_name
+ * @property Show\Field|Collection consignee_telephone
+ * @property Show\Field|Collection consignee_zone
+ * @property Show\Field|Collection out_trade_no
+ * @property Show\Field|Collection pay_at
+ * @property Show\Field|Collection pay_sn
+ * @property Show\Field|Collection pay_way
+ * @property Show\Field|Collection shipping_fee
+ * @property Show\Field|Collection delivery_bill_id
+ * @property Show\Field|Collection product_id
+ * @property Show\Field|Collection earningable_id
+ * @property Show\Field|Collection earningable_type
+ * @property Show\Field|Collection fee
+ * @property Show\Field|Collection fee_rate
+ * @property Show\Field|Collection pay_image
+ * @property Show\Field|Collection pay_info
+ * @property Show\Field|Collection payer_id
+ * @property Show\Field|Collection settle_at
+ * @property Show\Field|Collection total_earnings
+ * @property Show\Field|Collection is_manager
+ * @property Show\Field|Collection is_settle
+ * @property Show\Field|Collection real_amount
+ * @property Show\Field|Collection sales_volume
+ * @property Show\Field|Collection last_consignor_id
+ * @property Show\Field|Collection new_consignor_id
+ * @property Show\Field|Collection deposit_qty
+ * @property Show\Field|Collection price
+ * @property Show\Field|Collection sale_price
+ * @property Show\Field|Collection reason
+ * @property Show\Field|Collection allocated_at
+ * @property Show\Field|Collection consignor_id
+ * @property Show\Field|Collection deposit_status
+ * @property Show\Field|Collection local_status
+ * @property Show\Field|Collection paied_time
+ * @property Show\Field|Collection pay_time
+ * @property Show\Field|Collection settle_state
+ * @property Show\Field|Collection shipping_time
+ * @property Show\Field|Collection shippinged_time
+ * @property Show\Field|Collection min_order_amount
+ * @property Show\Field|Collection price_1st
+ * @property Show\Field|Collection price_2st
+ * @property Show\Field|Collection price_3st
+ * @property Show\Field|Collection is_sale
+ * @property Show\Field|Collection manager_subsidy
+ * @property Show\Field|Collection sales_count
+ * @property Show\Field|Collection unit
+ * @property Show\Field|Collection path
+ * @property Show\Field|Collection subsidy_rate
+ * @property Show\Field|Collection total_purchase_amount
+ * @property Show\Field|Collection total_subsidy
+ * @property Show\Field|Collection change_amount
+ * @property Show\Field|Collection change_from_purchase_subsidy_id
+ * @property Show\Field|Collection purchase_subsidy_id
+ * @property Show\Field|Collection change_sales_value
+ * @property Show\Field|Collection dealer_price
+ * @property Show\Field|Collection quantity
+ * @property Show\Field|Collection sell_price
+ * @property Show\Field|Collection before_lvl
+ * @property Show\Field|Collection change_lvl
+ * @property Show\Field|Collection is_deposit
+ * @property Show\Field|Collection revoke_id
+ * @property Show\Field|Collection deposit_stock
+ * @property Show\Field|Collection account_amount
+ * @property Show\Field|Collection rate
+ * @property Show\Field|Collection service_amount
+ * @property Show\Field|Collection withdrawable
+ * @property Show\Field|Collection bonds
+ * @property Show\Field|Collection contracted_lvl_at
+ * @property Show\Field|Collection self_sales_value
+ * @property Show\Field|Collection team_sales_value
+ * @property Show\Field|Collection failed_reason
+ * @property Show\Field|Collection jobable_id
+ * @property Show\Field|Collection jobable_type
+ * @property Show\Field|Collection change_revenue
+ * @property Show\Field|Collection pre_income_id
+ * @property Show\Field|Collection pre_income_job_id
+ * @property Show\Field|Collection agent_level
+ * @property Show\Field|Collection completed_at
+ * @property Show\Field|Collection rule
+ * @property Show\Field|Collection total_sales_value
* @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 payload
+ * @property Show\Field|Collection queue
+ * @property Show\Field|Collection uuid
* @property Show\Field|Collection job_id
- * @property Show\Field|Collection reason
+ * @property Show\Field|Collection fails
* @property Show\Field|Collection file
* @property Show\Field|Collection success
- * @property Show\Field|Collection fails
* @property Show\Field|Collection code
* @property Show\Field|Collection info
* @property Show\Field|Collection ext
* @property Show\Field|Collection is_push
* @property Show\Field|Collection message_id
* @property Show\Field|Collection order_package_id
- * @property Show\Field|Collection quantity
- * @property Show\Field|Collection consignee_name
- * @property Show\Field|Collection consignee_telephone
- * @property Show\Field|Collection consignee_zone
- * @property Show\Field|Collection consignee_address
- * @property Show\Field|Collection shipping_company
- * @property Show\Field|Collection shipping_code
- * @property Show\Field|Collection shipping_number
- * @property Show\Field|Collection is_failed
* @property Show\Field|Collection checked_at
+ * @property Show\Field|Collection is_failed
* @property Show\Field|Collection last_news
- * @property Show\Field|Collection spu_id
- * @property Show\Field|Collection specs
- * @property Show\Field|Collection weight
- * @property Show\Field|Collection sell_price
- * @property Show\Field|Collection vip_price
- * @property Show\Field|Collection coupon_discount_amount
- * @property Show\Field|Collection vip_discount_amount
- * @property Show\Field|Collection reduced_amount
- * @property Show\Field|Collection total_amount
- * @property Show\Field|Collection after_sale_state
+ * @property Show\Field|Collection shipping_code
+ * @property Show\Field|Collection shipping_company
+ * @property Show\Field|Collection shipping_number
* @property Show\Field|Collection after_expire_at
- * @property Show\Field|Collection remain_quantity
+ * @property Show\Field|Collection after_sale_state
+ * @property Show\Field|Collection coupon_discount_amount
* @property Show\Field|Collection gift_for_sku_id
* @property Show\Field|Collection is_gift
- * @property Show\Field|Collection from_user_id
- * @property Show\Field|Collection role
- * @property Show\Field|Collection role_name
- * @property Show\Field|Collection growth_value
- * @property Show\Field|Collection ratio
- * @property Show\Field|Collection money
- * @property Show\Field|Collection paid_at
- * @property Show\Field|Collection pay_data
+ * @property Show\Field|Collection reduced_amount
+ * @property Show\Field|Collection remain_quantity
+ * @property Show\Field|Collection specs
+ * @property Show\Field|Collection spu_id
+ * @property Show\Field|Collection vip_discount_amount
+ * @property Show\Field|Collection vip_price
+ * @property Show\Field|Collection weight
* @property Show\Field|Collection max
- * @property Show\Field|Collection failed_reason
- * @property Show\Field|Collection shipping_fee
- * @property Show\Field|Collection products_total_amount
- * @property Show\Field|Collection note
- * @property Show\Field|Collection pay_sn
- * @property Show\Field|Collection pay_way
- * @property Show\Field|Collection pay_at
- * @property Show\Field|Collection completed_at
- * @property Show\Field|Collection user_coupon_id
- * @property Show\Field|Collection shipping_state
- * @property Show\Field|Collection is_change
- * @property Show\Field|Collection out_trade_no
* @property Show\Field|Collection auto_complete_at
- * @property Show\Field|Collection store_id
- * @property Show\Field|Collection inviter_id
- * @property Show\Field|Collection payable_type
+ * @property Show\Field|Collection is_change
+ * @property Show\Field|Collection is_settlable
+ * @property Show\Field|Collection note
+ * @property Show\Field|Collection products_total_amount
+ * @property Show\Field|Collection shipping_state
+ * @property Show\Field|Collection user_coupon_id
* @property Show\Field|Collection payable_id
- * @property Show\Field|Collection tokenable_type
- * @property Show\Field|Collection tokenable_id
- * @property Show\Field|Collection token
+ * @property Show\Field|Collection payable_type
* @property Show\Field|Collection abilities
* @property Show\Field|Collection last_used_at
+ * @property Show\Field|Collection token
+ * @property Show\Field|Collection tokenable_id
+ * @property Show\Field|Collection tokenable_type
* @property Show\Field|Collection old_points
* @property Show\Field|Collection gift_sku_id
* @property Show\Field|Collection remaining
* @property Show\Field|Collection attrs
* @property Show\Field|Collection applicant_id
* @property Show\Field|Collection reviewer_id
- * @property Show\Field|Collection market_price
- * @property Show\Field|Collection cost_price
- * @property Show\Field|Collection media
- * @property Show\Field|Collection sales
- * @property Show\Field|Collection release_at
- * @property Show\Field|Collection verify_state
* @property Show\Field|Collection buynote_id
+ * @property Show\Field|Collection cost_price
+ * @property Show\Field|Collection market_price
+ * @property Show\Field|Collection media
+ * @property Show\Field|Collection release_at
+ * @property Show\Field|Collection sales
* @property Show\Field|Collection shipping_template_id
+ * @property Show\Field|Collection verify_state
* @property Show\Field|Collection feature_id
* @property Show\Field|Collection items
* @property Show\Field|Collection view_date
* @property Show\Field|Collection is_pushed
* @property Show\Field|Collection message_type
+ * @property Show\Field|Collection change_quota
* @property Show\Field|Collection order_user_id
- * @property Show\Field|Collection change_sales_value
+ * @property Show\Field|Collection size
* @property Show\Field|Collection x
* @property Show\Field|Collection y
- * @property Show\Field|Collection size
- * @property Show\Field|Collection zone_id
+ * @property Show\Field|Collection address
* @property Show\Field|Collection consignee
+ * @property Show\Field|Collection is_default
* @property Show\Field|Collection telephone
* @property Show\Field|Collection zone
- * @property Show\Field|Collection address
- * @property Show\Field|Collection is_default
+ * @property Show\Field|Collection zone_id
* @property Show\Field|Collection rule_id
* @property Show\Field|Collection template_id
* @property Show\Field|Collection zones
- * @property Show\Field|Collection phone
* @property Show\Field|Collection expires_at
- * @property Show\Field|Collection socialite_type
+ * @property Show\Field|Collection phone
* @property Show\Field|Collection socialite_id
+ * @property Show\Field|Collection socialite_type
* @property Show\Field|Collection tag_id
* @property Show\Field|Collection taggable_id
* @property Show\Field|Collection taggable_type
- * @property Show\Field|Collection real_name
- * @property Show\Field|Collection bank_number
- * @property Show\Field|Collection bank_name
* @property Show\Field|Collection bank_description
+ * @property Show\Field|Collection bank_name
+ * @property Show\Field|Collection bank_number
* @property Show\Field|Collection is_edited
* @property Show\Field|Collection old_real_name
- * @property Show\Field|Collection u_cid
+ * @property Show\Field|Collection real_name
* @property Show\Field|Collection m_cid
- * @property Show\Field|Collection coupon_name
- * @property Show\Field|Collection coupon_type
+ * @property Show\Field|Collection u_cid
* @property Show\Field|Collection coupon_amount
+ * @property Show\Field|Collection coupon_name
* @property Show\Field|Collection coupon_threshold
- * @property Show\Field|Collection nickname
- * @property Show\Field|Collection gender
+ * @property Show\Field|Collection coupon_type
* @property Show\Field|Collection birthday
+ * @property Show\Field|Collection bonusable
* @property Show\Field|Collection depth
- * @property Show\Field|Collection path
+ * @property Show\Field|Collection gender
+ * @property Show\Field|Collection group_sales_value
+ * @property Show\Field|Collection growth_value
+ * @property Show\Field|Collection inviter_id
+ * @property Show\Field|Collection nickname
+ * @property Show\Field|Collection pre_growth_value
+ * @property Show\Field|Collection quota_v1
+ * @property Show\Field|Collection quota_v2
* @property Show\Field|Collection real_inviter_id
- * @property Show\Field|Collection profit
* @property Show\Field|Collection vip_id
- * @property Show\Field|Collection phone_verified_at
* @property Show\Field|Collection email
* @property Show\Field|Collection email_verified_at
- * @property Show\Field|Collection last_login_ip
* @property Show\Field|Collection last_login_at
+ * @property Show\Field|Collection last_login_ip
+ * @property Show\Field|Collection old_password
+ * @property Show\Field|Collection phone_verified_at
* @property Show\Field|Collection register_ip
* @property Show\Field|Collection status_remark
- * @property Show\Field|Collection old_password
- * @property Show\Field|Collection rate
- * @property Show\Field|Collection service_amount
- * @property Show\Field|Collection account_amount
- * @property Show\Field|Collection withdrawable
*
* @method Show\Field|Collection width(string $label = null)
- * @method Show\Field|Collection id(string $label = null)
- * @method Show\Field|Collection cover(string $label = null)
* @method Show\Field|Collection content(string $label = null)
+ * @method Show\Field|Collection coupons_rule(string $label = null)
+ * @method Show\Field|Collection cover(string $label = null)
+ * @method Show\Field|Collection created_at(string $label = null)
+ * @method Show\Field|Collection ended_at(string $label = null)
+ * @method Show\Field|Collection gifts_rule(string $label = null)
+ * @method Show\Field|Collection id(string $label = null)
* @method Show\Field|Collection is_use(string $label = null)
* @method Show\Field|Collection started_at(string $label = null)
- * @method Show\Field|Collection ended_at(string $label = null)
- * @method Show\Field|Collection coupons_rule(string $label = null)
- * @method Show\Field|Collection gifts_rule(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 coupon_id(string $label = null)
* @method Show\Field|Collection qty(string $label = null)
* @method Show\Field|Collection sku_id(string $label = null)
* @method Show\Field|Collection part_id(string $label = null)
- * @method Show\Field|Collection key(string $label = null)
- * @method Show\Field|Collection name(string $label = null)
* @method Show\Field|Collection dimensions(string $label = null)
* @method Show\Field|Collection is_show(string $label = null)
+ * @method Show\Field|Collection key(string $label = null)
+ * @method Show\Field|Collection name(string $label = null)
+ * @method Show\Field|Collection detail(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 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 icon(string $label = null)
+ * @method Show\Field|Collection order(string $label = null)
+ * @method Show\Field|Collection parent_id(string $label = null)
+ * @method Show\Field|Collection uri(string $label = null)
* @method Show\Field|Collection menu_id(string $label = null)
- * @method Show\Field|Collection slug(string $label = null)
+ * @method Show\Field|Collection permission_id(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 slug(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 password(string $label = null)
* @method Show\Field|Collection remember_token(string $label = null)
+ * @method Show\Field|Collection username(string $label = null)
* @method Show\Field|Collection address_id(string $label = null)
* @method Show\Field|Collection image(string $label = null)
- * @method Show\Field|Collection sort(string $label = null)
- * @method Show\Field|Collection jump_type(string $label = null)
* @method Show\Field|Collection jump_link(string $label = null)
+ * @method Show\Field|Collection jump_type(string $label = null)
* @method Show\Field|Collection remarks(string $label = null)
+ * @method Show\Field|Collection sort(string $label = null)
* @method Show\Field|Collection after_sale_id(string $label = null)
* @method Show\Field|Collection desc(string $label = null)
* @method Show\Field|Collection images(string $label = null)
- * @method Show\Field|Collection order_id(string $label = null)
- * @method Show\Field|Collection sn(string $label = null)
- * @method Show\Field|Collection order_product_id(string $label = null)
- * @method Show\Field|Collection num(string $label = null)
* @method Show\Field|Collection amount(string $label = null)
+ * @method Show\Field|Collection num(string $label = null)
+ * @method Show\Field|Collection order_id(string $label = null)
+ * @method Show\Field|Collection order_product_id(string $label = null)
+ * @method Show\Field|Collection sales_value(string $label = null)
+ * @method Show\Field|Collection sn(string $label = null)
* @method Show\Field|Collection state(string $label = null)
* @method Show\Field|Collection tracking_number(string $label = null)
- * @method Show\Field|Collection sales_value(string $label = null)
- * @method Show\Field|Collection v(string $label = null)
- * @method Show\Field|Collection cate(string $label = null)
- * @method Show\Field|Collection is_force(string $label = null)
- * @method Show\Field|Collection context(string $label = null)
+ * @method Show\Field|Collection before_agent_level(string $label = null)
+ * @method Show\Field|Collection change_agent_level(string $label = null)
+ * @method Show\Field|Collection remark(string $label = null)
* @method Show\Field|Collection apk_link(string $label = null)
+ * @method Show\Field|Collection cate(string $label = null)
+ * @method Show\Field|Collection context(string $label = null)
+ * @method Show\Field|Collection is_force(string $label = null)
+ * @method Show\Field|Collection v(string $label = null)
* @method Show\Field|Collection wgt_link(string $label = null)
- * @method Show\Field|Collection is_recommend(string $label = null)
* @method Show\Field|Collection _lft(string $label = null)
* @method Show\Field|Collection _rgt(string $label = null)
+ * @method Show\Field|Collection is_recommend(string $label = null)
* @method Show\Field|Collection article_id(string $label = null)
- * @method Show\Field|Collection category_id(string $label = null)
* @method Show\Field|Collection author_name(string $label = null)
- * @method Show\Field|Collection subtitle(string $label = null)
- * @method Show\Field|Collection points(string $label = null)
+ * @method Show\Field|Collection category_id(string $label = null)
* @method Show\Field|Collection likes(string $label = null)
- * @method Show\Field|Collection media_type(string $label = null)
* @method Show\Field|Collection media_content(string $label = null)
- * @method Show\Field|Collection loggable_type(string $label = null)
- * @method Show\Field|Collection loggable_id(string $label = null)
+ * @method Show\Field|Collection media_type(string $label = null)
+ * @method Show\Field|Collection points(string $label = null)
+ * @method Show\Field|Collection subtitle(string $label = null)
* @method Show\Field|Collection action(string $label = null)
* @method Show\Field|Collection before_balance(string $label = null)
* @method Show\Field|Collection change_balance(string $label = null)
+ * @method Show\Field|Collection loggable_id(string $label = null)
+ * @method Show\Field|Collection loggable_type(string $label = null)
* @method Show\Field|Collection balance(string $label = null)
+ * @method Show\Field|Collection is_frozen(string $label = null)
* @method Show\Field|Collection total_expenses(string $label = null)
* @method Show\Field|Collection total_revenue(string $label = null)
* @method Show\Field|Collection transferable(string $label = null)
- * @method Show\Field|Collection is_frozen(string $label = null)
- * @method Show\Field|Collection share_image(string $label = null)
- * @method Show\Field|Collection share_title(string $label = null)
+ * @method Show\Field|Collection end_at(string $label = null)
+ * @method Show\Field|Collection expire_hours(string $label = null)
* @method Show\Field|Collection is_enable(string $label = null)
* @method Show\Field|Collection rules(string $label = null)
- * @method Show\Field|Collection times(string $label = null)
- * @method Show\Field|Collection expire_hours(string $label = null)
+ * @method Show\Field|Collection share_image(string $label = null)
+ * @method Show\Field|Collection share_title(string $label = null)
* @method Show\Field|Collection start_at(string $label = null)
- * @method Show\Field|Collection end_at(string $label = null)
+ * @method Show\Field|Collection times(string $label = null)
* @method Show\Field|Collection bargain_amount(string $label = null)
- * @method Show\Field|Collection sku_price(string $label = null)
* @method Show\Field|Collection bargain_price(string $label = null)
- * @method Show\Field|Collection status(string $label = null)
* @method Show\Field|Collection expire_at(string $label = null)
- * @method Show\Field|Collection remark(string $label = null)
+ * @method Show\Field|Collection sku_price(string $label = null)
+ * @method Show\Field|Collection status(string $label = null)
* @method Show\Field|Collection continue_click_times(string $label = null)
* @method Show\Field|Collection last_click_at(string $label = null)
* @method Show\Field|Collection ranges(string $label = null)
* @method Show\Field|Collection administrator_id(string $label = null)
* @method Show\Field|Collection task_id(string $label = null)
- * @method Show\Field|Collection threshold(string $label = null)
* @method Show\Field|Collection limit(string $label = null)
* @method Show\Field|Collection sent(string $label = null)
* @method Show\Field|Collection stock(string $label = null)
+ * @method Show\Field|Collection threshold(string $label = null)
* @method Show\Field|Collection use_day(string $label = null)
- * @method Show\Field|Collection use_start_at(string $label = null)
* @method Show\Field|Collection use_end_at(string $label = null)
- * @method Show\Field|Collection uuid(string $label = null)
+ * @method Show\Field|Collection use_start_at(string $label = null)
+ * @method Show\Field|Collection lvl(string $label = null)
+ * @method Show\Field|Collection order_completed_at(string $label = null)
+ * @method Show\Field|Collection total_amount(string $label = null)
+ * @method Show\Field|Collection consignee_address(string $label = null)
+ * @method Show\Field|Collection consignee_name(string $label = null)
+ * @method Show\Field|Collection consignee_telephone(string $label = null)
+ * @method Show\Field|Collection consignee_zone(string $label = null)
+ * @method Show\Field|Collection out_trade_no(string $label = null)
+ * @method Show\Field|Collection pay_at(string $label = null)
+ * @method Show\Field|Collection pay_sn(string $label = null)
+ * @method Show\Field|Collection pay_way(string $label = null)
+ * @method Show\Field|Collection shipping_fee(string $label = null)
+ * @method Show\Field|Collection delivery_bill_id(string $label = null)
+ * @method Show\Field|Collection product_id(string $label = null)
+ * @method Show\Field|Collection earningable_id(string $label = null)
+ * @method Show\Field|Collection earningable_type(string $label = null)
+ * @method Show\Field|Collection fee(string $label = null)
+ * @method Show\Field|Collection fee_rate(string $label = null)
+ * @method Show\Field|Collection pay_image(string $label = null)
+ * @method Show\Field|Collection pay_info(string $label = null)
+ * @method Show\Field|Collection payer_id(string $label = null)
+ * @method Show\Field|Collection settle_at(string $label = null)
+ * @method Show\Field|Collection total_earnings(string $label = null)
+ * @method Show\Field|Collection is_manager(string $label = null)
+ * @method Show\Field|Collection is_settle(string $label = null)
+ * @method Show\Field|Collection real_amount(string $label = null)
+ * @method Show\Field|Collection sales_volume(string $label = null)
+ * @method Show\Field|Collection last_consignor_id(string $label = null)
+ * @method Show\Field|Collection new_consignor_id(string $label = null)
+ * @method Show\Field|Collection deposit_qty(string $label = null)
+ * @method Show\Field|Collection price(string $label = null)
+ * @method Show\Field|Collection sale_price(string $label = null)
+ * @method Show\Field|Collection reason(string $label = null)
+ * @method Show\Field|Collection allocated_at(string $label = null)
+ * @method Show\Field|Collection consignor_id(string $label = null)
+ * @method Show\Field|Collection deposit_status(string $label = null)
+ * @method Show\Field|Collection local_status(string $label = null)
+ * @method Show\Field|Collection paied_time(string $label = null)
+ * @method Show\Field|Collection pay_time(string $label = null)
+ * @method Show\Field|Collection settle_state(string $label = null)
+ * @method Show\Field|Collection shipping_time(string $label = null)
+ * @method Show\Field|Collection shippinged_time(string $label = null)
+ * @method Show\Field|Collection min_order_amount(string $label = null)
+ * @method Show\Field|Collection price_1st(string $label = null)
+ * @method Show\Field|Collection price_2st(string $label = null)
+ * @method Show\Field|Collection price_3st(string $label = null)
+ * @method Show\Field|Collection is_sale(string $label = null)
+ * @method Show\Field|Collection manager_subsidy(string $label = null)
+ * @method Show\Field|Collection sales_count(string $label = null)
+ * @method Show\Field|Collection unit(string $label = null)
+ * @method Show\Field|Collection path(string $label = null)
+ * @method Show\Field|Collection subsidy_rate(string $label = null)
+ * @method Show\Field|Collection total_purchase_amount(string $label = null)
+ * @method Show\Field|Collection total_subsidy(string $label = null)
+ * @method Show\Field|Collection change_amount(string $label = null)
+ * @method Show\Field|Collection change_from_purchase_subsidy_id(string $label = null)
+ * @method Show\Field|Collection purchase_subsidy_id(string $label = null)
+ * @method Show\Field|Collection change_sales_value(string $label = null)
+ * @method Show\Field|Collection dealer_price(string $label = null)
+ * @method Show\Field|Collection quantity(string $label = null)
+ * @method Show\Field|Collection sell_price(string $label = null)
+ * @method Show\Field|Collection before_lvl(string $label = null)
+ * @method Show\Field|Collection change_lvl(string $label = null)
+ * @method Show\Field|Collection is_deposit(string $label = null)
+ * @method Show\Field|Collection revoke_id(string $label = null)
+ * @method Show\Field|Collection deposit_stock(string $label = null)
+ * @method Show\Field|Collection account_amount(string $label = null)
+ * @method Show\Field|Collection rate(string $label = null)
+ * @method Show\Field|Collection service_amount(string $label = null)
+ * @method Show\Field|Collection withdrawable(string $label = null)
+ * @method Show\Field|Collection bonds(string $label = null)
+ * @method Show\Field|Collection contracted_lvl_at(string $label = null)
+ * @method Show\Field|Collection self_sales_value(string $label = null)
+ * @method Show\Field|Collection team_sales_value(string $label = null)
+ * @method Show\Field|Collection failed_reason(string $label = null)
+ * @method Show\Field|Collection jobable_id(string $label = null)
+ * @method Show\Field|Collection jobable_type(string $label = null)
+ * @method Show\Field|Collection change_revenue(string $label = null)
+ * @method Show\Field|Collection pre_income_id(string $label = null)
+ * @method Show\Field|Collection pre_income_job_id(string $label = null)
+ * @method Show\Field|Collection agent_level(string $label = null)
+ * @method Show\Field|Collection completed_at(string $label = null)
+ * @method Show\Field|Collection rule(string $label = null)
+ * @method Show\Field|Collection total_sales_value(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 payload(string $label = null)
+ * @method Show\Field|Collection queue(string $label = null)
+ * @method Show\Field|Collection uuid(string $label = null)
* @method Show\Field|Collection job_id(string $label = null)
- * @method Show\Field|Collection reason(string $label = null)
+ * @method Show\Field|Collection fails(string $label = null)
* @method Show\Field|Collection file(string $label = null)
* @method Show\Field|Collection success(string $label = null)
- * @method Show\Field|Collection fails(string $label = null)
* @method Show\Field|Collection code(string $label = null)
* @method Show\Field|Collection info(string $label = null)
* @method Show\Field|Collection ext(string $label = null)
* @method Show\Field|Collection is_push(string $label = null)
* @method Show\Field|Collection message_id(string $label = null)
* @method Show\Field|Collection order_package_id(string $label = null)
- * @method Show\Field|Collection quantity(string $label = null)
- * @method Show\Field|Collection consignee_name(string $label = null)
- * @method Show\Field|Collection consignee_telephone(string $label = null)
- * @method Show\Field|Collection consignee_zone(string $label = null)
- * @method Show\Field|Collection consignee_address(string $label = null)
- * @method Show\Field|Collection shipping_company(string $label = null)
- * @method Show\Field|Collection shipping_code(string $label = null)
- * @method Show\Field|Collection shipping_number(string $label = null)
- * @method Show\Field|Collection is_failed(string $label = null)
* @method Show\Field|Collection checked_at(string $label = null)
+ * @method Show\Field|Collection is_failed(string $label = null)
* @method Show\Field|Collection last_news(string $label = null)
- * @method Show\Field|Collection spu_id(string $label = null)
- * @method Show\Field|Collection specs(string $label = null)
- * @method Show\Field|Collection weight(string $label = null)
- * @method Show\Field|Collection sell_price(string $label = null)
- * @method Show\Field|Collection vip_price(string $label = null)
- * @method Show\Field|Collection coupon_discount_amount(string $label = null)
- * @method Show\Field|Collection vip_discount_amount(string $label = null)
- * @method Show\Field|Collection reduced_amount(string $label = null)
- * @method Show\Field|Collection total_amount(string $label = null)
- * @method Show\Field|Collection after_sale_state(string $label = null)
+ * @method Show\Field|Collection shipping_code(string $label = null)
+ * @method Show\Field|Collection shipping_company(string $label = null)
+ * @method Show\Field|Collection shipping_number(string $label = null)
* @method Show\Field|Collection after_expire_at(string $label = null)
- * @method Show\Field|Collection remain_quantity(string $label = null)
+ * @method Show\Field|Collection after_sale_state(string $label = null)
+ * @method Show\Field|Collection coupon_discount_amount(string $label = null)
* @method Show\Field|Collection gift_for_sku_id(string $label = null)
* @method Show\Field|Collection is_gift(string $label = null)
- * @method Show\Field|Collection from_user_id(string $label = null)
- * @method Show\Field|Collection role(string $label = null)
- * @method Show\Field|Collection role_name(string $label = null)
- * @method Show\Field|Collection growth_value(string $label = null)
- * @method Show\Field|Collection ratio(string $label = null)
- * @method Show\Field|Collection money(string $label = null)
- * @method Show\Field|Collection paid_at(string $label = null)
- * @method Show\Field|Collection pay_data(string $label = null)
+ * @method Show\Field|Collection reduced_amount(string $label = null)
+ * @method Show\Field|Collection remain_quantity(string $label = null)
+ * @method Show\Field|Collection specs(string $label = null)
+ * @method Show\Field|Collection spu_id(string $label = null)
+ * @method Show\Field|Collection vip_discount_amount(string $label = null)
+ * @method Show\Field|Collection vip_price(string $label = null)
+ * @method Show\Field|Collection weight(string $label = null)
* @method Show\Field|Collection max(string $label = null)
- * @method Show\Field|Collection failed_reason(string $label = null)
- * @method Show\Field|Collection shipping_fee(string $label = null)
- * @method Show\Field|Collection products_total_amount(string $label = null)
- * @method Show\Field|Collection note(string $label = null)
- * @method Show\Field|Collection pay_sn(string $label = null)
- * @method Show\Field|Collection pay_way(string $label = null)
- * @method Show\Field|Collection pay_at(string $label = null)
- * @method Show\Field|Collection completed_at(string $label = null)
- * @method Show\Field|Collection user_coupon_id(string $label = null)
- * @method Show\Field|Collection shipping_state(string $label = null)
- * @method Show\Field|Collection is_change(string $label = null)
- * @method Show\Field|Collection out_trade_no(string $label = null)
* @method Show\Field|Collection auto_complete_at(string $label = null)
- * @method Show\Field|Collection store_id(string $label = null)
- * @method Show\Field|Collection inviter_id(string $label = null)
- * @method Show\Field|Collection payable_type(string $label = null)
+ * @method Show\Field|Collection is_change(string $label = null)
+ * @method Show\Field|Collection is_settlable(string $label = null)
+ * @method Show\Field|Collection note(string $label = null)
+ * @method Show\Field|Collection products_total_amount(string $label = null)
+ * @method Show\Field|Collection shipping_state(string $label = null)
+ * @method Show\Field|Collection user_coupon_id(string $label = null)
* @method Show\Field|Collection payable_id(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 payable_type(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 token(string $label = null)
+ * @method Show\Field|Collection tokenable_id(string $label = null)
+ * @method Show\Field|Collection tokenable_type(string $label = null)
* @method Show\Field|Collection old_points(string $label = null)
* @method Show\Field|Collection gift_sku_id(string $label = null)
* @method Show\Field|Collection remaining(string $label = null)
* @method Show\Field|Collection attrs(string $label = null)
* @method Show\Field|Collection applicant_id(string $label = null)
* @method Show\Field|Collection reviewer_id(string $label = null)
- * @method Show\Field|Collection market_price(string $label = null)
- * @method Show\Field|Collection cost_price(string $label = null)
- * @method Show\Field|Collection media(string $label = null)
- * @method Show\Field|Collection sales(string $label = null)
- * @method Show\Field|Collection release_at(string $label = null)
- * @method Show\Field|Collection verify_state(string $label = null)
* @method Show\Field|Collection buynote_id(string $label = null)
+ * @method Show\Field|Collection cost_price(string $label = null)
+ * @method Show\Field|Collection market_price(string $label = null)
+ * @method Show\Field|Collection media(string $label = null)
+ * @method Show\Field|Collection release_at(string $label = null)
+ * @method Show\Field|Collection sales(string $label = null)
* @method Show\Field|Collection shipping_template_id(string $label = null)
+ * @method Show\Field|Collection verify_state(string $label = null)
* @method Show\Field|Collection feature_id(string $label = null)
* @method Show\Field|Collection items(string $label = null)
* @method Show\Field|Collection view_date(string $label = null)
* @method Show\Field|Collection is_pushed(string $label = null)
* @method Show\Field|Collection message_type(string $label = null)
+ * @method Show\Field|Collection change_quota(string $label = null)
* @method Show\Field|Collection order_user_id(string $label = null)
- * @method Show\Field|Collection change_sales_value(string $label = null)
+ * @method Show\Field|Collection size(string $label = null)
* @method Show\Field|Collection x(string $label = null)
* @method Show\Field|Collection y(string $label = null)
- * @method Show\Field|Collection size(string $label = null)
- * @method Show\Field|Collection zone_id(string $label = null)
+ * @method Show\Field|Collection address(string $label = null)
* @method Show\Field|Collection consignee(string $label = null)
+ * @method Show\Field|Collection is_default(string $label = null)
* @method Show\Field|Collection telephone(string $label = null)
* @method Show\Field|Collection zone(string $label = null)
- * @method Show\Field|Collection address(string $label = null)
- * @method Show\Field|Collection is_default(string $label = null)
+ * @method Show\Field|Collection zone_id(string $label = null)
* @method Show\Field|Collection rule_id(string $label = null)
* @method Show\Field|Collection template_id(string $label = null)
* @method Show\Field|Collection zones(string $label = null)
- * @method Show\Field|Collection phone(string $label = null)
* @method Show\Field|Collection expires_at(string $label = null)
- * @method Show\Field|Collection socialite_type(string $label = null)
+ * @method Show\Field|Collection phone(string $label = null)
* @method Show\Field|Collection socialite_id(string $label = null)
+ * @method Show\Field|Collection socialite_type(string $label = null)
* @method Show\Field|Collection tag_id(string $label = null)
* @method Show\Field|Collection taggable_id(string $label = null)
* @method Show\Field|Collection taggable_type(string $label = null)
- * @method Show\Field|Collection real_name(string $label = null)
- * @method Show\Field|Collection bank_number(string $label = null)
- * @method Show\Field|Collection bank_name(string $label = null)
* @method Show\Field|Collection bank_description(string $label = null)
+ * @method Show\Field|Collection bank_name(string $label = null)
+ * @method Show\Field|Collection bank_number(string $label = null)
* @method Show\Field|Collection is_edited(string $label = null)
* @method Show\Field|Collection old_real_name(string $label = null)
- * @method Show\Field|Collection u_cid(string $label = null)
+ * @method Show\Field|Collection real_name(string $label = null)
* @method Show\Field|Collection m_cid(string $label = null)
- * @method Show\Field|Collection coupon_name(string $label = null)
- * @method Show\Field|Collection coupon_type(string $label = null)
+ * @method Show\Field|Collection u_cid(string $label = null)
* @method Show\Field|Collection coupon_amount(string $label = null)
+ * @method Show\Field|Collection coupon_name(string $label = null)
* @method Show\Field|Collection coupon_threshold(string $label = null)
- * @method Show\Field|Collection nickname(string $label = null)
- * @method Show\Field|Collection gender(string $label = null)
+ * @method Show\Field|Collection coupon_type(string $label = null)
* @method Show\Field|Collection birthday(string $label = null)
+ * @method Show\Field|Collection bonusable(string $label = null)
* @method Show\Field|Collection depth(string $label = null)
- * @method Show\Field|Collection path(string $label = null)
+ * @method Show\Field|Collection gender(string $label = null)
+ * @method Show\Field|Collection group_sales_value(string $label = null)
+ * @method Show\Field|Collection growth_value(string $label = null)
+ * @method Show\Field|Collection inviter_id(string $label = null)
+ * @method Show\Field|Collection nickname(string $label = null)
+ * @method Show\Field|Collection pre_growth_value(string $label = null)
+ * @method Show\Field|Collection quota_v1(string $label = null)
+ * @method Show\Field|Collection quota_v2(string $label = null)
* @method Show\Field|Collection real_inviter_id(string $label = null)
- * @method Show\Field|Collection profit(string $label = null)
* @method Show\Field|Collection vip_id(string $label = null)
- * @method Show\Field|Collection phone_verified_at(string $label = null)
* @method Show\Field|Collection email(string $label = null)
* @method Show\Field|Collection email_verified_at(string $label = null)
- * @method Show\Field|Collection last_login_ip(string $label = null)
* @method Show\Field|Collection last_login_at(string $label = null)
+ * @method Show\Field|Collection last_login_ip(string $label = null)
+ * @method Show\Field|Collection old_password(string $label = null)
+ * @method Show\Field|Collection phone_verified_at(string $label = null)
* @method Show\Field|Collection register_ip(string $label = null)
* @method Show\Field|Collection status_remark(string $label = null)
- * @method Show\Field|Collection old_password(string $label = null)
- * @method Show\Field|Collection rate(string $label = null)
- * @method Show\Field|Collection service_amount(string $label = null)
- * @method Show\Field|Collection account_amount(string $label = null)
- * @method Show\Field|Collection withdrawable(string $label = null)
*/
class Show {}
diff --git a/resources/lang/zh_CN/store.php b/resources/lang/zh_CN/store.php
deleted file mode 100644
index 299d7510..00000000
--- a/resources/lang/zh_CN/store.php
+++ /dev/null
@@ -1,13 +0,0 @@
- [
- 'Store' => '门店',
- 'store' => '门店',
- ],
- 'fields' => [
- 'title' => '标题',
- 'image' => '封面图',
- ],
- 'options' => [
- ],
-];