From 2bcf62867f78cd6b04b1ce97da0d9389312d6f31 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 10 七月 2024 10:33:40 +0800 Subject: [PATCH] erp接口更新 --- MES.Service/Modes/MesItems.cs | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/MES.Service/Modes/MesItems.cs b/MES.Service/Modes/MesItems.cs index 9fd6c4c..809dcb8 100644 --- a/MES.Service/Modes/MesItems.cs +++ b/MES.Service/Modes/MesItems.cs @@ -108,13 +108,13 @@ /// 鏈�浣庡簱瀛� /// </summary> [SugarColumn(ColumnName = "LOWLIMIT")] - public decimal? Lowlimit { get; set; } + public double? Lowlimit { get; set; } /// <summary> /// 鏈�澶у簱瀛� /// </summary> [SugarColumn(ColumnName = "HIGHLIMIT")] - public decimal? Highlimit { get; set; } + public double? Highlimit { get; set; } /// <summary> /// 鏈�灏忓寘瑁呮暟 @@ -260,5 +260,11 @@ [SugarColumn(ColumnName = "MATERIAL_PROPERTI")] public string? MaterialProperti { get; set; } + [SugarColumn(ColumnName = "PRODUCE_UNIT")] + public string? ProduceUnit { get; set; } + + [SugarColumn(ColumnName = "SUBCON_UNIT")] + public string? SubconUnit { get; set; } + [SugarColumn(IsIgnore = true)] public string? Type { get; set; } } \ No newline at end of file -- Gitblit v1.9.3