<?php namespace app\store\model\sharing; use app\common\model\sharing\GoodsImage as GoodsImageModel; /** * 商品图片模型 * Class GoodsImage * @package app\store\model\sharing */ class GoodsImage extends GoodsImageModel { }