From 013a32d3c86fe245f1b5a2b1b9b97140b91131c3 Mon Sep 17 00:00:00 2001 From: czw <selecti@yeah.net> Date: 星期五, 04 七月 2025 19:00:41 +0800 Subject: [PATCH] 1 --- HH.WCS.QingXiNongfu/wms/WCSModel.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/HH.WCS.QingXiNongfu/wms/WCSModel.cs b/HH.WCS.QingXiNongfu/wms/WCSModel.cs index 2dbd375..7ce11e3 100644 --- a/HH.WCS.QingXiNongfu/wms/WCSModel.cs +++ b/HH.WCS.QingXiNongfu/wms/WCSModel.cs @@ -276,6 +276,7 @@ /// 寮冪敤锛�鏀逛负璁板綍涓婃搴撳尯- /// </summary> public string TagOver { get; internal set; } = ""; + public DateTime? TagOverTime { get; internal set; } public string S_BQ_TRAY_TYPE { get; internal set; } = ""; /// <summary> @@ -503,8 +504,10 @@ [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 int N_END_ROW { get; set; } public string S_ZZ_AREA { get; set; } public string S_END_AREA { get; set; } public string S_ZX_STATE { get; set; } -- Gitblit v1.9.1