From 9c12b5ac339c5a9bf962eecfc17f2395426023de Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期三, 06 三月 2024 14:21:37 +0800 Subject: [PATCH] Merge branch 'yyk' of https://gitee.com/liudongl/jc24-wms into yyk --- Wms/WMS.Entity/DataEntity/DataStockDetail.cs | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Wms/WMS.Entity/DataEntity/DataStockDetail.cs b/Wms/WMS.Entity/DataEntity/DataStockDetail.cs index f42d73f..ccd3218 100644 --- a/Wms/WMS.Entity/DataEntity/DataStockDetail.cs +++ b/Wms/WMS.Entity/DataEntity/DataStockDetail.cs @@ -86,7 +86,7 @@ /// Default: /// Nullable:True /// </summary> - public int? FrozenQty {get;set;} + public decimal? FrozenQty {get;set;} /// <summary> /// Desc:鍙娊妫�鏁伴噺 @@ -235,7 +235,12 @@ /// </summary> public string IsBelt {get;set;} - + /// <summary> + /// Desc:澶囨敞 + /// Default: + /// Nullable:True + /// </summary> + public string Demo { get; set; } } } -- Gitblit v1.8.0