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 | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs b/Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs index a3f62b8..dfcaaee 100644 --- a/Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs +++ b/Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs @@ -54,5 +54,10 @@ 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