Files
hyperf_service/app/Service/Api/Salesman/ForceTakePhotoService.php
2025-04-01 14:59:08 +08:00

19 lines
301 B
PHP

<?php
/**
* This service file is part of item.
*
* @author ctexthuang
* @contact ctexthuang@qq.com
*/
declare(strict_types=1);
namespace App\Service\Api\Salesman;
class ForceTakePhotoService extends BaseSalesmanService
{
public function handle()
{
//todo Write logic
}
}