Ejemplo n.º 1
0
 /// <summary>
 /// 未出库数据的获得
 /// </summary>
 public DataSet GetShipmentPlanList(string strWhere)
 {
     return(dal.GetShipmentPlanList(strWhere));
 }