From 761c4fe6b12c340153dbd0c9c785992eac895ba8 Mon Sep 17 00:00:00 2001 From: zjh <2207896513@qq.com> Date: 星期五, 25 七月 2025 21:39:28 +0800 Subject: [PATCH] 代码提交 --- StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs | 46 +++++++++++++++++++--------------------------- 1 files changed, 19 insertions(+), 27 deletions(-) diff --git a/StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs b/StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs index f92179e..e59d021 100644 --- a/StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs +++ b/StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs @@ -4,42 +4,34 @@ { public string id { get; set; } public string? Type { get; set; } - public string? FBillNo { get; set; } public string? FDocumentStatus { get; set; } - public string? FBillTypeID { get; set; } - public string? FBusinessType { get; set; } - public string? FDate { get; set; } + public string? FBillTypeId { get; set; } + public string? FBillNo { get; set; } public string? FSupplierId { get; set; } - public string? FCloseStatus { get; set; } - public string? FPurchaseOrgId { get; set; } - public string? FPurchaseDeptId { get; set; } - public string? FPurchaserGroupId { get; set; } + public string? FDate { get; set; } 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? FPurchaseDeptId { get; set; } + public string? FSrcDocType { get; set; } + public string? FSrcDoc { get; set; } + public string? FTradePathName { get; set; } + public string? FSubType { get; set; } + public string? FBusinessType { get; set; } + public string? FIsReDo { get; set; } + public string? PubDescSeg2 { get; set; } public string? Remarks { get; set; } - public string? FCancelStatus { get; set; } - public string? FCancellerId { get; set; } - public string? FCancelDate { get; set; } + public string? PrivateDescSeg1 { get; set; } + public string? FCloseStatus { get; set; } + public string? FVersion { get; set; } + public string? FPurchaseOrgId { get; set; } + public string? FReceiveOrgId { get; set; } public string? FCreatorId { get; set; } public string? FCreateDate { get; set; } public string? FModifierId { get; set; } public string? FModifyDate { get; set; } public string? FApproverId { get; set; } 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; } - //public string? FTContact { get; set; } - //public string? Fmobilephone { get; set; } - - //public string? FixedTelephone { get; set; } - - //public string? Address { get; set; } - - + public string? FCancelStatus { get; set; } + // public string? FCancellerId { get; set; } + // public string? FCancelDate { get; set; } } \ No newline at end of file -- Gitblit v1.9.3