From 582d7ab9eb6879f4b5f3e1b1b7d162f3d53a0e39 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期日, 27 十月 2024 14:12:32 +0800 Subject: [PATCH] Merge branch 'master' into master_ben --- 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