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/dealer/Setting.php

15 lines
218 B
PHP
Raw Normal View History

2020-04-25 22:20:29 +08:00
<?php
namespace app\task\model\dealer;
use app\common\model\dealer\Setting as SettingModel;
/**
* 分销商设置模型
* Class Setting
* @package app\task\model\dealer
*/
class Setting extends SettingModel
{
}