public override void reflectRelationOnUnionQuery(ConditionQuery baseQueryAsSuper, ConditionQuery unionQueryAsSuper)
        {
            Mst客室マスタCQ baseQuery  = (Mst客室マスタCQ)baseQueryAsSuper;
            Mst客室マスタCQ unionQuery = (Mst客室マスタCQ)unionQueryAsSuper;

            if (baseQuery.hasConditionQueryMst客室タイプマスタ())
            {
                unionQuery.QueryMst客室タイプマスタ().reflectRelationOnUnionQuery(baseQuery.QueryMst客室タイプマスタ(), unionQuery.QueryMst客室タイプマスタ());
            }
        }