REAPI/app/channel/service/AccountService.php
2024-09-29 15:43:18 +08:00

22 lines
322 B
PHP

<?php
namespace app\channel\service;
use app\core\Service;
use think\admin\extend\DataExtend;
/**
* 店铺服务
* Class ChannelService
* @package app\channel\service
*/
class AccountService extends Service
{
/**
* 设置默认操作表
* @var string
*/
public $table = 'channel_account';
}