From 641bb063b34459cea7dca7bbd087710888f8e091 Mon Sep 17 00:00:00 2001
From: admin <qiutairan163@163.com>
Date: 星期一, 10 十一月 2025 13:21:36 +0800
Subject: [PATCH] AddExportNotice的出库数量Qty<0校验
---
Wms/Model/InterFaceModel/HttpModel.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Wms/Model/InterFaceModel/HttpModel.cs b/Wms/Model/InterFaceModel/HttpModel.cs
index 2f931b9..b6f6180 100644
--- a/Wms/Model/InterFaceModel/HttpModel.cs
+++ b/Wms/Model/InterFaceModel/HttpModel.cs
@@ -698,6 +698,7 @@
/// 鍦板潃
/// </summary>
public string Address { get; set; }
+ public string streetAddress { get; set; }
/// <summary>
/// 鑱旂郴浜�
/// </summary>
--
Gitblit v1.8.0