zhaowc
2025-01-17 533df0275a3090951af5d3bf8f5fdbeea2ce44b8
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; }
    }
}