From a1ba606567db3b83827a6a9f0d4fae46217a2e7e Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期二, 07 一月 2025 21:39:18 +0800 Subject: [PATCH] 前端优化,枚举更新 --- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Stock/StockViewDTO.cs | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Stock/StockViewDTO.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Stock/StockViewDTO.cs" index ae06f8b..53eaf86 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Stock/StockViewDTO.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Stock/StockViewDTO.cs" @@ -12,8 +12,7 @@ { public class StockViewDTO { - public int AreaId { get; set; } - + [SugarColumn(IsNullable = true, ColumnDescription = "璐т綅鍙�")] public string LocationCode { get; set; } public string LocationName { get; set; } @@ -36,10 +35,15 @@ [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")] public int StockId { get; set; } - + [SugarColumn(IsNullable = true, ColumnDescription = "鎵樼洏鍙�")] public string PalletCode { get; set; } public bool IsFull { get; set; } + [SugarColumn(IsNullable = true, ColumnDescription = "鐗╂枡鍙�")] + public string MaterielCode { get; set; } + + [SugarColumn(IsNullable = true, ColumnDescription = "鎵规鍙�")] + public string BatchNo { get; set; } public int StockStatus { get; set; } -- Gitblit v1.9.3