示例#1
0
 /// <summary>
 /// 添加参数对话框
 /// </summary>
 /// <returns></returns>
 public ActionResult AddParam()
 {
     ViewBag.ElementTypeList = EnumHelper.GetOptions <EElementType>(1);
     ViewBag.DataTypeList    = BaseHelper.GetDataType(string.Empty);
     return(View());
 }