新版订单消耗系统

MjRefundImport.php 224B

123456789101112
  1. <?php
  2. namespace App\Models;
  3. use Illuminate\Database\Eloquent\Model;
  4. class MjRefundImport extends Model
  5. {
  6. protected $table = 'mj_refund_import';
  7. public $timestamps = false;
  8. protected static $unguarded = true;
  9. }