From cd51e7e8180e1d4ebbaf9700ed78a27cd4b99891 Mon Sep 17 00:00:00 2001
From: hao <1836460075@qq.com>
Date: 星期五, 11 四月 2025 16:08:28 +0800
Subject: [PATCH] 基础资料
---
StandardInterface/MES.Service/Dto/webApi/ErpUnit.cs | 25 +++++++++++++------------
1 files changed, 13 insertions(+), 12 deletions(-)
diff --git a/StandardInterface/MES.Service/Dto/webApi/ErpUnit.cs b/StandardInterface/MES.Service/Dto/webApi/ErpUnit.cs
index 7f1f75c..7451dd7 100644
--- a/StandardInterface/MES.Service/Dto/webApi/ErpUnit.cs
+++ b/StandardInterface/MES.Service/Dto/webApi/ErpUnit.cs
@@ -4,16 +4,16 @@
{
public string Id { get; set; }
public string? Type { get; set; }
- 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; }
+ 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鍗曟嵁鐘舵�� 瀛楁銆�
@@ -27,7 +27,8 @@
/// - 淇敼鍚庯細
/// public string? FDocumentStatus { get; set; }
/// </remarks>
- public string? FDocumentStatus { get; set; }
+ public string? FDocumentStatus { get; set; }//鏁版嵁鐘舵��
- public string? FForbidStatus { get; set; }
+ public string? FForbidStatus { get; set; }//绂佺敤鐘舵��
+
}
\ No newline at end of file
--
Gitblit v1.9.3