1
dengjunjie
8 天以前 a770206c91e495b802b3e9371e06834586ad7715
新建文件夹/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_SupplyTask.cs
@@ -134,7 +134,7 @@
        /// 浠诲姟涓嬪彂鏃堕棿
        /// </summary>
        [ImporterHeader(Name = "浠诲姟涓嬪彂鏃堕棿")]
        [ExporterHeader(DisplayName = "鍒涘缓鏃堕棿")]
        [ExporterHeader(DisplayName = "浠诲姟涓嬪彂鏃堕棿", IsIgnore = true)]
        [SugarColumn(IsNullable = true, ColumnDescription = "浠诲姟涓嬪彂鏃堕棿")]
        public DateTime? Dispatchertime { get; set; }
@@ -142,7 +142,7 @@
        /// 澶囨敞
        /// </summary>
        [ImporterHeader(Name = "澶囨敞")]
        [ExporterHeader(DisplayName = "澶囨敞")]
        [ExporterHeader(DisplayName = "绫诲瀷")]
        [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "澶囨敞")]
        public string Remark { get; set; }
    }