From e19f8a13e2b35e6836ce46c17402c44327814a00 Mon Sep 17 00:00:00 2001
From: wbc <2597324127@qq.com>
Date: 星期四, 18 十二月 2025 09:14:36 +0800
Subject: [PATCH] 产能排产漏更新
---
WebApi/Gs.Entity/BaseInfo/MesWorkshopLine.cs | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/WebApi/Gs.Entity/BaseInfo/MesWorkshopLine.cs b/WebApi/Gs.Entity/BaseInfo/MesWorkshopLine.cs
index c5a3d7f..8c5c09d 100644
--- a/WebApi/Gs.Entity/BaseInfo/MesWorkshopLine.cs
+++ b/WebApi/Gs.Entity/BaseInfo/MesWorkshopLine.cs
@@ -68,14 +68,14 @@
public bool? IsStatus { get; set; }
/// <summary>
- /// 绾夸綋绫诲埆
+ /// 绾夸綋绫诲埆
/// </summary>
[SugarColumn(ColumnName = "line_type")]
public string? LineType { get; set; }
/// <summary>
- /// 鏁寸嚎鎶ュ伐
+ /// 鏁寸嚎鎶ュ伐
/// </summary>
[SugarColumn(ColumnName = "is_zxbg")]
public bool? isZxbg { get; set; }
@@ -87,6 +87,7 @@
public string FSubsidiary { get; set; }
/// <summary>
+ ///
/// </summary>
[SugarColumn(IsIgnore = true)]
public string departName { get; set; }
--
Gitblit v1.9.3