From 35558fe5ed20893bb9595e9688e3e6db67f2f76d Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期三, 19 二月 2025 20:32:25 +0800
Subject: [PATCH] iqc来料检验
---
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