From e328deb435c326025f3b7a510011e69d0353e69c Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期二, 24 十二月 2024 10:47:03 +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