From 80aa0cb51bc007f85c74c2cad0fb8e24a60cb371 Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期四, 11 九月 2025 17:30:19 +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