/// <summary> /// 是否存在该记录 /// </summary> public bool Exists(int Ser_ID) { return(dal.Exists(Ser_ID)); }