From cbf7fc81ec9a32896a20487817c884a5b46a8dd0 Mon Sep 17 00:00:00 2001
From: sjz <1240968267@qq.com>
Date: 星期一, 10 二月 2025 15:49:42 +0800
Subject: [PATCH] 煜昌接口代码 2025/2/10
---
MES.Service/Modes/MesRohInData.cs | 16 +++++++++++-----
1 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/MES.Service/Modes/MesRohInData.cs b/MES.Service/Modes/MesRohInData.cs
index bd6b528..0e7a344 100644
--- a/MES.Service/Modes/MesRohInData.cs
+++ b/MES.Service/Modes/MesRohInData.cs
@@ -351,12 +351,18 @@
/// <summary>
/// 闇�姹傞儴闂�
/// </summary>
- [SugarColumn(ColumnName = "DEMAND_DEPARTMENT")]
- public string? DemandDepartment { get; set; }
+ [SugarColumn(ColumnName = "DEMAND_DEPT")]
+ public string? DemandDept { get; set; }
/// <summary>
- /// 鏀舵枡閮ㄩ棬
+ /// 闇�姹傞儴闂�
/// </summary>
- [SugarColumn(ColumnName = "RECEIVING_DEPARTMENT")]
- public string? ReceivingDepartment { get; set; }
+ [SugarColumn(ColumnName = "RECEIVING_DEPT")]
+ public string? ReceivingDept { get; set; }
+
+ /// <summary>
+ /// 棰勮鍒拌揣鏃堕棿
+ /// </summary>
+ [SugarColumn(ColumnName = "ARRIVE_DATE")]
+ public DateTime? ArriveDate { get; set; }
}
\ No newline at end of file
--
Gitblit v1.9.3