From 547436626cfe9cb01ae95b0bde9886b9cf46a9f2 Mon Sep 17 00:00:00 2001 From: qinchulong <qinchulong@hnkhzn.com> Date: 星期日, 02 三月 2025 23:51:05 +0800 Subject: [PATCH] 第一版完成 --- 项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/dt_batchInfo.cs | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/dt_batchInfo.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/dt_batchInfo.cs" index 21332dd..d46c05a 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/dt_batchInfo.cs" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/dt_batchInfo.cs" @@ -21,10 +21,16 @@ public int Id { get; set; } /// <summary> - /// 鎵规鍙� + /// 鍏ュ簱鎵规鍙� /// </summary> - [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鎵规鍙�")] - public string Batch { get; set; } + [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鍏ュ簱鎵规鍙�")] + public string InBatch { get; set; } + + /// <summary> + /// 鍑哄簱鎵规鍙� + /// </summary> + [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鍑哄簱鎵规鍙�")] + public string OutBatch { get; set; } /// <summary> /// 鐗╂枡淇℃伅锛岃嚜浜ф垨澶栬喘 -- Gitblit v1.9.3