From 2b66d4c2dc5b1c00805fa47ba65d9a8d2724ab35 Mon Sep 17 00:00:00 2001
From: liulijun <liulijun@hnkhzn.com>
Date: 星期三, 25 二月 2026 08:48:01 +0800
Subject: [PATCH] 清理多余文件
---
代码管理/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_ProStockInfo.cs | 73 ++++++++++++++++++------------------
1 files changed, 36 insertions(+), 37 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_ProStockInfo.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_ProStockInfo.cs"
index 0538928..84f5d4f 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_ProStockInfo.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_ProStockInfo.cs"
@@ -21,64 +21,63 @@
public int Id { get; set; }
/// <summary>
- /// 鎵樼洏鍙�
+ /// 妯″叿缂栧彿
/// </summary>
- [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鑳舵鍙�/澶栫鍙�")]
- public string PalletCode { get; set; }
- /// <summary>
- /// 搴撳瓨灞炴��<br/>
- /// 鎴愬搧 =1,
- /// 鍗婃垚鍝� = 2,
- /// 鍘熸潗鏂� = 3,
- /// 杈呮枡澶囦欢 = 4,
- /// 绌烘墭 = 5,
- /// </summary>
- [SugarColumn(IsNullable = true, ColumnDescription = "搴撳瓨灞炴��")]
- public int ProStockAttribute { get; set; }
- /// <summary>
- /// 鑳舵绫诲瀷
- /// </summary>
- [SugarColumn(IsNullable = false, ColumnDescription = "鑳舵绫诲瀷")]
- public int PalletType { get; set; }
+ [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "妯″叿缂栧彿")]
+ public string ContainerCode { get; set; }
/// <summary>
/// 璐т綅缂栧彿
/// </summary>
- [SugarColumn(IsNullable = true, Length = 30, ColumnDescription = "璐т綅缂栧彿")]
+ [SugarColumn(IsNullable = false, Length = 30, ColumnDescription = "璐т綅缂栧彿")]
public string LocationCode { get; set; }
/// <summary>
- /// 鍑鸿揣鍗曞彿
+ /// 鏂欐绫诲瀷
/// </summary>
- [SugarColumn(IsNullable = true, Length = 30, ColumnDescription = "鍑鸿揣鍗曞彿")]
- public string ShipmentOrder { get; set; }
+ [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鏂欐绫诲瀷")]
+ public int ContainerType { get; set; }
/// <summary>
- /// 鍏ュ簱鍗曞彿
+ /// 浠撳簱ID
/// </summary>
- [SugarColumn(IsNullable = true, Length = 30, ColumnDescription = "鍏ュ簱鍗曞彿")]
- public string ProInOrderNo { get; set; }
-
- /// <summary>
- /// 浠撳簱涓婚敭
- /// </summary>
- [SugarColumn(IsNullable = false, ColumnDescription = "浠撳簱涓婚敭")]
+ [SugarColumn(IsNullable = false, ColumnDescription = "浠撳簱ID")]
public int WarehouseId { get; set; }
+
/// <summary>
/// 搴撳瓨鐘舵��
/// </summary>
- [SugarColumn(IsNullable = false, ColumnDescription = "搴撳瓨鐘舵��")]
+ [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "搴撳瓨鐘舵��")]
public int StockStatus { get; set; }
+
+ /// <summary>
+ /// 鏄惁绌烘
+ /// </summary>
+ [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鏄惁绌烘")]
+ public bool IsEmpty { get; set; }
+
+ /// <summary>
+ /// 鏄惁婊℃
+ /// </summary>
+ [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鏄惁婊℃")]
+ public bool IsFill { get; set; }
+
+ /// <summary>
+ /// 鏄惁鍒嗘嫞
+ /// </summary>
+ [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鏄惁鍒嗘嫞")]
+ public bool IsPick { get; set; }
+
+ /// <summary>
+ /// 璁㈠崟鍙�
+ /// </summary>
+ [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "璁㈠崟鍙�")]
+ public string OrderNo { get; set; }
/// <summary>
/// 澶囨敞
/// </summary>
- [SugarColumn(IsNullable = true, ColumnDescription = "澶囨敞")]
+ [SugarColumn(IsNullable = true, Length = 100, ColumnDescription = "澶囨敞")]
public string Remark { get; set; }
- /// <summary>
- /// 搴撳瓨鏄庣粏
- /// </summary>
- [Navigate(NavigateType.OneToMany, nameof(Dt_ProStockInfoDetail.ProStockId), nameof(Id))]
- public List<Dt_ProStockInfoDetail> proStockInfoDetails { get; set; }
}
}
--
Gitblit v1.9.3