| 12345678910111213141516171819202122 |
- <?php
- /**
- *
- * @copyright ©2020 点小铺
- * @author hanj
- * @link: https://dyuit.com
- * Created by VSCode
- */
- namespace app\store\model;
- use app\common\model\GoodsImage as GoodsImageModel;
- /**
- * 商品图片模型
- * Class GoodsImage
- * @package app\store\model
- */
- class GoodsImage extends GoodsImageModel
- {
- }
|