<?php /** * ============================================================================ * * ============================================================================ * 版权所有 2014-2028 浙江惠利玛产业互联网有限公司,并保留所有权利。 * 网站地址: https://www.valimart.net/ * ---------------------------------------------------------------------------- * * ============================================================================ * 数据层模型 */ namespace app\common\model; use think\Model; class BaseModel{ public function __construct() { } }