From c717aaf4923fe27fd2a82c795ee0516f918c5b24 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 13 十一月 2024 13:19:19 +0800 Subject: [PATCH] 1 --- MES.Service/Modes/Womcaa.cs | 14 ++++---------- 1 files changed, 4 insertions(+), 10 deletions(-) diff --git a/MES.Service/Modes/Womcaa.cs b/MES.Service/Modes/Womcaa.cs index 7201ad1..697634d 100644 --- a/MES.Service/Modes/Womcaa.cs +++ b/MES.Service/Modes/Womcaa.cs @@ -66,7 +66,7 @@ /// 宸ュ崟鏁伴噺 /// </summary> [SugarColumn(ColumnName = "CAA012")] - public int? Caa012 { get; set; } + public decimal? Caa012 { get; set; } /// <summary> /// BOM鐗堟 @@ -399,14 +399,8 @@ public string? Fpurorderentryseq { get; set; } /// <summary> - /// 鐢垫皵浜у搧鍨嬪彿 + /// 澶囨敞锛堣〃浣擄級 /// </summary> - [SugarColumn(ColumnName = "ELECTRICAL_PRODUCT_MODEL")] - public string? ElectricalProductModel { get; set; } - - /// <summary> - /// 鐢垫皵浜у搧鍚嶇О - /// </summary> - [SugarColumn(ColumnName = "ELECTRICAL_PRODUCT_NAME")] - public string? ElectricalProductName { get; set; } + [SugarColumn(ColumnName = "Btbz")] + public string? Btbz { get; set; } } \ No newline at end of file -- Gitblit v1.9.3