From eb744ecfecc0f1b6d9c0999c65bc740d93e30eda Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期三, 22 一月 2025 13:38:52 +0800
Subject: [PATCH] 新增接口

---
 StandardPda/MES.Service/Dto/webApi/ErpUnit.cs |   18 +++---------------
 1 files changed, 3 insertions(+), 15 deletions(-)

diff --git a/StandardPda/MES.Service/Dto/webApi/ErpUnit.cs b/StandardPda/MES.Service/Dto/webApi/ErpUnit.cs
index faa1b16..512f2b0 100644
--- a/StandardPda/MES.Service/Dto/webApi/ErpUnit.cs
+++ b/StandardPda/MES.Service/Dto/webApi/ErpUnit.cs
@@ -7,25 +7,13 @@
     public string? FNumber { get; set; }
     public string? FName { get; set; }
     public string? FUnitGroupId { get; set; }
-    public double? FConvertDenominator { get; set; }
-    public string? FCurrentUnitId { get; set; }
-    public double? FConvertNumerator { get; set; }
     public string? FBaseUnit { get; set; }
     public string? FRoundType { get; set; }
     public int? FPrecision { get; set; }
     public string? FDescription { get; set; }
-
-    /// <summary>
-    /// 鎺ュ彛瀛楁璋冩暣锛氭爣鍑嗙増鎺ュ彛鏂板 ERP鍗曟嵁鐘舵�� 瀛楁銆�
-    /// </summary>
-    /// <remarks>
-    /// 淇敼浜猴細<姹犲崡楠�>
-    /// 淇敼鏃ユ湡锛�<2024-12-30>
-    /// 淇敼璇存槑锛�
-    /// - 鍘熶唬鐮侊細绌�
-    /// - 淇敼鍚庯細    
-    ///public string? FDocumentStatus { get; set; }
-    /// </remarks>
     public string? FDocumentStatus { get; set; }
     public string? FForbidStatus { get; set; }
+    public string? BaseUomid { get; set; }
+    public string? RatioToBase { get; set; }
+    public string? RoundValue { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3