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_Model/Models/BasicInfo/Dt_Router.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_Router.cs b/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_Router.cs
index 3fb3f9c..612b96f 100644
--- a/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_Router.cs
+++ b/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_Router.cs
@@ -9,7 +9,7 @@
 
 namespace WIDESEAWCS_Model.Models
 {
-    [SugarTable(nameof(Dt_Router), "璁惧璺敱琛�")]
+    [SugarTable(nameof(Dt_Router), "璁惧璺敱閰嶇疆")]
     public class Dt_Router : BaseEntity
     {
         /// <summary>
@@ -58,18 +58,18 @@
         /// 鍫嗗灈鏈哄彇璐�/鏀捐揣鍒�
         /// </summary>
         [SugarColumn(IsNullable = true, ColumnDescription = "鍫嗗灈鏈哄彇璐�/鏀捐揣鍒�")]
-        public int SrmColumn { get; set; }
+        public int? SrmColumn { get; set; }
 
         /// <summary>
         /// 鍫嗗灈鏈哄彇璐�/鏀捐揣灞�
         /// </summary>
         [SugarColumn(IsNullable = true, ColumnDescription = "鍫嗗灈鏈哄彇璐�/鏀捐揣灞�")]
-        public int SrmLayer { get; set; }
+        public int? SrmLayer { get; set; }
 
         /// <summary>
-        /// 瀛愪綅缃�
+        /// 娣卞害
         /// </summary>
-        [SugarColumn(IsNullable = true, ColumnDescription = "瀛愪綅缃�")]
+        [SugarColumn(IsNullable = true, ColumnDescription = "娣卞害")]
         public int? Depth { get; set; }
 
         /// <summary>

--
Gitblit v1.9.3