public function __construct($id = false, $table = null, $ds = null)
 {
     parent::__construct($id, $table, $ds);
     // 枝番モデルをメンバへ設定
     self::setBranchNoModel($this);
 }