服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2025-04-21 318f08db1998f6a9e08f05ec8edc5aec4aad7882
Tiger.Model.Net/Entitys/WMS/BIZ_ERP_IQC.cs
@@ -57,7 +57,7 @@
      /// <summary>
      /// 审核数量
      /// </summary>
      public decimal REVIEWQTY { get; set; }
      public double REVIEWQTY { get; set; }
      /// <summary>
      /// 级别
      /// </summary>
@@ -85,55 +85,55 @@
      /// <summary>
      /// 样品数量
      /// </summary>
      public decimal SAMPLEQTY { get; set; }
      public double SAMPLEQTY { get; set; }
      /// <summary>
      /// 样品通过数量
      /// </summary>
      public decimal SAMPLEPASSQTY { get; set; }
      public double SAMPLEPASSQTY { get; set; }
      /// <summary>
      /// 样品失败数量
      /// </summary>
      public decimal SAMPLENGQTY { get; set; }
      public double SAMPLENGQTY { get; set; }
      /// <summary>
      /// 开始数量
      /// </summary>
      public decimal BEGINQTY { get; set; }
      public double BEGINQTY { get; set; }
      /// <summary>
      /// 结束数量
      /// </summary>
      public decimal ENDQTY { get; set; }
      public double ENDQTY { get; set; }
      /// <summary>
      /// 致命缺陷数量
      /// </summary>
      public decimal FATALQTY { get; set; }
      public double FATALQTY { get; set; }
      /// <summary>
      /// 严重缺陷数量
      /// </summary>
      public decimal SERIOUSQTY { get; set; }
      public double SERIOUSQTY { get; set; }
      /// <summary>
      /// 一般缺陷数量
      /// </summary>
      public decimal COMMONLYQTY { get; set; }
      public double COMMONLYQTY { get; set; }
      /// <summary>
      /// 轻微缺陷数量
      /// </summary>
      public decimal SLIGHTQTY { get; set; }
      public double SLIGHTQTY { get; set; }
      /// <summary>
      /// 检验数量
      /// </summary>
      public decimal QCQTY { get; set; }
      public double QCQTY { get; set; }
      /// <summary>
      /// 允收数量
      /// </summary>
      public decimal RECEIVEQTY { get; set; }
      public double RECEIVEQTY { get; set; }
      /// <summary>
      /// 拒收数量
      /// </summary>
      public decimal REJECTQTY { get; set; }
      public double REJECTQTY { get; set; }
      /// <summary>
      /// 入库数量
      /// </summary>
      public decimal INSTOCKQTY { get; set; }
      public double INSTOCKQTY { get; set; }
      /// <summary>
      /// 备注
      /// </summary>
@@ -141,7 +141,7 @@
      /// <summary>
      /// 报废数量
      /// </summary>
      public decimal SCRAPQTY { get; set; }
      public double SCRAPQTY { get; set; }
      /// <summary>
      /// ERP单据号码
      /// </summary>