feat : catering

This commit is contained in:
2025-03-10 18:00:55 +08:00
parent 11b0782568
commit e3ecd93b2d
7 changed files with 62 additions and 16 deletions

View File

@@ -0,0 +1,19 @@
<?php
/**
* This service file is part of item.
*
* @author ctexthuang
* @contact ctexthuang@qq.com
*/
declare(strict_types=1);
namespace App\Service\Admin\Catering;
class CycleOrderCountService extends
{
public function handle()
{
//todo Write logic
}
}