CustomizedCate.php 157 B

12345678910111213
  1. <?php
  2. namespace app\common\model;
  3. use think\Model;
  4. /**
  5. */
  6. class CustomizedCate extends Model
  7. {
  8. // 表名
  9. protected $table = 'customized_cate';
  10. }