zhanghonglin
21 小时以前 1e6a3ce80c38124fe8750f59956528204e696d4e
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Outbound/Dt_OutboundOrder_Hty.cs
@@ -55,5 +55,12 @@
        [ExporterHeader(DisplayName = "鍗曟嵁鍗曞彿")]
        [SugarColumn(IsNullable = true, ColumnDescription = "鍗曟嵁鍗曞彿")]
        public string BoundOrderCode { get; set; }
        /// <summary>
        /// 鎸囧畾浣嶇疆
        /// </summary>
        [ImporterHeader(Name = "鎸囧畾浣嶇疆")]
        [ExporterHeader(DisplayName = "鎸囧畾浣嶇疆")]
        [SugarColumn(IsNullable = true, ColumnDescription = "鎸囧畾浣嶇疆")]
        public string Location { get; set; }
    }
}