From 43021e27282a22f25b51d499333e73225266e9c3 Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期四, 14 八月 2025 17:34:50 +0800 Subject: [PATCH] 领料模块 --- Dto/service/ProductionPickDto.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Dto/service/ProductionPickDto.cs b/Dto/service/ProductionPickDto.cs index 935b3a2..518aaaf 100644 --- a/Dto/service/ProductionPickDto.cs +++ b/Dto/service/ProductionPickDto.cs @@ -6,6 +6,7 @@ public class ProductionPickDto { public string? ItemModel { get; set; } + public string? itemNo { get; set; } public string? PlanNo { get; set; } public string? daa001 { get; set; } -- Gitblit v1.9.3