From 35bb50e0a87f0ec4dde2c5882f555d7a6c3b0fd5 Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期二, 29 六月 2021 10:23:38 +0800
Subject: [PATCH] 新增模具其他出入库模块

---
 WebAPI/Web References/WebS/Reference.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WebAPI/Web References/WebS/Reference.cs b/WebAPI/Web References/WebS/Reference.cs
index e2c743c..b2e5ee5 100644
--- a/WebAPI/Web References/WebS/Reference.cs
+++ b/WebAPI/Web References/WebS/Reference.cs
@@ -857,7 +857,7 @@
         
         /// <remarks/>
         public WebService1() {
-            this.Url = "http://124.70.129.242/WEBS-WMS/WebService1.asmx";
+            this.Url = "http://124.70.129.242:9090/WEBS-WMS/WebService1.asmx";
             if ((this.IsLocalFileSystemWebService(this.Url) == true)) {
                 this.UseDefaultCredentials = true;
                 this.useDefaultCredentialsSetExplicitly = false;
@@ -30709,7 +30709,7 @@
         private string hInnerBillNoField;
         
         private bool hRedBlueFlagField;
-        
+
         /// <remarks/>
         public string HDateForWeb {
             get {

--
Gitblit v1.9.1