17 lines
315 B
PHP
17 lines
315 B
PHP
<?php
|
|
/**
|
|
* SystemSettingRepo.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author Edward Yang <yangjin@guangda.work>
|
|
* @created 2022-07-25 20:26:15
|
|
* @modified 2022-07-25 20:26:15
|
|
*/
|
|
|
|
namespace Beike\Repositories;
|
|
|
|
class SystemSettingRepo
|
|
{
|
|
}
|