From 9da68fc16ccd0fba6472096ae298e4bcdf5d12b8 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期一, 04 十一月 2024 15:43:56 +0800 Subject: [PATCH] 从工单中解绑正在生产的条码api --- Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs b/Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs index dfcaaee..8742361 100644 --- a/Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs +++ b/Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs @@ -50,14 +50,4 @@ { public bool IsItemCodeList { get; set; } } - - public class SmtLoadingInput : BaseCodeInput - { - public int Step { get; set; } - 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