예제 #1
0
 public string GetName(string str)
 {
     WebProject.BLL.SysManage.ZT_SYS_ElementInfo bll_ElementInfo = new WebProject.BLL.SysManage.ZT_SYS_ElementInfo();
     return bll_ElementInfo.GetModelList(" ElementCode = '" + str + "'")[0].ElementName;
 }