GoodsSpecRel.php 253 B

1234567891011121314
  1. <?php
  2. namespace app\api\model\sharing;
  3. use app\common\model\sharing\GoodsSpecRel as GoodsSpecRelModel;
  4. /**
  5. * 拼团商品规格关系模型
  6. * Class GoodsSpecRel
  7. * @package app\api\model\sharing
  8. */
  9. class GoodsSpecRel extends GoodsSpecRelModel
  10. {
  11. }