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

15 lines
207 B
PHP

<?php
namespace app\api\model\wow;
use app\common\model\wow\Setting as SettingModel;
/**
* 好物圈设置模型
* Class Setting
* @package app\api\model\wow
*/
class Setting extends SettingModel
{
}