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