From 91f6c7e052185512e683ae13263fd1d1ebdf724e Mon Sep 17 00:00:00 2001 From: sjz <1240968267@qq.com> Date: 星期三, 05 三月 2025 13:59:03 +0800 Subject: [PATCH] 调取PLM接口 返回文件流给前端 --- MES.Service/Modes/SysDepartment.cs | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/MES.Service/Modes/SysDepartment.cs b/MES.Service/Modes/SysDepartment.cs index f2b6669..4ea2a99 100644 --- a/MES.Service/Modes/SysDepartment.cs +++ b/MES.Service/Modes/SysDepartment.cs @@ -134,22 +134,22 @@ public string? MaterialProperti { get; set; } /// <summary> - /// 鑷畾涔夊瓧娈�1 + /// 鍒涘缓缁勭粐 /// </summary> - [SugarColumn(ColumnName = "REMARK1")] - public string? Remark1 { get; set; } + [SugarColumn(ColumnName = "CREATE_ORG")] + public decimal? CreateOrg { get; set; } /// <summary> - /// 鑷畾涔夊瓧娈�2 + /// 浣跨敤缁勭粐 /// </summary> - [SugarColumn(ColumnName = "REMARK2")] - public string? Remark2 { get; set; } + [SugarColumn(ColumnName = "USE_ORG")] + public decimal? UseOrg { get; set; } /// <summary> - /// 鑷畾涔夊瓧娈�3 + /// 涓婄骇閮ㄩ棬 /// </summary> - [SugarColumn(ColumnName = "REMARK3")] - public string? Remark3 { get; set; } + [SugarColumn(ColumnName = "PARENT_ID")] + public decimal? ParentId { get; set; } /// <summary> /// 鑷畾涔夊瓧娈�4 -- Gitblit v1.9.3