Files
exchange/app/SettingCredit.php
T
2018-04-27 18:03:16 +08:00

11 lines
169 B
PHP

<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class SettingCredit extends Model
{
protected $fillable = ['rmb_credit_limit','usd_credit_limit'];
}