From 2e37035392c187b26a09a2c2edcc6133e96532cc Mon Sep 17 00:00:00 2001 From: kyy <3283105747@qq.com> Date: 星期四, 04 九月 2025 15:57:15 +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