From 73afaa921ba3b00116421e8ff6a89837b33669c9 Mon Sep 17 00:00:00 2001 From: chengsc <Demo@DESKTOP-CPA90BF> Date: 星期四, 01 八月 2024 14:51:00 +0800 Subject: [PATCH] 修改参观模式申请巷道,储位方法 --- Wms/WMS.Entity/DataEntity/DataStockDetail.cs | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/Wms/WMS.Entity/DataEntity/DataStockDetail.cs b/Wms/WMS.Entity/DataEntity/DataStockDetail.cs index e839ce4..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 @@ -216,7 +223,7 @@ /// <summary> /// Desc:璐ㄩ噺鐘舵�� - /// Default: + /// Default: 1锛氬悎鏍� 2锛氫笉鍚堟牸 /// Nullable:True /// </summary> public string InspectStatus {get;set;} -- Gitblit v1.8.0