From 8276722de62e0be1e68adf65f150686a236268bd Mon Sep 17 00:00:00 2001 From: zjh <2207896513@qq.com> Date: 星期五, 18 七月 2025 10:08:44 +0800 Subject: [PATCH] 产测接口代码提交 --- StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs | 47 +++++++++++++++++++---------------------------- 1 files changed, 19 insertions(+), 28 deletions(-) diff --git a/StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs b/StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs index 25c1d6d..e59d021 100644 --- a/StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs +++ b/StandardPda/MES.Service/Dto/webApi/ErpRohIn.cs @@ -4,43 +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