From 45027a3c039d5988b4d5fc95d6803ed517e2e7db Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期二, 06 五月 2025 15:59:36 +0800
Subject: [PATCH] 1.工单计划下达时间优化
---
MES.Service/Dto/webApi/ErpRohinData.cs | 15 +++------------
1 files changed, 3 insertions(+), 12 deletions(-)
diff --git a/MES.Service/Dto/webApi/ErpRohinData.cs b/MES.Service/Dto/webApi/ErpRohinData.cs
index 796d177..4a6d0ab 100644
--- a/MES.Service/Dto/webApi/ErpRohinData.cs
+++ b/MES.Service/Dto/webApi/ErpRohinData.cs
@@ -11,6 +11,8 @@
public string? FUnitId { get; set; }
public string? FQty { get; set; }
public string? FStockUnitID { get; set; }
+ public string? FPriceUnitId { get; set; }
+ public string? FPriceUnitQty { get; set; }
public string? FDeliveryDate { get; set; }
public string? FDeliveryEarlyDate { get; set; }
public string? FDeliveryLastDate { get; set; }
@@ -21,6 +23,7 @@
public string? FSETTLEORGID { get; set; }
public string? FGiveAway { get; set; }
public string? Fnote { get; set; }
+ public string? FEntryNote { get; set; }
public string? FSupMatId { get; set; }
public string? FSupMatName { get; set; }
public string? FSUBREQBILLNO { get; set; }
@@ -48,17 +51,5 @@
public string? FDEMANDTYPE { get; set; }
- //public string? FDEMANDBILLNO { get; set; }
public string? FDEMANDBILLENTRYSEQ { get; set; }
- // public string? fentryid { get; set; }
-
- public string? F_XIFG_Text_k79 { get; set; }
- public string? FPREARRIVALDATE { get; set; }
- public string? F_XIFG_Text_ne1 { get; set; }
- public string? F_XIFG_Text_6oq { get; set; }
- public string? F_XIFG_Base_c1c { get; set; }
- public string? F_XIFG_Text_qtr4 { get; set; }
- public string? FdemandbillnoLine { get; set; }
- public string? ElectricalProductModel { get; set; }
- public string? ElectricalProductName { get; set; }
}
\ No newline at end of file
--
Gitblit v1.9.3