diff --git a/ICSSoft.FromERP/ICSSoft.Test/Program.cs b/ICSSoft.FromERP/ICSSoft.Test/Program.cs index 0ea5d53..e396c46 100644 --- a/ICSSoft.FromERP/ICSSoft.Test/Program.cs +++ b/ICSSoft.FromERP/ICSSoft.Test/Program.cs @@ -16,14 +16,17 @@ namespace ICSSoft.Test //ICSSAPDocGet test = new ICSSAPDocGet(); //test.Execute(); + ICSDispatchDoc test = new ICSDispatchDoc(); + test.Execute(); + //ICSInventory test = new ICSInventory(); //test.Execute(); //ICSWareHouseLotInfoDoc test = new ICSWareHouseLotInfoDoc(); //test.Execute(); - ICSDeliveryNotice test = new ICSDeliveryNotice(); - test.Execute(); + //ICSDeliveryNotice test = new ICSDeliveryNotice(); + //test.Execute(); } diff --git a/ICSSoft.FromERP/Root/ICSSoft.Frame.Data.Entity.dll b/ICSSoft.FromERP/Root/ICSSoft.Frame.Data.Entity.dll index c4e77fc..cb57c8c 100644 Binary files a/ICSSoft.FromERP/Root/ICSSoft.Frame.Data.Entity.dll and b/ICSSoft.FromERP/Root/ICSSoft.Frame.Data.Entity.dll differ