1
huanghongfeng
2 天以前 a34059e688e947a2ea079a0646872f1a21089940
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/GZ_ZC/Dt_CheckResult.cs
@@ -180,5 +180,13 @@
        [ExporterHeader(DisplayName = "是否已上传智粤系统")]
        [SugarColumn(ColumnName = "IsUploadMES", Length = 50, ColumnDescription = "是否已上传智粤系统")]
        public bool IsUploadMES { get; set; } //= false;
        /// <summary>
        /// åˆ›å»ºæ—¶é—´
        /// </summary>
        [ImporterHeader(Name = "创建时间")]
        [ExporterHeader(DisplayName = "创建时间")]
        [SugarColumn(IsNullable = false, IsOnlyIgnoreUpdate = true, ColumnDescription = "创建时间")]
        public DateTime CreateDate { get; set; } = DateTime.Now;
    }
}