vd/app/Domains/Card/Services/CardService.php
2019-02-27 16:46:15 +08:00

18 lines
225 B
PHP

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