From ee6683a1351733a7c5b1e50a7722c96dfd42e2a2 Mon Sep 17 00:00:00 2001
From: hao <1836460075@qq.com>
Date: 星期五, 30 五月 2025 16:25:28 +0800
Subject: [PATCH] 退换料确认

---
 StandardInterface/MES.Service/Dto/service/DocNoRequest.cs |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/StandardInterface/MES.Service/Dto/service/DocNoRequest.cs b/StandardInterface/MES.Service/Dto/service/DocNoRequest.cs
new file mode 100644
index 0000000..519b206
--- /dev/null
+++ b/StandardInterface/MES.Service/Dto/service/DocNoRequest.cs
@@ -0,0 +1,13 @@
+锘縰sing System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace MES.Service.Dto.service
+{
+    public class DocNoRequest
+    {
+        public string DocNo { get; set; }
+    }
+}

--
Gitblit v1.9.3