TicketWeekDeptCount.php 425 字节
<?php
/**
 * @remark :
 * @name   :TicketDailyDeptCount.php
 * @author :lyh
 * @method :post
 * @time   :2025/8/7 17:51
 */

namespace App\Models\Ticket;

use App\Models\Base;

/**
 * @remark :工单周统计:按照技术组统计
 * @name   :TicketDailyDeptCount
 * @author :lyh
 * @method :post
 * @time   :2025/8/7 17:51
 */
class TicketWeekDeptCount extends Base
{
    protected $table = 'gl_ticket_week_dept_count';
}