$this->id, 'name' => $this->name, 'address' => $this->address ?? '', 'address_lat' => $this->address_lat ?? '', 'address_lng' => $this->address_lng ?? '', 'description' => $this->description ?? '', 'map' => $this->map ?? '', 'areas' => ($this->areas ?? 0.00),//占地面积 'workforce' => $this->workforce ?? 0,//人数 'cultivated' =>$this->cultivated ?? 0,//种养殖面积 ]; } }