From 1b4deb836c68efb689e13d3512888ae04fc99f09 Mon Sep 17 00:00:00 2001 From: cjs <2216046164@qq.com> Date: 星期五, 11 七月 2025 17:26:12 +0800 Subject: [PATCH] 11 --- HH.WCS.Mobox3.NongFuLinZhi/models/WCSTask.cs | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/HH.WCS.Mobox3.NongFuLinZhi/models/WCSTask.cs b/HH.WCS.Mobox3.NongFuLinZhi/models/WCSTask.cs index a81d60c..1e3d96b 100644 --- a/HH.WCS.Mobox3.NongFuLinZhi/models/WCSTask.cs +++ b/HH.WCS.Mobox3.NongFuLinZhi/models/WCSTask.cs @@ -15,6 +15,9 @@ public string S_NOTE { get; set; } public DateTime? T_START_TIME { get; set; } public DateTime? T_END_TIME { get; set; } + /// <summary> + /// 杞﹀彿 + /// </summary> public string S_EQ_NO { get; set; } public string S_TYPE { get; set; } public string S_B_STATE { get; set; } = "绛夊緟"; @@ -22,6 +25,12 @@ /// 0绛夊緟 1宸叉帹閫� 2鎵ц 3瀹屾垚 4閿欒 /// </summary> public int N_B_STATE { get; set; } + public string S_TRAY_TYPE { get; set; } + /// <summary> + /// 宸ュ崟鍙�+ /// </summary> + public string S_WORK_NO { get; set; } + public string S_ITEM_CODE { get; set; } public string S_START_WH { get; set; } public string S_END_WH { get; set; } public string S_START_SITE { get; set; } @@ -51,6 +60,7 @@ public int N_START_LAYER { get; internal set; } public int N_END_LAYER { get; internal set; } public int N_CNTR_COUNT { get; internal set; } + public string S_WORK_MODE { get; set; } internal static string GetStateStr(int state) { //0绛夊緟 1宸叉帹閫� 2鎵ц 3瀹屾垚 4閿欒 -- Gitblit v1.9.1