CountAllProject.php
291 字节
<?php
/**
* @remark :
* @name :CountAllProject.php
* @author :lyh
* @method :post
* @time :2024/11/11 10:36
*/
namespace App\Models\Project;
use App\Models\Base;
class CountAllProject extends Base
{
protected $table = 'gl_all_project';
protected $appends = ['uuid'];
}