huanghongfeng
昨天 bce2cc310d462ffbe56ee3d9f3d9368abf481aad
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_Model/Models/TaskInfo/Dt_Task.cs
@@ -168,7 +168,7 @@
        [ExporterHeader(DisplayName = "MES业务流id")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "MES业务流id")]
        public string MESbusinessId { get; set; }
        /// <summary>
        /// æ‰˜ç›˜ç¼–号子托
        /// </summary>
@@ -176,5 +176,13 @@
        [ExporterHeader(DisplayName = "托盘编号子托")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "托盘编号子托")]
        public string MESsubPalletCode { get; set; }
        /// <summary>
        /// å‡ºåº“口
        /// </summary>
        [ImporterHeader(Name = "出库口")]
        [ExporterHeader(DisplayName = "出库口")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "出库口")]
        public string OutboundPlatform { get; set; }
    }
}