服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-04-18 c3bb5047c194a0145caca7681f0df5a8feeaaa9b
Tiger.Model.Net/Entitys/WMS/BIZ_ERP_PROD_IN_SN.cs
@@ -49,7 +49,7 @@
        /// <summary>
        /// 数量
        /// </summary>
        public decimal Qty { get; set; }
        public double Qty { get; set; }
      /// <summary>
      /// 条码
      /// </summary>
@@ -77,6 +77,11 @@
      [SugarColumn(IsIgnore = true)]
      public string FieldName { get; set; }
      */
        [SugarColumn(IsIgnore = true)]
        public string SALES_ORDER { get; set; }
        [SugarColumn(IsIgnore = true)]
        public string BATCH_NO { get; set; }
        #endregion
        #region 外键属性