From 8c6fd742db249ad4cc819cf041eb98d880a3ef73 Mon Sep 17 00:00:00 2001
From: hutongqing <hutongqing@hnkhzn.com>
Date: 星期四, 02 一月 2025 15:09:07 +0800
Subject: [PATCH] 1

---
 WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Models/Dt_Router.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Models/Dt_Router.cs b/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Models/Dt_Router.cs
index 988c1ad..875897c 100644
--- a/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Models/Dt_Router.cs
+++ b/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Models/Dt_Router.cs
@@ -10,6 +10,9 @@
 
 namespace WIDESEAWCS_QuartzJob.Models
 {
+    /// <summary>
+    /// 璁惧璺敱閰嶇疆
+    /// </summary>
     [SugarTable(nameof(Dt_Router), "璁惧璺敱閰嶇疆")]
     public class Dt_Router : BaseEntity
     {
@@ -43,7 +46,7 @@
         [ImporterHeader(Name = "璺敱绫诲瀷")]
         [ExporterHeader(DisplayName = "璺敱绫诲瀷")]
         [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "璺敱绫诲瀷")]
-        public RouterInOutType InOutType { get; set; }
+        public int InOutType { get; set; }
 
         /// <summary>
         /// 瀛愪綅缃�

--
Gitblit v1.9.3