| 12345678910111213141516171819202122 |
- <?php
- /**
- *
- * @copyright ©2020 点小铺
- * @author hanj
- * @link: https://dyuit.com
- * Created by VSCode
- */
- namespace app\api\model;
- use app\common\model\GoodsSpecRel as GoodsSpecRelModel;
- /**
- * 商品规格关系模型
- * Class GoodsSpecRel
- * @package app\api\model
- */
- class GoodsSpecRel extends GoodsSpecRelModel
- {
- }
|