From 4ca4baeb06e420a3392bc961be2e4c71eb920774 Mon Sep 17 00:00:00 2001
From: zhangchengsong <zhangchengsong@hnkhzn.com>
Date: 星期五, 03 四月 2026 21:18:04 +0800
Subject: [PATCH] 最新
---
项目代码/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/Dt_PlatformStation.cs | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/Dt_PlatformStation.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/Dt_PlatformStation.cs"
index 5e8fb9b..db10b1c 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/Dt_PlatformStation.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/Dt_PlatformStation.cs"
@@ -13,14 +13,14 @@
/// <summary>
/// 绔欏彴缂栧彿
/// </summary>
- [SugarColumn( ColumnDescription = "绔欏彴缂栧彿")]
+ [SugarColumn(IsNullable = true,Length =500, ColumnDescription = "绔欏彴缂栧彿")]
public string Station_code { get; set; }
/// <summary>
/// 绫诲瀷
/// </summary>
- [SugarColumn( ColumnDescription = "绔欏彴绫诲瀷")]
+ [SugarColumn(IsNullable = true, ColumnDescription = "绔欏彴绫诲瀷")]
public int Station_material { get; set; }
/// <summary>
@@ -33,20 +33,20 @@
/// <summary>
/// 鍫嗗灈鏈哄彇鏀捐揣绔欏彴
/// </summary>
- [SugarColumn( ColumnDescription = "鍫嗗灈鏈哄彇鏀捐揣绔欏彴")]
+ [SugarColumn(IsNullable = true,Length =50, ColumnDescription = "鍫嗗灈鏈哄彇鏀捐揣绔欏彴")]
public string Station_storey { get; set; }
/// <summary>
/// 绔欏彴鎵�灞炶澶�
/// </summary>
- [SugarColumn(Length = 50, ColumnDescription = "绔欏彴鎵�灞炶澶�")]
+ [SugarColumn(IsNullable = true,Length = 50, ColumnDescription = "绔欏彴鎵�灞炶澶�")]
public string ChildPosiDeviceCode { get; set; }
/// <summary>
/// 浠撳簱id
/// </summary>
- [SugarColumn(ColumnDescription = "浠撳簱id")]
+ [SugarColumn(IsNullable = true, ColumnDescription = "浠撳簱id")]
public int ro_id { get; set; }
}
}
--
Gitblit v1.9.3