From e2988c27cb7e250d8834e3097b4821c7dbff6b64 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期二, 31 十二月 2024 13:01:20 +0800
Subject: [PATCH] 1

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