新版订单消耗系统
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class MjRefundImport extends Model { protected $table = 'mj_refund_import'; public $timestamps = false; protected static $unguarded = true; }