From eb744ecfecc0f1b6d9c0999c65bc740d93e30eda Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 22 一月 2025 13:38:52 +0800 Subject: [PATCH] 新增接口 --- StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs b/StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs index f92179e..25c1d6d 100644 --- a/StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs +++ b/StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs @@ -17,7 +17,9 @@ public string? FPurchaserId { get; set; } public string? Acctype { get; set; } public string? FSettleId { get; set; } + public string? FChargeId { get; set; } + //public string? FProviderEMail { get; set; } public string? Remarks { get; set; } public string? FCancelStatus { get; set; } @@ -31,6 +33,7 @@ public string? FApproveDate { get; set; } public string? FChangeReason { get; set; } public string? Prearrivaldate { get; set; } + public string? FReceiveOrgId { get; set; } //public string? FProviderId { get; set; } @@ -40,6 +43,4 @@ //public string? FixedTelephone { get; set; } //public string? Address { get; set; } - - } \ No newline at end of file -- Gitblit v1.9.3