<?php /** * Created by PhpStorm. * User: Bear * Date: 2020/6/5 * Time: 下午6:07 */ namespace app\source\model; interface ModelInterface { }