作者 lyh

gx

... ... @@ -15,7 +15,7 @@ class CountController extends BaseController
{
const STATUS_ERROR = 400;
/**
* @name :(昨日统计数据)yesterday_count
* @name :(首页数据统计)yesterday_count
* @author :lyh
* @method :post
* @time :2023/5/23 17:23
... ...
<?php
namespace App\Models\HomeCount;
use App\Models\Base;
class MonthCount extends Base
{
protected $table = 'gl_month_count';
}
... ...