From 8ca38447e6847e1d9a655e0f899481cd1bf59149 Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期一, 04 三月 2024 16:03:38 +0800 Subject: [PATCH] 入库单明细页面修改,增加寄存入库单据类型,增加出库单据为寄存单据不可自动分配,修改pda托盘绑定页面备注随寄存单据隐藏\显示,增加托盘绑定及库存明细备注字段,增加实体。 --- 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