From a8eaf0a6432009e06b471bc965015e8ef2835b1d Mon Sep 17 00:00:00 2001
From: IPC-610 <IPC-610@DESKTOP-6LEOOS3>
Date: 星期六, 28 九月 2024 13:28:55 +0800
Subject: [PATCH] 修改申请空托出库方法
---
Wms/WMS.Entity/DataEntity/DataStockDetail.cs | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/Wms/WMS.Entity/DataEntity/DataStockDetail.cs b/Wms/WMS.Entity/DataEntity/DataStockDetail.cs
index cf2e213..2c50ba7 100644
--- a/Wms/WMS.Entity/DataEntity/DataStockDetail.cs
+++ b/Wms/WMS.Entity/DataEntity/DataStockDetail.cs
@@ -124,6 +124,13 @@
public int? ASNDetailNo {get;set;}
/// <summary>
+ /// Desc:鍑哄簱鍗曞彿
+ /// Default:
+ /// Nullable:True
+ /// </summary>
+ public string SONo { get; set; }
+
+ /// <summary>
/// Desc:鎵�灞炰粨搴�
/// Default:
/// Nullable:False
--
Gitblit v1.8.0