From 603d393971f87f878edf2b0437f57b3e94646739 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期四, 26 九月 2024 14:39:14 +0800 Subject: [PATCH] 模板变量获取更新 --- Tiger.Model.Net/Entitys/MES/ParameterEntity/U9C_MES_Input.cs | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/Tiger.Model.Net/Entitys/MES/ParameterEntity/U9C_MES_Input.cs b/Tiger.Model.Net/Entitys/MES/ParameterEntity/U9C_MES_Input.cs index bc2c59a..9472194 100644 --- a/Tiger.Model.Net/Entitys/MES/ParameterEntity/U9C_MES_Input.cs +++ b/Tiger.Model.Net/Entitys/MES/ParameterEntity/U9C_MES_Input.cs @@ -25,4 +25,11 @@ public class GetSupplierInput : U9C_MES_Input { } + + public class GetWoInput : U9C_MES_Input + { + } + public class GetCustBarcodeInput : U9C_MES_Input + { + } } -- Gitblit v1.9.3