Esempio n. 1
0
 /// <summary>
 /// 获取发货单主表信息
 /// </summary>
 /// <param name="orderID"></param>
 /// <returns></returns>
 public static DataTable GetOrderInfo(int orderID)
 {
     return(SellGatheringDBHelper.GetOrderInfo(orderID));
 }