From effd0715ce2f89172015359da2c2406236598cfa Mon Sep 17 00:00:00 2001 From: sjz <1240968267@qq.com> Date: 星期二, 25 三月 2025 18:13:31 +0800 Subject: [PATCH] 1 --- MES.Service/Dto/webApi/ProductionOrder/ErpProductionOrder.cs | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/MES.Service/Dto/webApi/ProductionOrder/ErpProductionOrder.cs b/MES.Service/Dto/webApi/ProductionOrder/ErpProductionOrder.cs index 403499a..6a15a09 100644 --- a/MES.Service/Dto/webApi/ProductionOrder/ErpProductionOrder.cs +++ b/MES.Service/Dto/webApi/ProductionOrder/ErpProductionOrder.cs @@ -2,8 +2,7 @@ { public class ErpProductionOrder { - //public string? Id { get; set; } - public string? SalesOrder { get; set; } + public string? SalesOrderNo { get; set; } public string? ImageUrl { get; set; } } } -- Gitblit v1.9.3