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

16 lines
193 B
PHP

<?php
namespace app\task\model;
use app\common\model\Setting as SettingModel;
/**
* 系统设置模型
* Class Wxapp
* @package app\task\model
*/
class Setting extends SettingModel
{
}