1
huanghongfeng
16 小时以前 b1c2dd1869a51b8f0e4acb9ddeb148f796db147f
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/GZ_ZC/Dt_InWheels_mes_hty.cs
@@ -1,4 +1,5 @@
using SqlSugar;
using 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; }
    }