15 lines
219 B
PHP
15 lines
219 B
PHP
<?php
|
|
|
|
namespace app\api\model\wow;
|
|
|
|
use app\common\model\wow\Shoping as ShopingModel;
|
|
|
|
/**
|
|
* 好物圈商品收藏记录模型
|
|
* Class Shoping
|
|
* @package app\api\model\wow
|
|
*/
|
|
class Shoping extends ShopingModel
|
|
{
|
|
|
|
} |