From dd3461812f84ac4f930d3c51e5b8eba92fea4dab Mon Sep 17 00:00:00 2001 From: kyy <3283105747@qq.com> Date: 星期五, 12 九月 2025 15:47:29 +0800 Subject: [PATCH] 1、采购订单日期转换 2、收料通知修改 --- MES.Service/Dto/webApi/ErpDepots.cs | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/MES.Service/Dto/webApi/ErpDepots.cs b/MES.Service/Dto/webApi/ErpDepots.cs index cf81e60..3e4da2b 100644 --- a/MES.Service/Dto/webApi/ErpDepots.cs +++ b/MES.Service/Dto/webApi/ErpDepots.cs @@ -2,14 +2,14 @@ public class ErpDepots { - public string Id { get; set; } + public string? Id { get; set; } public string? Type { get; set; } public string? FNumber { get; set; } public string? FName { get; set; } public string? FAllowMinusQty { get; set; } public string? FPrincipal { get; set; } public string? FStockProperty { get; set; } - public string? FSUPPLIERID { get; set; } + public string? FSupplierId { get; set; } public string? FCustomerId { get; set; } public string? FDocumentStatus { get; set; } public string? FForbidStatus { get; set; } @@ -17,7 +17,4 @@ public string? FCreateOrgId { get; set; } public string? FUseOrgId { get; set; } public string? FStockStatusType { get; set; } - - - } \ No newline at end of file -- Gitblit v1.9.3