News.php 71 B

123456
  1. <?php
  2. namespace app\common\model;
  3. class News extends \think\Model
  4. {
  5. }