TicketDailyManageCount.php 432 字节
<?php
/**
 * @remark :
 * @name   :TicketDailyManageCount.php
 * @author :lyh
 * @method :post
 * @time   :2025/8/7 17:52
 */

namespace App\Models\Ticket;

use App\Models\Base;

/**
 * @remark :工单日统计:按照人员统计
 * @name   :TicketDailyManageCount
 * @author :lyh
 * @method :post
 * @time   :2025/8/7 17:53
 */
class TicketDailyManageCount extends Base
{
    protected $table = 'gl_ticket_daily_manage_count';
}