LhcLottery.php 168 B

123456789
  1. <?php
  2. namespace App\Models;
  3. class LhcLottery extends BaseModel
  4. {
  5. protected $table = 'lhc_lottery';
  6. protected $fillable = ['issue', 'open_code','open_time'];
  7. }