6
0
Fork 0
release
李静 2022-02-23 13:26:34 +08:00
parent 3747375a92
commit b331b42390
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ class DealerPurchaseSubsidyResource extends JsonResource
public function toArray($request)
{
return [
'id' => $this->id,
'total_purchase_amount' => $this->total_purchase_amount,
'total_subsidy' => $this->total_subsidy,
'total_amount' => $this->total_amount,