DataNoticeRead.php 154 B

123456789101112
  1. <?php
  2. namespace app\data\model;
  3. use think\admin\Model;
  4. use think\db\Query;
  5. /**
  6. * @method static|Query show()
  7. */
  8. class DataNoticeRead extends Model
  9. {
  10. }