From f1d1d3b67316c4dd7d36c15a82df5e66fde74a69 Mon Sep 17 00:00:00 2001 From: cdk <2441919651@qq.com> Date: 星期三, 10 九月 2025 19:22:11 +0800 Subject: [PATCH] 增加agc点位 --- entity/MesItemBlDetail.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/entity/MesItemBlDetail.cs b/entity/MesItemBlDetail.cs index 3a5f95d..6663589 100644 --- a/entity/MesItemBlDetail.cs +++ b/entity/MesItemBlDetail.cs @@ -53,20 +53,20 @@ /// 璁″垝鏁伴噺 /// </summary> [SugarColumn(ColumnName = "bld006")] - public int? Bld006 { get; set; } + public decimal? Bld006 { get; set; } /// <summary> /// 鐢宠鏁伴噺 /// </summary> [SugarColumn(ColumnName = "bld007")] - public int? Bld007 { get; set; } + public decimal? Bld007 { get; set; } /// <summary> /// 宸查鏁伴噺 /// 榛樿鍊�: ((0)) /// </summary> [SugarColumn(ColumnName = "bld008")] - public int? Bld008 { get; set; } + public decimal? Bld008 { get; set; } /// <summary> /// 鍗曚綅 -- Gitblit v1.9.3