From a5019b475f8620dba3b495da983f4db9e32f7ca8 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期四, 10 七月 2025 08:18:36 +0800 Subject: [PATCH] AOI --- MES.Service/Modes/MesRohIn.cs | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/MES.Service/Modes/MesRohIn.cs b/MES.Service/Modes/MesRohIn.cs index abdfd74..2c9fc7a 100644 --- a/MES.Service/Modes/MesRohIn.cs +++ b/MES.Service/Modes/MesRohIn.cs @@ -268,4 +268,16 @@ /// </summary> [SugarColumn(ColumnName = "REMARK5")] public string? Remark5 { get; set; } + + /// <summary> + /// 涓氬姟绫诲瀷 + /// </summary> + [SugarColumn(ColumnName = "ARRIVE_DATE")] + public DateTime? ArriveDate { get; set; } + + /// <summary> + /// 閲囪喘鏃ユ湡 + /// </summary> + [SugarColumn(ColumnName = "RECEIVE_ORG")] + public decimal? ReceiveOrg { get; set; } } \ No newline at end of file -- Gitblit v1.9.3