From 9556c5fc2168b71e5aba4bd5353fcd70e681ee46 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期一, 09 十二月 2024 01:54:25 +0800 Subject: [PATCH] 调用U9C接口生成入库单更新 --- Tiger.Model.Net/Entitys/MES/ParameterEntity/BizMesWoParameter.cs | 39 ++++++++++++++++++++++++++++++++++++++- 1 files changed, 38 insertions(+), 1 deletions(-) diff --git a/Tiger.Model.Net/Entitys/MES/ParameterEntity/BizMesWoParameter.cs b/Tiger.Model.Net/Entitys/MES/ParameterEntity/BizMesWoParameter.cs index 94463ba..5fed7f1 100644 --- a/Tiger.Model.Net/Entitys/MES/ParameterEntity/BizMesWoParameter.cs +++ b/Tiger.Model.Net/Entitys/MES/ParameterEntity/BizMesWoParameter.cs @@ -11,6 +11,7 @@ public string WorkOrder { get; set; } public string WoBatch { get; set; } public string UserId { get; set; } + public string ActLine { get; set; } public int Status { get; set; } public int RouteStatus { get; set; } } @@ -18,11 +19,47 @@ public class BizLabelVarWoInput { public string WorkOrder { get; set; } + public string CustCode { get; set; } + public string ProdCode { get; set; } public string LabelId { get; set; } public int draw { get; set; } - public int pageIndex { get; set; } + public int page { get; set; } 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