647556386
2025-10-18 d01658c63cd541fe4ea5cec5c4bd7f23b9408cdb
WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Outbound/Dt_OutboundOrder.cs
@@ -16,7 +16,6 @@
        [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主键")]
        public int Id { get; set; }
        [CodeRule(WIDESEA_Core.Enums.RuleCode.OutboundOrderRule)]
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "单据编号", IsOnlyIgnoreUpdate = true)]
        public string OrderNo { get; set; }
@@ -34,6 +33,11 @@
        [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "备注")]
        public string Remark { get; set; }
        /// <summary>
        /// 推单系统
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 10, ColumnDescription = "推单系统")]
        public string System { get; set; }
        [ImporterHeader(Name = "仓库编码")]
@@ -43,11 +47,11 @@
        [ImporterHeader(Name = "单据小类")]
        [ExporterHeader(DisplayName = "单据小类")]
        [SugarColumn(IsNullable = true, ColumnDescription = "单据小类")]
        [SugarColumn(IsNullable = true, ColumnDescription = "单据小类", Length = 50)]
        public string TransactionCode { get; set; }
        [ImporterHeader(Name = "出入库类型")]
        [ExporterHeader(DisplayName = "出入库类型")]
        [SugarColumn(IsNullable = true, ColumnDescription = "出入库类型")]
        [SugarColumn(IsNullable = true, ColumnDescription = "出入库类型",Length = 50)]
        public string InoutType { get; set; }
        [Navigate(NavigateType.OneToMany, nameof(Dt_OutboundOrderDetail.OrderId), nameof(Id))]