/// <summary> /// 得到一个对象实体 /// </summary> public string GetDescription(string UserType) { return(dal.GetDescription(UserType)); }