setMallId($mall_id); } else { $this->setMallId(0); } } public function setMallId(int $mall_id) { $this->mall_id = $mall_id; } public function error(string $msg = '') { $this->setErrorMsg($msg); return false; } public function setErrorMsg(string $msg) { $this->error_msg = $msg; } public function getErrorMsg() { return $this->error_msg; } }