This commit is contained in:
2024-11-28 13:45:28 +08:00
parent 47f178511b
commit ee7058d4de
5 changed files with 75 additions and 3 deletions

View File

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