From a4333018fea664d61608b314f2a571905077aef3 Mon Sep 17 00:00:00 2001
From: 刘磊 <1161824510@qq.com>
Date: 星期二, 05 八月 2025 15:31:00 +0800
Subject: [PATCH] 同步
---
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtBoxingInfoDetail.cs | 21 ---------------------
1 files changed, 0 insertions(+), 21 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtBoxingInfoDetail.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtBoxingInfoDetail.cs"
index 53af4e9..ff09f68 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtBoxingInfoDetail.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtBoxingInfoDetail.cs"
@@ -34,13 +34,6 @@
public string MaterielName { get; set; }
/// <summary>
- /// 鍗曟嵁缂栧彿 / 閫氶亾
- /// </summary>
- [Required]
- [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鍗曟嵁缂栧彿")]
- public string OrderNo { get; set; }
-
- /// <summary>
/// 鎵规鍙�
/// </summary>
[Required]
@@ -48,25 +41,11 @@
public string BatchNo { get; set; }
/// <summary>
- /// 搴忓垪鍙�(鐢佃姱)
- /// </summary>
- [Required]
- [SugarColumn(IsNullable = false, Length = 100, ColumnDescription = "搴忓垪鍙�")]
- public string SerialNumber { get; set; }
-
- /// <summary>
/// 鏁伴噺
/// </summary>
[Required]
[SugarColumn(IsNullable = false, DecimalDigits = 2, ColumnDescription = "鏁伴噺")]
public decimal Quantity { get; set; }
-
- /// <summary>
- /// 缁勭洏鐘舵�� 鐢佃姱鐘舵��
- /// </summary>
- [Required]
- [SugarColumn(IsNullable = false, ColumnDescription = "缁勭洏鐘舵��")]
- public int Status { get; set; }
/// <summary>
/// 澶囨敞 // 鏂欐灞炴�son
--
Gitblit v1.9.3