This commit is contained in:
2024-12-01 16:56:00 +08:00
parent 9f10f727ed
commit 19d38802a9
10 changed files with 206 additions and 4 deletions

View File

@ -0,0 +1,10 @@
<?php
namespace plugin\ticket\model;
use think\admin\Model;
class TicketDept extends Model
{
}