From 26251c4368274308ff71e7dc58af3520dff1a759 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期日, 12 五月 2024 22:44:03 +0800 Subject: [PATCH] 优化SMT上料实体 --- Tiger.Model.Net/Entitys/MES/SMT_WO_TABLE.cs | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/Tiger.Model.Net/Entitys/MES/SMT_WO_TABLE.cs b/Tiger.Model.Net/Entitys/MES/SMT_WO_TABLE.cs index 90282c4..76360ad 100644 --- a/Tiger.Model.Net/Entitys/MES/SMT_WO_TABLE.cs +++ b/Tiger.Model.Net/Entitys/MES/SMT_WO_TABLE.cs @@ -126,4 +126,12 @@ #endregion }//endClass + + public class smtWoTableParams { + public string prodCode { get; set; } + public string lineCode { get; set; } + public string pcbSurface { get; set; } + public string moCode { get; set; } + public string machineCode { get; set; } + } } \ No newline at end of file -- Gitblit v1.9.3