feat : catering

This commit is contained in:
2025-03-12 17:57:19 +08:00
parent 052a07eba6
commit d461790c2f

View 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()
{
}
}