From b1c2dd1869a51b8f0e4acb9ddeb148f796db147f Mon Sep 17 00:00:00 2001 From: huanghongfeng <huanghongfeng@hnkhzn.com> Date: 星期三, 25 六月 2025 19:10:58 +0800 Subject: [PATCH] 1 --- 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/GZ_ZC/Dt_InWheels_mes_hty.cs | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/GZ_ZC/Dt_InWheels_mes_hty.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/GZ_ZC/Dt_InWheels_mes_hty.cs" index 4c923ba..805ca51 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/GZ_ZC/Dt_InWheels_mes_hty.cs" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/GZ_ZC/Dt_InWheels_mes_hty.cs" @@ -1,4 +1,5 @@ -锘縰sing SqlSugar; +锘縰sing Magicodes.ExporterAndImporter.Core; +using SqlSugar; using System; using System.Collections.Generic; using System.Linq; @@ -8,19 +9,21 @@ namespace WIDESEA_Model.Models { - [SugarTable(nameof(Dt_InZdp_mes_hty), "MES鍒跺姩鐩樺巻鍙蹭俊鎭�")] + [SugarTable(nameof(Dt_InWheels_mes_hty), "MES鍒跺姩鐩樺巻鍙蹭俊鎭�")] - public class Dt_InZdp_mes_hty : Dt_InZdp_mes + public class Dt_InWheels_mes_hty : Dt_InWheels_mes { /// <summary> /// 瀹屾垚鏃堕棿 /// </summary> + [ExporterHeader(DisplayName = "瀹屾垚鏃堕棿", IsIgnore = true)] [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "瀹屾垚鏃堕棿")] public DateTime? FinishDate { get; set; } = DateTime.Now; /// <summary> /// 瀹屾垚鏂瑰紡 /// </summary> + [ExporterHeader(DisplayName = "瀹屾垚鏂瑰紡", IsIgnore =true)] [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "瀹屾垚鏂瑰紡")] public int OperateType { get; set; } } -- Gitblit v1.9.3