From b2bc0cccd77524b3ba1f05d5f7854324ce62ba2e Mon Sep 17 00:00:00 2001 From: wbc <2597324127@qq.com> Date: 星期三, 12 二月 2025 18:12:14 +0800 Subject: [PATCH] 泰莱姆首检巡检添加 --- 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