From b56aea4956fd8b4951cbed02103e47aff574d36b Mon Sep 17 00:00:00 2001
From: admin <qiutairan163@163.com>
Date: 星期一, 10 十一月 2025 13:24:39 +0800
Subject: [PATCH] AddExportNotice的出库数量Qty<=0校验
---
Wms/Model/InterFaceModel/HttpModel.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Wms/Model/InterFaceModel/HttpModel.cs b/Wms/Model/InterFaceModel/HttpModel.cs
index ebe1a0a..b6f6180 100644
--- a/Wms/Model/InterFaceModel/HttpModel.cs
+++ b/Wms/Model/InterFaceModel/HttpModel.cs
@@ -685,7 +685,7 @@
/// <summary>
/// 缂栧彿
/// </summary>
- public long customerNo { get; set; }
+ public string customerNo { get; set; }
/// <summary>
/// 鍚嶇О
/// </summary>
@@ -697,6 +697,7 @@
/// <summary>
/// 鍦板潃
/// </summary>
+ public string Address { get; set; }
public string streetAddress { get; set; }
/// <summary>
/// 鑱旂郴浜�
--
Gitblit v1.8.0