From 4361513fb831fdd416356e576682358bd72a121c Mon Sep 17 00:00:00 2001 From: Cloud Zhang <941187371@qq.com> Date: 星期四, 16 五月 2024 14:20:36 +0800 Subject: [PATCH] 合并 --- Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs b/Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs index 8742361..dfcaaee 100644 --- a/Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs +++ b/Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs @@ -50,4 +50,14 @@ { 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