You've already forked guangan
巡检
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace plugin\inspection\model;
|
||||
|
||||
use think\admin\Model;
|
||||
|
||||
class InspectionStaffToken extends Model
|
||||
{
|
||||
public function staff()
|
||||
{
|
||||
return $this->belongsTo(InspectionStaff::class, 'id', 'staff_id');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user