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