From 6761b0ed84fd7a03400b557244d0835f671dad94 Mon Sep 17 00:00:00 2001 From: sjz <1240968267@qq.com> Date: 星期一, 14 七月 2025 18:02:59 +0800 Subject: [PATCH] 修改多组织 --- MES.Service/Modes/MesPosition.cs | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/MES.Service/Modes/MesPosition.cs b/MES.Service/Modes/MesPosition.cs index a2f13ce..7d92c34 100644 --- a/MES.Service/Modes/MesPosition.cs +++ b/MES.Service/Modes/MesPosition.cs @@ -86,6 +86,17 @@ [SugarColumn(ColumnName = "REMARK5")] public string? Remark5 { get; set; } + /// <summary> + /// 浣跨敤缁勭粐 + /// </summary> + [SugarColumn(ColumnName = "FUSEORGID")] + public string? FUserOrgId { get; set; } + + /// <summary> + /// 鍒涘缓缁勭粐 + /// </summary> + [SugarColumn(ColumnName = "FCREATEORGID")] + public string? FCreateOrgId { get; set; } [SugarColumn(IsIgnore = true)] public string? Type { get; set; } } \ No newline at end of file -- Gitblit v1.9.3