From b52018589bf6c7ec1d51ce8ad000a7aa993b0ab5 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期一, 13 四月 2026 16:06:15 +0800
Subject: [PATCH] 优化组盘表获取成品编号、流水号、供方代码
---
代码管理/WIDESEAWCS_Server/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_ScanStation.cs | 65 ++++++++------------------------
1 files changed, 16 insertions(+), 49 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..1e10e1b 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,65 +32,32 @@
/// <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 = "闆朵欢鏁伴噺")]
- public int StationComponentQty { get; set; }
+ [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "缁勮浜哄憳")]
+ public string AssembleUser { get; set; }
/// <summary>
- /// 闆朵欢1
+ /// 棣栦欢娴佹按鍙�
/// </summary>
- [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "闆朵欢1")]
- public string StationComponent1 { get; set; }
+ [SugarColumn(IsNullable = true, Length = 100, ColumnDescription = "棣栦欢娴佹按鍙�")]
+ public string FirstProductSn { get; set; }
/// <summary>
- /// 闆朵欢2
+ /// 鏈欢娴佹按鍙�
/// </summary>
- [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "闆朵欢2")]
- public string StationComponent2 { get; set; }
+ [SugarColumn(IsNullable = true, Length = 100, ColumnDescription = "鏈欢娴佹按鍙�")]
+ public string LastProductSn { get; set; }
+
/// <summary>
- /// 闆朵欢3
+ /// 鏄惁鎵爜
/// </summary>
- [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "闆朵欢3")]
- public string StationComponent3 { get; set; }
- /// <summary>
- /// 闆朵欢4
- /// </summary>
- [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "闆朵欢4")]
- public string StationComponent4 { get; set; }
- /// <summary>
- /// 闆朵欢5
- /// </summary>
- [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "闆朵欢5")]
- public string StationComponent5 { get; set; }
- /// <summary>
- /// 闆朵欢6
- /// </summary>
- [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "闆朵欢6")]
- public string StationComponent6 { get; set; }
- /// <summary>
- /// 闆朵欢7
- /// </summary>
- [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "闆朵欢7")]
- public string StationComponent7 { get; set; }
- /// <summary>
- /// 闆朵欢8
- /// </summary>
- [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "闆朵欢8")]
- public string StationComponent8 { get; set; }
- /// <summary>
- /// 闆朵欢9
- /// </summary>
- [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "闆朵欢9")]
- public string StationComponent9 { get; set; }
- /// <summary>
- /// 闆朵欢10
- /// </summary>
- [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "闆朵欢10")]
- public string StationComponent10 { get; set; }
+ [SugarColumn(IsNullable = true, DefaultValue = "0", ColumnDescription = "鏄惁鎵爜")]
+ public int IsScanned { get; set; }
+
}
-}
+}
\ No newline at end of file
--
Gitblit v1.9.3