示例#1
0
文件: TableBLL.cs 项目: benxuu/SYPM
 public string GetAllTableInfo(string where)
 {
     return(JsonHelper.ToJson(dal.GetList(where)));
 }