作者 lyh

gx

1 <?php 1 <?php
2 /** 2 /**
3 * @remark : 3 * @remark :
4 - * @name :AfterCount.php 4 + * @name :AfterDayCount.php
5 * @author :lyh 5 * @author :lyh
6 * @method :post 6 * @method :post
7 * @time :2025/3/26 15:28 7 * @time :2025/3/26 15:28
@@ -16,7 +16,7 @@ use Carbon\Carbon; @@ -16,7 +16,7 @@ use Carbon\Carbon;
16 use App\Models\HomeCount\AfterCount as AfterCountModel; 16 use App\Models\HomeCount\AfterCount as AfterCountModel;
17 use Illuminate\Console\Command; 17 use Illuminate\Console\Command;
18 18
19 -class AfterCount extends Command 19 +class AfterDayCount extends Command
20 { 20 {
21 /** 21 /**
22 * The name and signature of the console command. 22 * The name and signature of the console command.
1 <?php 1 <?php
2 /** 2 /**
3 * @remark : 3 * @remark :
4 - * @name :AfterCount.php 4 + * @name :AfterDayCount.php
5 * @author :lyh 5 * @author :lyh
6 * @method :post 6 * @method :post
7 * @time :2025/3/26 15:31 7 * @time :2025/3/26 15:31
@@ -13,7 +13,7 @@ use App\Models\Base; @@ -13,7 +13,7 @@ use App\Models\Base;
13 13
14 /** 14 /**
15 * @remark :售后日统计数据 15 * @remark :售后日统计数据
16 - * @name :AfterCount 16 + * @name :AfterDayCount
17 * @author :lyh 17 * @author :lyh
18 * @method :post 18 * @method :post
19 * @time :2025/3/26 15:31 19 * @time :2025/3/26 15:31