From bdbfc1045c94e23c74cf9c6f98b0b4f9b0ca0d00 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期五, 24 一月 2025 08:27:00 +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