From 95c92db3c831c73b05068b09221c13ad4a250322 Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期一, 02 二月 2026 20:07:00 +0800
Subject: [PATCH] 条码扫描成功音频播放功能,代码优化
---
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_MaterielCodeInfo.cs | 34 +++++++++++++++++++++++++++++-----
1 files changed, 29 insertions(+), 5 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_MaterielCodeInfo.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_MaterielCodeInfo.cs"
index 5800b3b..060b17f 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_MaterielCodeInfo.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_MaterielCodeInfo.cs"
@@ -40,6 +40,18 @@
public string? SuplierCode { get; set; }
/// <summary>
+ ///
+ /// </summary>
+ [SugarColumn(IsNullable = true)]
+ public int? OrderId { get; set; }
+
+ /// <summary>
+ ///
+ /// </summary>
+ [SugarColumn(IsNullable = true, Length = 50)]
+ public string? OrderNo { get; set; }
+
+ /// <summary>
/// 閲囪喘鍗曞彿
/// </summary>
[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "閲囪喘鍗曞彿")]
@@ -64,6 +76,12 @@
public string? FactoryArea { get; set; }
/// <summary>
+ ///
+ /// </summary>
+ [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鍘傚尯")]
+ public string? WarehouseCode { get; set; }
+
+ /// <summary>
/// 鏃ユ湡
/// </summary>
[SugarColumn(IsNullable = false, ColumnDescription = "鐗╂枡缂栧彿")]
@@ -79,31 +97,37 @@
/// 鍘熸潯鐮�
/// </summary>
[SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鍘熸潯鐮�")]
- public string OldBarcode { get; set; }
+ public string OldBarcode { get; set; }
/// <summary>
/// 鍘熸暟閲�
/// </summary>
[SugarColumn(IsNullable = false, ColumnDescription = "鍘熸暟閲�")]
- public decimal OriginalQuantity { get; set; }
+ public decimal OriginalQuantity { get; set; }
/// <summary>
/// 鏂版暟閲�
/// </summary>
[SugarColumn(IsNullable = false, ColumnDescription = "鏂版暟閲�")]
- public decimal AfterQuantity { get; set; }
+ public decimal AfterQuantity { get; set; }
/// <summary>
/// 鍗曚綅
/// </summary>
[SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鍗曚綅")]
- public string Unit { get; set; }
+ public string Unit { get; set; }
+
+ /// <summary>
+ ///
+ /// </summary>
+ [SugarColumn(IsNullable = false)]
+ public int ReturnStatus { get; set; }
/// <summary>
/// 澶囨敞
/// </summary>
[SugarColumn(IsNullable = true, Length = 500, ColumnDescription = "澶囨敞")]
- public string? Remark { get; set; }
+ public string? Remark { get; set; }
}
}
--
Gitblit v1.9.3