From f2bc08e28dda7022202f07217f6a3c150f818af7 Mon Sep 17 00:00:00 2001 From: zhaowc <526854230@qq.com> Date: 星期一, 20 一月 2025 08:32:16 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/liudongl/jc24-wms --- Wms/WMS.Entity/DataEntity/DataStockDetail.cs | 23 ++++++++++++++++++++++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/Wms/WMS.Entity/DataEntity/DataStockDetail.cs b/Wms/WMS.Entity/DataEntity/DataStockDetail.cs index ccd3218..2c50ba7 100644 --- a/Wms/WMS.Entity/DataEntity/DataStockDetail.cs +++ b/Wms/WMS.Entity/DataEntity/DataStockDetail.cs @@ -47,6 +47,20 @@ public string OwnerName { get; set; } /// <summary> + /// Desc:渚涘簲鍟嗙紪鍙� + /// Default: + /// Nullable:True + /// </summary> + public string SupplierNo { get; set; } + + /// <summary> + /// Desc:渚涘簲鍟嗗悕绉� + /// Default: + /// Nullable:True + /// </summary> + public string SupplierName { get; set; } + + /// <summary> /// Desc:鐗╂枡缂栫爜 /// Default: /// Nullable:True @@ -108,6 +122,13 @@ /// Nullable:True /// </summary> public int? ASNDetailNo {get;set;} + + /// <summary> + /// Desc:鍑哄簱鍗曞彿 + /// Default: + /// Nullable:True + /// </summary> + public string SONo { get; set; } /// <summary> /// Desc:鎵�灞炰粨搴� @@ -202,7 +223,7 @@ /// <summary> /// Desc:璐ㄩ噺鐘舵�� - /// Default: + /// Default: 1锛氬悎鏍� 2锛氫笉鍚堟牸 /// Nullable:True /// </summary> public string InspectStatus {get;set;} -- Gitblit v1.8.0