/// <summary> /// 读取排序号 /// </summary> public int GetSeqNo(SqlTransaction trans) { return(linDAL.GetSeqNo(trans)); }