/// <summary> /// 取得最新插入的ID /// </summary> public int GetMaxID(string FieldName) { return(DestDAL.GetMaxID(FieldName)); }