From 3799b427ac90c2f32789349a72ee762c5e0fc817 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期三, 28 八月 2024 11:29:10 +0800 Subject: [PATCH] 增加销售订单备注字段 --- 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