mall_id = $mall_id; } /** * @return void */ public function setNoShow() { $this->isShow = 0; } /** * @return int */ public function getIsShow(): int { return $this->isShow; } }