feat : check

This commit is contained in:
2025-04-01 14:59:08 +08:00
parent 44e773305f
commit 6bf2dc8a17
5 changed files with 108 additions and 3 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\Api\Salesman;
class ForceTakePhotoService extends BaseSalesmanService
{
public function handle()
{
//todo Write logic
}
}