From 0b3c06f4d1bca7b91c2f5892a449bbbd3add4d27 Mon Sep 17 00:00:00 2001
From: zjh <2207896513@qq.com>
Date: 星期二, 19 八月 2025 10:29:19 +0800
Subject: [PATCH] 产测获取工单接口修改
---
StandardPda/MES.Service/Modes/Womcaa.cs | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/StandardPda/MES.Service/Modes/Womcaa.cs b/StandardPda/MES.Service/Modes/Womcaa.cs
index 00b2669..87476d1 100644
--- a/StandardPda/MES.Service/Modes/Womcaa.cs
+++ b/StandardPda/MES.Service/Modes/Womcaa.cs
@@ -523,4 +523,10 @@
/// </summary>
[SugarColumn(ColumnName = "TYPEA")]
public string? Typea { get; set; }
+
+ /// <summary>
+ /// 鎺ㄩ�佹椂闂�
+ /// </summary>
+ [SugarColumn(ColumnName = "TS_DATE")]
+ public DateTime? TsDate { get; set; }
}
\ No newline at end of file
--
Gitblit v1.9.3