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/service/Goods.php
2020-04-25 22:20:29 +08:00

15 lines
189 B
PHP

<?php
namespace app\api\service;
use app\common\service\Goods as GoodsService;
/**
* 商品服务类
* Class Goods
* @package app\api\service
*/
class Goods extends GoodsService
{
}