From 869f6dd62368ecad86bcd2d6016fdaae093a4af2 Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期三, 13 三月 2024 10:00:14 +0800 Subject: [PATCH] Merge branch 'yyk' --- Wms/WMS.Entity/DataEntity/DataStockDetail.cs | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/Wms/WMS.Entity/DataEntity/DataStockDetail.cs b/Wms/WMS.Entity/DataEntity/DataStockDetail.cs index 382bda8..ccd3218 100644 --- a/Wms/WMS.Entity/DataEntity/DataStockDetail.cs +++ b/Wms/WMS.Entity/DataEntity/DataStockDetail.cs @@ -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