服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2 天以前 3ab68d4877acffcb9677ecf369e15210e5db6981
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>