Browse Source
Merge branch 'develop' of http://120.24.33.109:11081/hyzjshwo/mp_lanzu_cat into develop
Merge branch 'develop' of http://120.24.33.109:11081/hyzjshwo/mp_lanzu_cat into develop
# Conflicts: # app/Admin/Controllers/LanzuMmWithdrawController.php # app/Admin/Controllers/LanzuMpInfoController.php # app/Models/LanzuMmWithdraw.phpmaster
11 changed files with 256 additions and 58 deletions
-
40app/Admin/Controllers/HomeController.php
-
24app/Admin/Controllers/LanzuMmInfoController.php
-
46app/Admin/Controllers/LanzuMmWithdrawController.php
-
22app/Admin/Controllers/LanzuMpInfoController.php
-
122app/Admin/Controllers/LanzuMpWithdrawController.php
-
13app/Models/AdminRoleUsers.php
-
13app/Models/AdminRoles.php
-
4app/Models/LanzuMmInfo.php
-
8app/Models/LanzuMmWithdraw.php
-
9app/Models/LanzuMpWithdraw.php
-
13app/Models/MpBalance.php
@ -0,0 +1,13 @@ |
|||||
|
<?php |
||||
|
|
||||
|
|
||||
|
namespace App\Models; |
||||
|
use Illuminate\Database\Eloquent\Model; |
||||
|
|
||||
|
|
||||
|
class AdminRoleUsers extends Model |
||||
|
{ |
||||
|
protected $table = 'admin_role_users'; |
||||
|
//protected $dateFormat = 'U';
|
||||
|
|
||||
|
} |
||||
@ -0,0 +1,13 @@ |
|||||
|
<?php |
||||
|
|
||||
|
|
||||
|
namespace App\Models; |
||||
|
use Illuminate\Database\Eloquent\Model; |
||||
|
|
||||
|
|
||||
|
class AdminRoles extends Model |
||||
|
{ |
||||
|
protected $table = 'admin_roles'; |
||||
|
//protected $dateFormat = 'U';
|
||||
|
|
||||
|
} |
||||
@ -0,0 +1,13 @@ |
|||||
|
<?php |
||||
|
|
||||
|
namespace App\Models; |
||||
|
|
||||
|
use Dcat\Admin\Traits\HasDateTimeFormatter; |
||||
|
|
||||
|
use Illuminate\Database\Eloquent\Model; |
||||
|
|
||||
|
class MpBalance extends Model |
||||
|
{ |
||||
|
protected $table = 'lanzu_mp_balance'; |
||||
|
protected $dateFormat = 'U'; |
||||
|
} |
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue