This commit is contained in:
2024-12-05 10:55:08 +08:00
parent 1fc0caafe5
commit 1b80b6ffd5
4 changed files with 74 additions and 1 deletions

View File

@ -7,6 +7,7 @@ use think\admin\Model;
class TicketVerify extends Model
{
protected $append = ['imgs_arr'];
public function ticket()
{
return $this->belongsTo(TicketTicket::class, 'ticket_id');