From fe77f3c9d11e3087c1efa56fd6205ffc10e39991 Mon Sep 17 00:00:00 2001 From: helongyang <647556386@qq.com> Date: 星期四, 05 六月 2025 18:45:23 +0800 Subject: [PATCH] 更新 --- 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManger.cs | 19 +++++++++++++++++-- 1 files changed, 17 insertions(+), 2 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManger.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManger.cs" index c432c1e..a95e2d6 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManger.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManger.cs" @@ -30,6 +30,15 @@ public string StationName { get; set; } /// <summary> + /// 绔欏彴绫诲瀷 <br/> + /// 1锛氬彧鍏� <br/> + /// 2锛氬彧鍑� <br/> + /// 3锛氬彲鍏ュ彲鍑� + /// </summary> + [SugarColumn(IsNullable = false, ColumnDescription = "绔欏彴绫诲瀷")] + public int StationType { get; set; } + + /// <summary> /// 瀵瑰簲鍫嗗灈鏈烘帓-鍒�-灞� /// </summary> [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "瀵瑰簲鍫嗗灈鏈烘帓-鍒�-灞�")] @@ -51,8 +60,14 @@ /// AGV绔欏彴缂栧彿 /// </summary> [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "AGV绔欏彴缂栧彿")] - public string AGVStationCode { get; set; } - + public string? AGVStationCode { get; set; } + /// <summary> + /// 绔欏彴鏄惁鍙敤 <br/> + /// 0锛氬彲鐢� <br/> + /// 1锛氬崰鐢� <br/> + /// </summary> + [SugarColumn(IsNullable = false, ColumnDescription = "绔欏彴鏄惁鍙敤")] + public int IsOccupied { get; set; } /// <summary> /// 澶囨敞 /// </summary> -- Gitblit v1.9.3