/// <summary> /// 得到最大ID /// </summary> public int GetMaxId() { return(DbHelperMySql.GetMaxID("ID", "fmd090")); }