From ba8aa925e7901381ceb394adb53eca8723d1c4c5 Mon Sep 17 00:00:00 2001
From: leiqunqing <zhengqifeng@hnkhzn.com>
Date: 星期一, 19 一月 2026 11:05:49 +0800
Subject: [PATCH] 完善工位界面
---
代码管理/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_ScanStation.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_ScanStation.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_ScanStation.cs"
index e725e75..24010ef 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_ScanStation.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_ScanStation.cs"
@@ -32,13 +32,13 @@
/// <summary>
/// 绔欏彴鎴愬搧
/// </summary>
- [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "绔欏彴鎴愬搧")]
+ [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "绔欏彴鎴愬搧")]
public string StationEndProduct { get; set; }
/// <summary>
/// 闆朵欢鏁伴噺
/// </summary>
- [SugarColumn(IsNullable = false, ColumnDescription = "闆朵欢鏁伴噺")]
+ [SugarColumn(IsNullable = true, ColumnDescription = "闆朵欢鏁伴噺")]
public int StationComponentQty { get; set; }
/// <summary>
--
Gitblit v1.9.3