From 1d8897348d578648421b024d0dc5ff3d626e05f9 Mon Sep 17 00:00:00 2001 From: huanghongfeng <huanghongfeng@hnkhzn.com> Date: 星期四, 19 六月 2025 16:48:07 +0800 Subject: [PATCH] 最新 --- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfo_Hty.cs | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfo_Hty.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfo_Hty.cs" index 77639b0..8c85639 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfo_Hty.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfo_Hty.cs" @@ -66,5 +66,15 @@ [ExporterHeader(DisplayName = "淇敼鏃ユ湡")] [SugarColumn(IsNullable = true, ColumnDescription = "淇敼鏃ユ湡")] public DateTime? ModifyDate { get; set; } + [SugarColumn(IsNullable = false, ColumnDescription = "绫诲瀷")] + public int MaterialType { get; set; } + [SugarColumn(IsNullable = false, ColumnDescription = "鐗╂枡鐘舵��")] + public int Wlstatus { get; set; } + + [SugarColumn(IsNullable = false, ColumnDescription = "閲嶉噺")] + public decimal Materialweight { get; set; } + + [SugarColumn(IsNullable = true, ColumnDescription = "鐢熶骇鏃堕棿")] + public DateTime Mgeneratetime { get; set; } } } -- Gitblit v1.9.3