feat : catering
This commit is contained in:
26
app/Service/Admin/Catering/Option/PrintService.php
Normal file
26
app/Service/Admin/Catering/Option/PrintService.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
/**
|
||||
* This service file is part of item.
|
||||
*
|
||||
* @author ctexthuang
|
||||
* @contact ctexthuang@qq.com
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Service\Admin\Catering\Option;
|
||||
|
||||
use App\Service\Admin\BaseService;
|
||||
|
||||
class PrintService extends BaseService
|
||||
{
|
||||
public function handle()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function check()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user