/// <summary> /// 出库确认 /// </summary> public int Add(List <BllShipmentTable> datas) { return(dal.Add(datas)); }