From 7d331e13fef4abcec306745dbe9721bafbaf1821 Mon Sep 17 00:00:00 2001 From: pulg <plg@Haninfo> Date: 星期一, 30 六月 2025 19:10:14 +0800 Subject: [PATCH] 1 --- HH.WCS.QingXiNongfu/wms/WCSModel.cs | 21 ++++++++++++++++++++- 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/HH.WCS.QingXiNongfu/wms/WCSModel.cs b/HH.WCS.QingXiNongfu/wms/WCSModel.cs index ee83742..5ac2008 100644 --- a/HH.WCS.QingXiNongfu/wms/WCSModel.cs +++ b/HH.WCS.QingXiNongfu/wms/WCSModel.cs @@ -271,9 +271,17 @@ /// </summary> public int WorkType { get; internal set; } = 0; public string MidArea { get; internal set; } - public string TagOver { get; internal set; } + + /// <summary> + /// 寮冪敤锛�鏀逛负璁板綍涓婃搴撳尯- + /// </summary> + public string TagOver { get; internal set; } = ""; + public DateTime? TagOverTime { get; internal set; } public string S_BQ_TRAY_TYPE { get; internal set; } = ""; + /// <summary> + /// 鍘傚 + /// </summary> public string S_CJ_NAME { get; set; } } @@ -496,12 +504,23 @@ [SuGG("搴撳簱杞繍")] public class YWLZXtake : BaseModel { + public string SQL_WorkNo { get; set; } public string S_START_AREA { get; set; } public int N_START_ROW { get; set; } public string S_ZZ_AREA { get; set; } public string S_END_AREA { get; set; } public string S_ZX_STATE { get; set; } + /// <summary> + /// 缂栫爜 鍚嶇О 鍘傚锛�鏈潵涓嶉渶瑕侊紝 涓轰簡ab鍖轰笉瓒虫椂锛岃Е鍙戣浆杩愩� 闃叉閲嶅鐗╂枡鍗曟嵁 + /// </summary> + public string S_ITEM_CODE { get; set; } + public string S_ITEM_NAME { get; set; } + /// <summary> + /// 鍘傚 + /// </summary> + public string S_CJ_NAME { get; set; } + } [SuGG("绉诲簱宸ュ崟琛�)] -- Gitblit v1.9.1