From 28137093fdd7ab9ddd4edfe1774a6f7024166730 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期二, 03 十二月 2024 21:27:57 +0800 Subject: [PATCH] Merge branch 'master' of http://47.115.28.255:8110/r/TigerClouds-Tech/Server/TigerApi6_2024 --- Tiger.Model.Net/Entitys/MES/ParameterEntity/BizMesWoParameter.cs | 34 ++++++++++++++++++++++++++++++++++ 1 files changed, 34 insertions(+), 0 deletions(-) diff --git a/Tiger.Model.Net/Entitys/MES/ParameterEntity/BizMesWoParameter.cs b/Tiger.Model.Net/Entitys/MES/ParameterEntity/BizMesWoParameter.cs index 8910801..5fed7f1 100644 --- a/Tiger.Model.Net/Entitys/MES/ParameterEntity/BizMesWoParameter.cs +++ b/Tiger.Model.Net/Entitys/MES/ParameterEntity/BizMesWoParameter.cs @@ -28,4 +28,38 @@ public int pageSize { get; set; } } + + public class RePrintInput + { + /// <summary> + /// 璇锋眰绫诲瀷 + /// </summary> + public int ReqType { get; set; } + public string Code { get; set; } + } + + public class UnbindWipSnInput + { + public string SN { get; set; } + public string user { get; set; } + } + + + public class ShippingOutput + { + public string Tag { get; set; } + public string ShipDoc { get; set; } + public double ShippingQty { get; set; } + } + public class ShippingInput + { + public string SN { get; set; } + public string wo { get; set; } + public string orgCode { get; set; } + } + public class GetWoNodeBatchCountInput + { + public string BatchNo { get; set; } + public string NodeName { get; set; } + } } -- Gitblit v1.9.3