From 614d32ed2d62ab55f3a3b78bb6769df931a85bcd Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期六, 28 十二月 2024 13:38:11 +0800
Subject: [PATCH] 其他出库和其他入库的后台

---
 Dto/service/ProductionPickDto.cs |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/Dto/service/ProductionPickDto.cs b/Dto/service/ProductionPickDto.cs
index d0298d9..77fcc6e 100644
--- a/Dto/service/ProductionPickDto.cs
+++ b/Dto/service/ProductionPickDto.cs
@@ -1,12 +1,18 @@
-锘�
-
-using NewPdaSqlServer.entity;
+锘縰sing NewPdaSqlServer.entity;
 
 namespace NewPdaSqlServer.Dto.service;
 
 public class ProductionPickDto
 {
     public string? ItemModel { get; set; }
+    public string? PlanNo { get; set; }
+    public string? daa001 { get; set; }
+
+    public string? barcodeNum { get; set; }
+
+    public string? splitNum { get; set; }
+
+    public string? barcode { get; set; }
 
     public List<Womdab>? totals { get; set; }
 

--
Gitblit v1.9.3