From 74ab9465837f8a6f9eae854059e9783eff24e173 Mon Sep 17 00:00:00 2001 From: sjz <1240968267@qq.com> Date: 星期一, 14 七月 2025 18:06:24 +0800 Subject: [PATCH] 多组织修改 --- MES.Service/Modes/Womcaa.cs | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/MES.Service/Modes/Womcaa.cs b/MES.Service/Modes/Womcaa.cs index d76ffa4..86381d8 100644 --- a/MES.Service/Modes/Womcaa.cs +++ b/MES.Service/Modes/Womcaa.cs @@ -11,7 +11,8 @@ /// <summary> /// 鑷鍒� SEQ_CAA /// </summary> - [SugarColumn(ColumnName = "ID", IsPrimaryKey = true,OracleSequenceName = "SEQ_CAA")] + [SugarColumn(ColumnName = "ID", IsPrimaryKey = true, + OracleSequenceName = "SEQ_CAA")] public decimal? Id { get; set; } /// <summary> @@ -358,8 +359,14 @@ public string? SupplierId { get; set; } /// <summary> - /// 渚涘簲鍟� + /// 鎴愬搧 /// </summary> [SugarColumn(ColumnName = "FINISHED_PRODUCT")] public string? FinishedProduct { get; set; } + + /// <summary> + /// 鍚◣鍗曚环 + /// </summary> + [SugarColumn(ColumnName = "F_ZJXF_HSDJ")] + public string? F_ZJXF_HSDJ { get; set; } } \ No newline at end of file -- Gitblit v1.9.3