Files
guangan/plugs/think-plugs-ticket/src/model/TicketTicketInter.php
2025-03-23 13:27:04 +08:00

9 lines
167 B
PHP

<?php
namespace plugin\ticket\model;
class TicketTicketInter extends TicketTicket
{
protected $globalScope = ['inter'];
protected $table = 'ticket_ticket';
}