服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-03-24 bb4403701b998a0219b3a86a399f4a9ad8ef3465
Tiger.Model.Net/Entitys/MES/YadaU9/mes_ReturnedDocInfo.cs
@@ -23,7 +23,15 @@
      #region 公共属性
      /// <summary>
      /// 单号
      /// 收货类型(0-收货,1-退货)
      /// </summary>
      public int ReceivementType { get; set; }
      /// <summary>
      /// 收货单ID
      /// </summary>
      public long RcvId { get; set; }
      /// <summary>
      /// 收货单号
      /// </summary>
      public string DocNo { get; set; }
      /// <summary>
@@ -38,6 +46,10 @@
      /// 供应商名称
      /// </summary>
      public string SupplierName { get; set; }
      /// <summary>
      /// 行ID
      /// </summary>
      public long RcvLineId { get; set; }
      /// <summary>
      /// 行号
      /// </summary>
@@ -59,9 +71,41 @@
      /// </summary>
      public string ItemDescription { get; set; }
      /// <summary>
      /// 收货数量
      /// </summary>
      public double EyeballingQtyTU { get; set; }
      /// <summary>
      /// 退补数量
      /// </summary>
      public decimal RtnFillQtyTU { get; set; }
      public double RtnFillQtyTU { get; set; }
      /// <summary>
      /// 拆分标记:0-原始行,1-拆前行,2-拆后行,拆前有一行记录,拆后审核完有另一条记录
      /// </summary>
      public int SplitFlag { get; set; }
      /// <summary>
      /// ASN单ID,不是ASN单为0
      /// </summary>
      public long SrcASNDocId { get; set; }
      /// <summary>
      /// ASN单行ID
      /// </summary>
      public long SrcASNDocLineId { get; set; }
      /// <summary>
      /// 创建时间
      /// </summary>
      public DateTime CreatedOn { get; set; } = DateTime.MinValue;
      /// <summary>
      /// 创建人
      /// </summary>
      public string CreatedBy { get; set; }
      /// <summary>
      /// 更新时间
      /// </summary>
      public DateTime ModifiedOn { get; set; } = DateTime.MinValue;
      /// <summary>
      /// 更新人
      /// </summary>
      public string ModifiedBy { get; set; }
      #endregion
      #region 虚拟属性