From 1c752c710464609d137012d6c9ca717a942cb6e9 Mon Sep 17 00:00:00 2001 From: wbc <2597324127@qq.com> Date: 星期四, 29 五月 2025 15:31:59 +0800 Subject: [PATCH] 1 --- MES.Service/Dto/webApi/ErpRohinData.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/MES.Service/Dto/webApi/ErpRohinData.cs b/MES.Service/Dto/webApi/ErpRohinData.cs index 754f334..2d39454 100644 --- a/MES.Service/Dto/webApi/ErpRohinData.cs +++ b/MES.Service/Dto/webApi/ErpRohinData.cs @@ -49,6 +49,7 @@ public string? FDepotCode { get; set; } public string? FDepotName { get; set; } + public string? FUrgent_material { get; set; } //public string? PurchaseOrderLineNumber { get; set; } //public string? Demand { get; set; } //public string? Receiving { get; set; } -- Gitblit v1.9.3