feat : check
This commit is contained in:
19
app/Service/Api/Salesman/ForceTakePhotoService.php
Normal file
19
app/Service/Api/Salesman/ForceTakePhotoService.php
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user