From f311876e3a1341c4051e0d8eb45032fd35407f3c Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期一, 08 十二月 2025 11:23:48 +0800
Subject: [PATCH] 基础信息:在数据库表内存在创建组织与使用组织的添加默认传入值1
---
MES.Service/Modes/MesUnitMatrixing.cs | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/MES.Service/Modes/MesUnitMatrixing.cs b/MES.Service/Modes/MesUnitMatrixing.cs
index 89b4e99..b3987f3 100644
--- a/MES.Service/Modes/MesUnitMatrixing.cs
+++ b/MES.Service/Modes/MesUnitMatrixing.cs
@@ -74,5 +74,17 @@
[SugarColumn(ColumnName = "remark5")]
public string? remark5 { get; set; }
+ /// <summary>
+ /// 浣跨敤缁勭粐
+ /// </summary>
+ [SugarColumn(ColumnName = "FSUBSIDIARY")]
+ public string? FSubsidiary { get; set; }
+
+ /// <summary>
+ /// 鍒涘缓缁勭粐
+ /// </summary>
+ [SugarColumn(ColumnName = "FUMBRELLA")]
+ public string? Fumbrella { get; set; }
+
[SugarColumn(IsIgnore = true)] public string? Type { get; set; }
}
\ No newline at end of file
--
Gitblit v1.9.3