示例#1
0
 /**
  * Set system_type
  *
  * @param integer $systemType
  * @return ClientAccount
  */
 public function setSystemType($systemType)
 {
     parent::setSystemType($systemType);
     return $this;
 }