Files
hyperf_service/app/Service/Admin/Catering/CycleOrderCountService.php
2025-03-10 18:00:55 +08:00

19 lines
284 B
PHP

<?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
}
}