Пример #1
0
 /// <summary>
 /// 查询本地配送编码
 /// </summary>
 /// <returns></returns>
 public DataTable GetDistStationCode()
 {
     using (PersistentManager dbPm = new PersistentManager())
     {
         DownDistStationBao dao = new DownDistStationBao();
         return(dao.GetDistStationCode());
     }
 }