From 906a6021decf8c7b0cbd745c24d54dd114b08dfe Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期五, 14 三月 2025 11:23:53 +0800 Subject: [PATCH] 增加咋发咋收的尸体,优化了一些已知问题 --- Tiger.Model.Net/Entitys/MES/YadaU9/mes_MiscShipLine.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Tiger.Model.Net/Entitys/MES/YadaU9/mes_MiscShipLine.cs b/Tiger.Model.Net/Entitys/MES/YadaU9/mes_MiscShipLine.cs index f08bcaa..dba137c 100644 --- a/Tiger.Model.Net/Entitys/MES/YadaU9/mes_MiscShipLine.cs +++ b/Tiger.Model.Net/Entitys/MES/YadaU9/mes_MiscShipLine.cs @@ -35,6 +35,10 @@ /// </summary> public string DocNo { get; set; } /// <summary> + /// 行号 + /// </summary> + public int DocLineNo { get; set; } + /// <summary> /// 料号 /// </summary> public string ItemCode { get; set; } -- Gitblit v1.9.3