From 7883316c61d4f8fa70fe6cde0c0f53e9e3d8d1d0 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期四, 15 五月 2025 14:22:40 +0800
Subject: [PATCH] 1.OA->MES审批接口开发。 2.OA->MES退回接口开发。 3.MES->OA由同步调整为异步。

---
 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