From 76b825da0c844d984a4d19003b96839e81ce9c37 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期四, 24 十月 2024 11:26:13 +0800 Subject: [PATCH] 增加雅达专用外箱包装工序 --- Tiger.Model.Net/Entitys/MES/ParameterEntity/PositionParameter.cs | 22 +++++++++++++--------- 1 files changed, 13 insertions(+), 9 deletions(-) diff --git a/Tiger.Model.Net/Entitys/MES/ParameterEntity/PositionParameter.cs b/Tiger.Model.Net/Entitys/MES/ParameterEntity/PositionParameter.cs index b474aaf..2517a72 100644 --- a/Tiger.Model.Net/Entitys/MES/ParameterEntity/PositionParameter.cs +++ b/Tiger.Model.Net/Entitys/MES/ParameterEntity/PositionParameter.cs @@ -46,6 +46,10 @@ /// </summary> public string DFT_CODE { get; set; } /// <summary> + /// 褰撳墠鎿嶄綔闇�瑕佹彁浜ょ殑閫夐」 + /// </summary> + public Dictionary<string, string> Options { get; set; } = new Dictionary<string, string>(); + /// <summary> /// 褰撳墠鎿嶄綔闇�瑕佹彁浜ょ殑鏁版嵁 /// </summary> public string Data { get; set; } @@ -61,14 +65,6 @@ /// 鐭秷鎭� /// </summary> public ShortMessage ShortMsg { get; set; } - /// <summary> - /// 褰撳墠鎿嶄綔鐨勫伐鍗曞璞� - /// </summary> - public BIZ_MES_WO CurWO { get; set; } - /// <summary> - /// 褰撳墠鎿嶄綔鐨勫伐鍗曟壒娆″璞� - /// </summary> - public BIZ_MES_WO_BATCH CurBatch { get; set; } /// <summary> /// 褰撳墠鎿嶄綔鐨勮妭鐐瑰悕绉� /// </summary> @@ -93,7 +89,14 @@ /// 宸ュ簭淇℃伅 /// </summary> public OperInfo OperInfo { get; set; } - + /// <summary> + /// 褰撳墠鎿嶄綔鐨勫伐鍗曞璞� + /// </summary> + public BIZ_MES_WO CurWO { get; set; } + /// <summary> + /// 褰撳墠鎿嶄綔鐨勫伐鍗曟壒娆″璞� + /// </summary> + public BIZ_MES_WO_BATCH CurBatch { get; set; } } public class DefectOutput @@ -183,6 +186,7 @@ public int PKG_LEVEL { get; set; } public int PKG_QTY { get; set; } public string LABEL_CODE { get; set; } + public string SN { get; set; } public MES_WIP_PKG Package { get; set; } public bool IsFinished { get; set; } = false; public List<WipPkgItem> Items { get; set; } = new List<WipPkgItem>(); -- Gitblit v1.9.3