From 5f467d39b6bcca41c0720493c1f6e68c77ea89e4 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期日, 20 七月 2025 18:08:51 +0800 Subject: [PATCH] ftp服务器上传 --- 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