作者 lyh

gx

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