From 44a7c47a724c154c54e256727c75e79d31fd42e2 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期四, 05 六月 2025 21:42:40 +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