新增了添加快结束服务包订单至服务包结束队列命令行。

This commit is contained in:
2024-04-16 17:35:12 +08:00
parent 62f86a1397
commit 7ff94df4c5
6 changed files with 141 additions and 5 deletions
+3
View File
@@ -13,6 +13,9 @@ use Hyperf\Command\Annotation\Command;
use Hyperf\DbConnection\Db;
use Psr\Container\ContainerInterface;
/**
* 发放优惠卷
*/
#[Command]
class GrantUserCouponCommand extends HyperfCommand
{