From 19e95f4acc328bbf62a0427fe658d00268019e66 Mon Sep 17 00:00:00 2001 From: zhaowc <526854230@qq.com> Date: 星期一, 07 四月 2025 10:14:34 +0800 Subject: [PATCH] 修改IIS配置 --- Wms/WMS.Entity/DataEntity/DataStockDetail.cs | 52 ++++++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 46 insertions(+), 6 deletions(-) diff --git a/Wms/WMS.Entity/DataEntity/DataStockDetail.cs b/Wms/WMS.Entity/DataEntity/DataStockDetail.cs index c6a8e19..2c50ba7 100644 --- a/Wms/WMS.Entity/DataEntity/DataStockDetail.cs +++ b/Wms/WMS.Entity/DataEntity/DataStockDetail.cs @@ -33,6 +33,34 @@ public string SupplierLot {get;set;} /// <summary> + /// Desc:璐т富缂栧彿 + /// Default: + /// Nullable:True + /// </summary> + public string OwnerNo { get; set; } + + /// <summary> + /// Desc:璐т富鍚嶇О + /// Default: + /// Nullable:True + /// </summary> + 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 @@ -58,28 +86,28 @@ /// Default: /// Nullable:True /// </summary> - public int? Qty {get;set;} + public decimal? Qty {get;set;} /// <summary> /// Desc:閿佸畾鏁伴噺 /// Default: /// Nullable:True /// </summary> - public int? LockQty {get;set;} + public decimal? LockQty {get;set;} /// <summary> /// Desc:鍐荤粨鏁伴噺 /// Default: /// Nullable:True /// </summary> - public int? FrozenQty {get;set;} + public decimal? FrozenQty {get;set;} /// <summary> /// Desc:鍙娊妫�鏁伴噺 /// Default: /// Nullable:True /// </summary> - public int? InspectQty { get; set; } + public decimal? InspectQty { get; set; } /// <summary> /// Desc:鍏ュ簱鍗曞彿 @@ -94,6 +122,13 @@ /// Nullable:True /// </summary> public int? ASNDetailNo {get;set;} + + /// <summary> + /// Desc:鍑哄簱鍗曞彿 + /// Default: + /// Nullable:True + /// </summary> + public string SONo { get; set; } /// <summary> /// Desc:鎵�灞炰粨搴� @@ -188,7 +223,7 @@ /// <summary> /// Desc:璐ㄩ噺鐘舵�� - /// Default: + /// Default: 1锛氬悎鏍� 2锛氫笉鍚堟牸 /// Nullable:True /// </summary> public string InspectStatus {get;set;} @@ -221,7 +256,12 @@ /// </summary> public string IsBelt {get;set;} - + /// <summary> + /// Desc:澶囨敞 + /// Default: + /// Nullable:True + /// </summary> + public string Demo { get; set; } } } -- Gitblit v1.8.0