From 37454e625df68d40897112b2e8c2e3cf4d7163e3 Mon Sep 17 00:00:00 2001
From: heshaofeng <heshaofeng@hnkhzn.com>
Date: 星期三, 25 三月 2026 11:43:10 +0800
Subject: [PATCH] 1
---
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_Model/Models/Outbound/Dt_OutboundOrderDetail.cs | 14 +++++++-------
1 files changed, 7 insertions(+), 7 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/Outbound/Dt_OutboundOrderDetail.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/Outbound/Dt_OutboundOrderDetail.cs"
index 47e75c2..d38c497 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/Outbound/Dt_OutboundOrderDetail.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/Outbound/Dt_OutboundOrderDetail.cs"
@@ -90,28 +90,28 @@
/// 鎸枡鏁伴噺
/// 榛樿鍊�:
///</summary>
- [SugarColumn(ColumnName = "MoveQty", ColumnDescription = "鎸枡鏁伴噺", IsNullable = true)]
+ [SugarColumn(ColumnDescription = "鎸枡鏁伴噺", IsNullable = true)]
public decimal MoveQty { get; set; }
/// <summary>
/// 渚涘簲鍟嗙紪鍙�
/// 榛樿鍊�:
///</summary>
- [SugarColumn(ColumnName = "supplyCode", ColumnDescription = "渚涘簲鍟嗙紪鍙�", IsNullable = true)]
+ [SugarColumn(ColumnDescription = "渚涘簲鍟嗙紪鍙�", IsNullable = true)]
public string? SupplyCode { get; set; }
/// <summary>
/// 鏁伴噺
/// 榛樿鍊�:
///</summary>
- [SugarColumn(ColumnName = "barcodeQty", ColumnDescription = "鏁伴噺", DefaultValue = "0", IsNullable = true)]
+ [SugarColumn(ColumnDescription = "鏁伴噺", DefaultValue = "0", IsNullable = true)]
public decimal BarcodeQty { get; set; }
/// <summary>
/// 鍗曚綅
/// 榛樿鍊�:
///</summary>
- [SugarColumn(ColumnName = "barcodeUnit", ColumnDescription = "鍗曚綅", IsNullable = true)]
+ [SugarColumn(ColumnDescription = "鍗曚綅", IsNullable = true)]
public string BarcodeUnit { get; set; } = null!;
@@ -119,13 +119,13 @@
///
/// 榛樿鍊�:
///</summary>
- [SugarColumn(ColumnName = "barcodemoveQty", ColumnDescription = "鏁伴噺", DefaultValue = "0", IsNullable = true)]
+ [SugarColumn(ColumnDescription = "鏁伴噺", DefaultValue = "0", IsNullable = true)]
public decimal BarcodeMoveQty { get; set; }
/// <summary>
/// 浠撳簱
/// 榛樿鍊�:
///</summary>
- [SugarColumn(ColumnName = "warehouseCode", ColumnDescription = "浠撳簱", IsNullable = true)]
+ [SugarColumn(ColumnDescription = "浠撳簱", IsNullable = true)]
public string? WarehouseCode { get; set; }
/// <summary>
@@ -142,7 +142,7 @@
[SugarColumn(IsIgnore = true)]
public decimal NeedOutQuantity => OrderQuantity - MoveQty;
- [SugarColumn(IsNullable = true, ColumnDescription = "")]
+ [SugarColumn(IsNullable = true, ColumnDescription = "", IsIgnore = true)]
public decimal PickedQty { get; set; }
[SugarColumn(IsNullable = true, ColumnDescription = "")]
--
Gitblit v1.9.3