From a5019b475f8620dba3b495da983f4db9e32f7ca8 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期四, 10 七月 2025 08:18:36 +0800 Subject: [PATCH] AOI --- MES.Service/Modes/SysDepartment.cs | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/MES.Service/Modes/SysDepartment.cs b/MES.Service/Modes/SysDepartment.cs index f80b5b1..4ea2a99 100644 --- a/MES.Service/Modes/SysDepartment.cs +++ b/MES.Service/Modes/SysDepartment.cs @@ -23,7 +23,7 @@ /// <summary> /// 閮ㄩ棬缂栧彿 /// </summary> - [SugarColumn(ColumnName = "DEPARTMENTCODE", IsPrimaryKey = true)] + [SugarColumn(ColumnName = "DEPARTMENTCODE")] public string? Departmentcode { get; set; } /// <summary> @@ -118,7 +118,7 @@ /// <summary> /// </summary> - [SugarColumn(ColumnName = "ID")] + [SugarColumn(ColumnName = "ID", IsPrimaryKey = true)] public decimal Id { get; set; } /// <summary> @@ -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