From 06287f58cd161d8daa0942a950ca62aa2e10c30f Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期一, 23 十二月 2024 13:21:52 +0800
Subject: [PATCH] 11

---
 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