zhaowc
2025-02-28 157abc191c34e57c1b958ae74fc3de6518ca8a30
Wms/Model/ModelDto/DataDto/StockDetailDto.cs
@@ -204,5 +204,14 @@
        /// 储位深度
        /// </summary>
        public int Dept { get; set; }
        /// <summary>
        /// 物料类型
        /// </summary>
        public string Type { get; set; }
        /// <summary>
        /// 物料类型
        /// </summary>
        public string CategoryNo { get; set; }
    }
}