阶段性提交代码
This commit is contained in:
@@ -10,4 +10,9 @@ class UnionpayLog extends Model
|
||||
'out_source' => 'array',
|
||||
];
|
||||
|
||||
public function coupon()
|
||||
{
|
||||
return $this->hasOne(Coupon::class, 'redemptionCode', 'mkt_code');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user