From 2a5ca0e2e98e2556bd218cade91975830e55b781 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期一, 14 四月 2025 12:16:16 +0800 Subject: [PATCH] womcaa接口表更新 --- StandardPda/MES.Service/Modes/MesQaItemsDetectDetail5.cs | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/StandardPda/MES.Service/Modes/MesQaItemsDetectDetail5.cs b/StandardPda/MES.Service/Modes/MesQaItemsDetectDetail5.cs index d49b200..4c57ba3 100644 --- a/StandardPda/MES.Service/Modes/MesQaItemsDetectDetail5.cs +++ b/StandardPda/MES.Service/Modes/MesQaItemsDetectDetail5.cs @@ -151,14 +151,14 @@ /// <summary> /// 鐗瑰畾淇敼 /// </summary> - [SugarColumn(ColumnName = "GIVEN_MODIFY")] - public short? GivenModify { get; set; } + [SugarColumn(ColumnName = "GIVEN_MODIFY", DefaultValue = "0")] + public byte? GivenModify { get; set; } /// <summary> - /// 妫�楠屽伐鍏� + /// 妫�楠屽伐鍏� /// </summary> - [SugarColumn(ColumnName = "FCHECK_TOOL")] - public string FcheckTool { get; set; } + [SugarColumn(ColumnName = "FCHECK_TOOL", Length = 100)] // 鏄庣‘闀垮害闄愬埗 + public string? FcheckTool { get; set; } /// <summary> /// 鏇存柊浜� -- Gitblit v1.9.3