6
0
Fork 0

添加结算时间

release
vine_liutk 2022-01-19 15:57:11 +08:00 committed by 李静
parent 77e8aca00d
commit 17ee7dd08b
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class DealerEarningResource extends JsonResource
'id' => $this->id,
'type' => $this->type_name,
'created_at' => $this->created_at->toDateTimeString(),
'settle_at' => $this->settle_at->toDateTimeString(),
'total_amount' => $this->total_amount,
'fee_rate' => $this->fee_rate,
'fee' => $this->fee,