From 98958cdd70d3a63a562e9238ddecb9c6c6865e95 Mon Sep 17 00:00:00 2001
From: zjh <2207896513@qq.com>
Date: 星期五, 12 十二月 2025 21:02:14 +0800
Subject: [PATCH] 添加接口,查询栈板码是否入库,返回消息,是否允许解绑
---
StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs b/StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs
index 06810ab..6a228b9 100644
--- a/StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs
+++ b/StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs
@@ -34,6 +34,8 @@
public string? FCancelStatus { get; set; }
public string? ZzpoNo { get; set; }
+
+ public string? Ywlx { get; set; }
// public string? FCancellerId { get; set; }
// public string? FCancelDate { get; set; }
}
\ No newline at end of file
--
Gitblit v1.9.3