From 2c69e642303e9f9c3b2e37194c4c6cdf7e1b3001 Mon Sep 17 00:00:00 2001
From: xiaojiao <xiaojiao@kaokeziliao.com>
Date: 星期三, 29 四月 2026 17:26:33 +0800
Subject: [PATCH] 4-29
---
项目代码/WIDESEA_WCSServer/WIDESEAWCS_Model/Models/BasicInfo/Dt_ContainerInfo.cs | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSServer/WIDESEAWCS_Model/Models/BasicInfo/Dt_ContainerInfo.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSServer/WIDESEAWCS_Model/Models/BasicInfo/Dt_ContainerInfo.cs"
index a683b9e..53b7d88 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSServer/WIDESEAWCS_Model/Models/BasicInfo/Dt_ContainerInfo.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSServer/WIDESEAWCS_Model/Models/BasicInfo/Dt_ContainerInfo.cs"
@@ -26,14 +26,8 @@
/// <summary>
/// 瀹瑰櫒绫诲瀷
/// </summary>
- [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "瀹瑰櫒绫诲瀷",DefaultValue = "RACK")]
- public string ContainerType { get; set; }
-
- /// <summary>
- /// 瀹瑰櫒妯″瀷缂栫爜
- /// </summary>
- //[SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "瀹瑰櫒妯″瀷缂栫爜")]
- //public string ContainerModelCode { get; set; }
+ [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "瀹瑰櫒绫诲瀷", DefaultValue = "RACK")]
+ public string ContainerType { get; set; } = "RACK";
/// <summary>
/// 瀹瑰櫒缂栧彿
@@ -42,6 +36,12 @@
public string ContainerCode { get; set; }
/// <summary>
+ /// 瀹瑰櫒妯″瀷缂栫爜
+ /// </summary>
+ //[SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "瀹瑰櫒妯″瀷缂栫爜")]
+ //public string ContainerModelCode { get; set; }
+
+ /// <summary>
/// 瀹瑰櫒鍏ュ満瑙掑害
/// </summary>
//[SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "瀹瑰櫒鍏ュ満瑙掑害")]
--
Gitblit v1.9.3