dev
Jing Li 2022-11-08 11:50:03 +08:00
parent cd1ea78aff
commit 8dd517b82d
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ class RiceShrimpFlowResource extends JsonResource
'id' => $this->id,
'year' => $this->year,
'quarter' => $this->quarter,
'area' => $this->area,
'sales' => $this->sales,
'created_by' => AdminUserResource::make($this->whenLoaded('createdBy')),
'updated_by' => AdminUserResource::make($this->whenLoaded('updatedBy')),