From d016d7ff02586fb9535baef4916cd339e18c7867 Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期一, 22 十二月 2025 09:48:52 +0800
Subject: [PATCH] 增加新称重后端

---
 entity/MesSuppSc.cs |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/entity/MesSuppSc.cs b/entity/MesSuppSc.cs
index 69f87b8..5604602 100644
--- a/entity/MesSuppSc.cs
+++ b/entity/MesSuppSc.cs
@@ -22,3 +22,26 @@
 
 
 }
+
+[SugarTable("MES_SUPPSCORE_DETAIL")]
+public class MesSuppScDetail
+{
+    [SugarColumn(ColumnName = "ID", IsPrimaryKey = true)]
+    public Guid ID { get; set; }
+
+    // 澶栭敭鍏宠仈涓昏〃 MES_SUPPSCORE.ID
+    [SugarColumn(ColumnName = "PID")]
+    public Guid PID { get; set; }
+
+    // 椤圭洰涓�绾э紙xm1锛�
+    [SugarColumn(ColumnName = "XM1")]
+    public string? XM1 { get; set; }
+
+    // 椤圭洰浜岀骇锛坸m2锛�
+    [SugarColumn(ColumnName = "XM2")]
+    public string? XM2 { get; set; }
+
+    // 寰楀垎锛坉ykhdf锛�
+    [SugarColumn(ColumnName = "DYKHDF")]
+    public decimal? DYKHDF { get; set; }
+}

--
Gitblit v1.9.3