Beispiel #1
0
 /// <summary>
 /// 读取排序号
 /// </summary>
 public int GetSeqNo(SqlTransaction trans)
 {
     return(adpDAL.GetSeqNo(trans));
 }