| | |
| | | using SqlSugar; |
| | | using Magicodes.ExporterAndImporter.Core; |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | |
| | | |
| | | 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; } |
| | | } |