<?php declare (strict_types = 1); namespace app\report\model; use think\Model; /** * @mixin \think\Model */ class Ware extends Model { // protected $prefix='wsm_'; protected $name='warehouse_info'; }