vd/app/Domains/Stats/Services/CompanyReportService.php
2018-12-28 10:41:15 +08:00

19 lines
236 B
PHP

<?php
namespace App\Domains\Stats\Services;
use App\Core\Service;
class CompanyReportService extends Service
{
/**
* 构造函数
*
* @return void
*/
public function __construct()
{
//
}
}