服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-03-21 7eb38edc26049ddf4ba5b031c6644b973c0cdaff
Tiger.Model.Net/Entitys/MES/YadaU9/mes_BomDetail.cs
@@ -143,17 +143,9 @@
      /// </summary>
      public double SubPercent { get; set; }
      /// <summary>
      /// BOM创建时间
      /// </summary>
      public DateTime BomCreatedOn { get; set; } = DateTime.MinValue;
      /// <summary>
      /// BOM修改时间
      /// </summary>
      public DateTime BomModifiedOn { get; set; } = DateTime.MinValue;
      /// <summary>
      /// 子项更新人
      /// </summary>
      public string BomComponentCreatedBy { get; set; }
      public string BomComponentModifiedBy { get; set; }
      /// <summary>
      /// 子项更新时间
      /// </summary>