服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-03-11 b9367c7d3ac63d5910a11865e3dcc2413c2140f5
Tiger.Model.Net/Entitys/WMS/V_WMS_ITEM_SUM.cs
@@ -29,7 +29,15 @@
        /// <summary>
        /// 仓库
        /// </summary>
        public string SUPP_LOTNO { get; set; }
        /// <summary>
        /// 仓库
        /// </summary>
        public string WH_CODE { get; set; }
        /// <summary>
        /// 仓库
        /// </summary>
        public string LOCATION_CODE { get; set; }
        /// <summary>
        /// 物料编码
        /// </summary>
@@ -51,6 +59,10 @@
      /// 单位
      /// </summary>
      public string UNIT { get; set; }
        /// <summary>
        /// 单位
        /// </summary>
        public DateTime FIRST_IN_DATE { get; set; }
      
        #endregion