<?php namespace app\store\model\sharing; use app\common\model\sharing\GoodsSpecRel as GoodsSpecRelModel; /** * 商品规格关系模型 * Class GoodsSpecRel * @package app\store\model\sharing */ class GoodsSpecRel extends GoodsSpecRelModel { }