From e6cdb148ba75253136ec0bf7bad7785c24e84a86 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期五, 12 九月 2025 20:58:37 +0800
Subject: [PATCH] 1111

---
 MES.Service/Dto/webApi/ErpUnit.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/MES.Service/Dto/webApi/ErpUnit.cs b/MES.Service/Dto/webApi/ErpUnit.cs
index bc9fda6..8b26f88 100644
--- a/MES.Service/Dto/webApi/ErpUnit.cs
+++ b/MES.Service/Dto/webApi/ErpUnit.cs
@@ -9,7 +9,7 @@
     public string? FUnitGroupId { get; set; }
     public string? FConvertDenominator { get; set; }
     public string? FCurrentUnitId { get; set; }
-    public double? FConvertNumerator { get; set; }
+    public string? FConvertNumerator { get; set; }
     public string? FBaseUnit { get; set; }
     public string? FRoundType { get; set; }
     public int? FPrecision { get; set; }

--
Gitblit v1.9.3