From c3a050007846b015c11ec53db980831d23e7c3f8 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期四, 12 九月 2024 14:08:54 +0800 Subject: [PATCH] 基础资料接口部分实体与erp的对照增加Type字段的赋值,防止根据type分组时报错 --- MES.Service/Modes/MesQaItemsDetect01.cs | 26 ++++---------------------- 1 files changed, 4 insertions(+), 22 deletions(-) diff --git a/MES.Service/Modes/MesQaItemsDetect01.cs b/MES.Service/Modes/MesQaItemsDetect01.cs index 6cf4f77..caa83d1 100644 --- a/MES.Service/Modes/MesQaItemsDetect01.cs +++ b/MES.Service/Modes/MesQaItemsDetect01.cs @@ -328,28 +328,10 @@ /// </summary> [SugarColumn(ColumnName = "FMRMODE")] public string Fmrmode { get; set; } - /// <summary> - /// 閲囪喘璁㈠崟id + /// 涓嶈壇鎻忚堪 /// </summary> - [SugarColumn(ColumnName = "EBELN_K3ID")] - public decimal EbelnK3id { get; set; } - - /// <summary> - /// 閲囪喘璁㈠崟id - /// </summary> - [SugarColumn(ColumnName = "LINE_K3ID")] - public decimal LineK3id { get; set; } - - /// <summary> - /// 璐ㄩ噺瀹℃牳鏍囪瘑 - /// </summary> - [SugarColumn(ColumnName = "QUALITY_AUDIT")] - public decimal QualityAudit { get; set; } - - /// <summary> - /// 鐗╂枡id - /// </summary> - [SugarColumn(ColumnName = "ITEM_ID")] - public decimal ItemId { get; set; } + [SugarColumn(ColumnName = "Remarks")] + public string Remarks { get; set; } + } \ No newline at end of file -- Gitblit v1.9.3