/// <summary> /// 删除一条数据 /// </summary> public bool Delete(string C_ID) { return(dal.Delete(C_ID)); }