Ejemplo n.º 1
0
        /// <summary>
        /// 查询结构信息
        /// </summary>
        /// <returns></returns>
        public List <Model.SysCode> QueryStructureInfoMap()
        {
            ServiceDao service = new ServiceDao();

            return(service.QuerySysCodeList(" and ID = 2005 "));
        }
Ejemplo n.º 2
0
        /// <summary>
        /// 查询房屋类型
        /// </summary>
        /// <returns></returns>
        public List <Model.SysCode> QueryHouseTypeInfoMap()
        {
            ServiceDao service = new ServiceDao();

            return(service.QuerySysCodeList(" and ID = 4001 "));
        }
Ejemplo n.º 3
0
        /// <summary>
        /// 查询朝向信息
        /// </summary>
        /// <returns></returns>
        public List <Model.SysCode> QueryFrontInfoMap()
        {
            ServiceDao service = new ServiceDao();

            return(service.QuerySysCodeList(" and ID = 2004 "));
        }
Ejemplo n.º 4
0
        /// <summary>
        /// 查询建筑类型
        /// </summary>
        /// <returns></returns>
        public List <Model.SysCode> QueryBuildingTypeInfoMap()
        {
            ServiceDao service = new ServiceDao();

            return(service.QuerySysCodeList(" and ID = 2003 "));
        }
Ejemplo n.º 5
0
        /// <summary>
        /// 查询用途信息
        /// </summary>
        /// <returns></returns>
        public List <Model.SysCode> QueryPurposeInfoMap()
        {
            ServiceDao service = new ServiceDao();

            return(service.QuerySysCodeList(" and ID = 1002 "));
        }