Project5CateLogic.php 489 字节
<?php
/**
 * @remark :
 * @name   :Project5CateLogic.php
 * @author :lyh
 * @method :post
 * @time   :2025/11/8 09:26
 */

namespace App\Http\Logic\Aside\Ticket;

use App\Http\Logic\Aside\BaseLogic;

/**
 * @remark :5.0的分类
 * @name   :Project5CateLogic
 * @author :lyh
 * @method :post
 * @time   :2025/11/8 09:26
 */
class Project5CateLogic extends BaseLogic
{
    public function __construct()
    {
        parent::__construct();
        $this->param = $this->requestAll;
    }
}