3 changed files with 62 additions and 17 deletions
-
18app/Admin/Controllers/LanzuMpInfoController.php
-
48app/Admin/Controllers/LanzuMpWithdrawController.php
-
13app/Models/MpBalance.php
@ -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