From 0b0899370f271793f7156144b4b912438aebdf73 Mon Sep 17 00:00:00 2001
From: heshaofeng <heshaofeng@hnkhzn.com>
Date: 星期一, 24 十一月 2025 08:41:56 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/ZhongRui/ALDbanyunxiangmu
---
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_DTO/Stock/StockViewDTO.cs | 6 ++++++
1 files changed, 6 insertions(+), 0 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_DTO/Stock/StockViewDTO.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_DTO/Stock/StockViewDTO.cs"
index 39e46e9..9ed7598 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_DTO/Stock/StockViewDTO.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_DTO/Stock/StockViewDTO.cs"
@@ -22,11 +22,13 @@
/// <summary>
/// 璐т綅缂栧彿
/// </summary>
+ [SugarColumn(Length = 255, ColumnDescription = "璐т綅缂栧彿")]
public string LocationCode { get; set; }
/// <summary>
/// 璐т綅鍚嶇О
/// </summary>
+ [SugarColumn(Length = 255, ColumnDescription = "璐т綅鍚嶇О")]
public string LocationName { get; set; }
/// <summary>
@@ -62,6 +64,7 @@
/// <summary>
/// 宸烽亾缂栧彿
/// </summary>
+ [SugarColumn(Length = 255, ColumnDescription = "宸烽亾缂栧彿")]
public string RoadwayNo { get; set; }
/// <summary>
@@ -77,6 +80,7 @@
/// <summary>
/// 鎵樼洏鍙�
/// </summary>
+ [SugarColumn(Length = 255, ColumnDescription = "鎵樼洏鍙�")]
public string PalletCode { get; set; }
/// <summary>
@@ -87,11 +91,13 @@
/// <summary>
/// 鐗╂枡缂栫爜
/// </summary>
+ [SugarColumn(Length = 255, ColumnDescription = "鐗╂枡缂栫爜")]
public string MaterielCode { get; set; }
/// <summary>
/// 鐗╂枡鎵瑰彿
/// </summary>
+ [SugarColumn(Length = 255, ColumnDescription = "鐗╂枡鎵瑰彿")]
public string BatchNo { get; set; }
/// <summary>
--
Gitblit v1.9.3