From 527bed43ea41443fd602305cb673fb4337179d51 Mon Sep 17 00:00:00 2001
From: xwt <2740516069@qq.com>
Date: 星期二, 21 十月 2025 14:40:45 +0800
Subject: [PATCH] SJ逻辑补充
---
StandardInterface/MES.Service/Dto/service/SJPageResult.cs | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/StandardInterface/MES.Service/Dto/service/SJPageResult.cs b/StandardInterface/MES.Service/Dto/service/SJPageResult.cs
index 819d93a..b872b61 100644
--- a/StandardInterface/MES.Service/Dto/service/SJPageResult.cs
+++ b/StandardInterface/MES.Service/Dto/service/SJPageResult.cs
@@ -95,6 +95,18 @@
[SugarColumn(ColumnName = "SJ_MJ")]
public string? SJ_MJ { get; set; }
+ /// <summary>
+ /// 绌存暟
+ /// </summary>
+ [SugarColumn(ColumnName = "MNUM")]
+ public decimal? Mnum { get; set; }
+
+ /// <summary>
+ /// 鍫电┐鍙�
+ /// </summary>
+ [SugarColumn(ColumnName = "DNUM")]
+ public string? Dnum { get; set; }
+
[SugarColumn(IsIgnore = true)]
// 鏂板鍙傛暟鐢ㄤ簬鍔ㄦ�佹悳绱�
public int? selectedIndex { get; set; } // 鎼滅储鏉′欢绱㈠紩
--
Gitblit v1.9.3