public string DeleteQuerySchema(int id) { int count = dal.DeleteQuerySchema(id); if (count > 0) { return(null); } return("删除失败"); }