From dea22f4759b5c8a4f79a3e93e5af1741f5e00ae4 Mon Sep 17 00:00:00 2001
From: Admin <Admin@ADMIN>
Date: 星期四, 26 三月 2026 19:51:02 +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