Party.php 138 B

123456789101112
  1. <?php
  2. namespace app\admin\model\gift;
  3. use think\Model;
  4. class Party extends Model
  5. {
  6. // 表名
  7. protected $name = 'party';
  8. }