From 09afa6099b919a3a33cf4e1796dc5f6e66b4993b Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期五, 21 二月 2025 01:27:38 +0800 Subject: [PATCH] 雅达-新增打印标签和接收报告相关类和接口 --- Tiger.Model.Net/Entitys/WMS/Api/Input_Entitys.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/Tiger.Model.Net/Entitys/WMS/Api/Input_Entitys.cs b/Tiger.Model.Net/Entitys/WMS/Api/Input_Entitys.cs index 162a5cb..17fa3c4 100644 --- a/Tiger.Model.Net/Entitys/WMS/Api/Input_Entitys.cs +++ b/Tiger.Model.Net/Entitys/WMS/Api/Input_Entitys.cs @@ -74,6 +74,11 @@ public List<RePrintLabelEntity> SnList { get; set; }=new List<RePrintLabelEntity>(); } + public class PrintSemiProdLabelEntity: RePrintLabelBase + { + + } + public class RePrintLabelEntity { public string ID { get; set; } -- Gitblit v1.9.3