feat : check

This commit is contained in:
2025-04-01 16:29:30 +08:00
parent a5daf471e4
commit 9c73d966d3

View File

@@ -23,6 +23,8 @@ use Exception;
use Hyperf\Amqp\Producer;
use Hyperf\DbConnection\Db;
use Hyperf\Di\Annotation\Inject;
use Psr\Container\ContainerExceptionInterface;
use Psr\Container\NotFoundExceptionInterface;
class AutoDispenseService
{
@@ -76,6 +78,8 @@ class AutoDispenseService
/**
* @return void
* @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface
* @throws Exception
*/
public function handle(): void