1
dengjunjie
8 天以前 a770206c91e495b802b3e9371e06834586ad7715
н¨Îļþ¼Ð/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_SupplyTask_Hty.cs
@@ -9,7 +9,7 @@
using WIDESEA_Core.Attributes;
using WIDESEA_Core.DB.Models;
namespace WIDESEA_Model.Models
namespace WIDESEA_Model.Models
{
    /// <summary>
    /// ä»»åŠ¡ä¿¡æ¯åŽ†å²
@@ -17,11 +17,14 @@
    [SugarTable(nameof(Dt_SupplyTask_Hty), "任务信息历史")]
    public class Dt_SupplyTask_Hty : Dt_SupplyTask, IBaseHistoryEntity
    {
        [ImporterHeader(Name = "任务号")]
        [ExporterHeader(DisplayName = "任务号", IsIgnore = true)]
        public new int TaskNum { get; set; }
        /// <summary>
        /// åŽŸè¡¨ä¸»é”®
        /// </summary>
        [ImporterHeader(Name = "原表主键")]
        [ExporterHeader(DisplayName = "原表主键")]
        [ExporterHeader(DisplayName = "原表主键", IsIgnore = true)]
        [SugarColumn(IsNullable = false, DefaultValue = "0", ColumnDescription = "原表主键")]
        public int SourceId { get; set; }
@@ -29,7 +32,7 @@
        /// æ“ä½œç±»åž‹
        /// </summary>
        [ImporterHeader(Name = "操作类型")]
        [ExporterHeader(DisplayName = "操作类型")]
        [ExporterHeader(DisplayName = "操作类型", IsIgnore = true)]
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "操作类型")]
        public string OperateType { get; set; }
@@ -37,7 +40,7 @@
        /// ç§»å…¥åŽ†å²æ—¶é—´
        /// </summary>
        [ImporterHeader(Name = "移入历史时间")]
        [ExporterHeader(DisplayName = "移入历史时间")]
        [ExporterHeader(DisplayName = "完成时间")]
        [SugarColumn(IsNullable = false, ColumnDescription = "移入历史时间")]
        public DateTime InsertTime { get; set; }
    }