This repository has been archived on 2024-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
yoshop/source/application/api/model/sharing/GoodsSpecRel.php
2020-04-25 22:20:29 +08:00

15 lines
253 B
PHP

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