You've already forked guangan
手机端审核
This commit is contained in:
@ -15,6 +15,11 @@ class ApprovalInstance extends Model
|
||||
protected $updateTime = 'update_time';
|
||||
protected $append = ['status_text', 'current'];
|
||||
|
||||
public function ticket()
|
||||
{
|
||||
return $this->belongsTo(TicketTicket::class, 'oid', 'id');
|
||||
}
|
||||
|
||||
// 关联流程定义
|
||||
public function process()
|
||||
{
|
||||
|
Reference in New Issue
Block a user