From ee67c9e74f6af07d3ffc09bd122a139713054727 Mon Sep 17 00:00:00 2001
From: leiqunqing <2136261457@qq.com>
Date: 星期五, 26 十二月 2025 17:09:35 +0800
Subject: [PATCH] 完善PLC
---
代码管理/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_FormulaDetail.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_FormulaDetail.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_FormulaDetail.cs"
index 79b7984..1fcbeac 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_FormulaDetail.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_FormulaDetail.cs"
@@ -17,10 +17,10 @@
[SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")]
public int Id { get; set; }
/// <summary>
- /// 缁勭洏淇℃伅涓婚敭
+ /// 閰嶆柟淇℃伅涓婚敭
/// </summary>
- [SugarColumn(IsNullable = false, ColumnDescription = "缁勭洏淇℃伅涓婚敭")]
- public int BoxingId { get; set; }
+ [SugarColumn(IsNullable = false, ColumnDescription = "閰嶆柟淇℃伅涓婚敭")]
+ public int FormulaId { get; set; }
/// <summary>
/// 闆朵欢缂栧彿
--
Gitblit v1.9.3