<?php namespace app\data\model; use think\admin\Model; use think\db\Query; /** * @method static|Query show() */ class DataNoticeRead extends Model { }