item = $item; } /** * 开户行及账号 * @return string */ public function getItem() { return $this->item; } /** * 是否为默认值 * @var bool $default */ public function setDefault($default) { $this->default = $default; } /** * 是否为默认值 * @return bool */ public function getDefault() { return $this->default; } }