移动系统liao
2025-03-19 16b063870156db78148440971ab46c649e3e6018
cylsg/cylsg.Model/ECTEModel/OA_DeliverPlan.cs
@@ -186,7 +186,7 @@
     
        /// <summary>
        /// 备  注:
        /// 默认值:
        /// 默认值: 客户经理
        ///</summary>
        [SugarColumn(ColumnName="BusinessManagerId" ) ]
        public int? BusinessManagerId  { get; set;  }
@@ -223,9 +223,25 @@
        [SugarColumn(ColumnName="CompanyName" ) ]
        public string? CompanyName  { get; set;  }
        /// <summary>
        /// 备  注:
        /// 默认值:
        ///</summary>
        [SugarColumn(ColumnName = "TransferType")]
        public int? TransferType { get; set; }
        /// <summary>
        /// 备  注:
        /// 默认值:
        ///</summary>
        [SugarColumn(ColumnName = "TransferName")]
        public string? TransferName { get; set; }
        /// <summary>
        /// 派车ID
        /// </summary>
        public Guid? DeliverPlanPaicheid { get; set; }
        /// <summary>
        /// 备  注:
        /// 默认值: 新增的,不关联公司
        ///</summary>