From e98b07c84a2a496da895ef6b523b29ccc75e004d Mon Sep 17 00:00:00 2001 From: hutongqing <hutongqing@hnkhzn.com> Date: 星期五, 23 八月 2024 11:27:01 +0800 Subject: [PATCH] 更新QuartzJob种子数据插入 --- WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Models/Dt_DeviceProtocolDetail.cs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Models/Dt_DeviceProtocolDetail.cs b/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Models/Dt_DeviceProtocolDetail.cs index bd60d94..4dcdbb5 100644 --- a/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Models/Dt_DeviceProtocolDetail.cs +++ b/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Models/Dt_DeviceProtocolDetail.cs @@ -21,6 +21,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; +using WIDESEAWCS_Core.DB.Models; namespace WIDESEAWCS_QuartzJob.Models { @@ -28,7 +29,7 @@ /// 璁惧鍗忚鏄庣粏 /// </summary> [SugarTable(nameof(Dt_DeviceProtocolDetail), "璁惧鍗忚鏄庣粏")] - public class Dt_DeviceProtocolDetail + public class Dt_DeviceProtocolDetail : BaseEntity { /// <summary> /// 涓婚敭 @@ -46,7 +47,7 @@ /// 璁惧鍗忚鍙傛暟鍚嶇О /// </summary> [SugarColumn(IsNullable = false, ColumnDescription = "璁惧鍗忚鍙傛暟鍚嶇О")] - public string DeviceProParamName { get; set; } + public string DeviceProParamName { get; set; } /// <summary> /// 璁惧鍗忚鏄庣粏绫诲瀷 -- Gitblit v1.9.3