1
huangxiaoqiang
2025-11-21 97a9ad53c6d1ac097f46f0b5d4d4d53547c9efe4
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Stock/StockSelectViewDTO.cs
@@ -8,6 +8,7 @@
{
    public class StockSelectViewDTO
    {
        public int Id { get; set; }
        public string MaterielCode { get; set; }
        public string MaterielName { get; set; }
@@ -17,5 +18,7 @@
        public string PalletCode { get; set; }
        public string LocationCode { get; set; }
        public decimal Quantity { get; set; }
    }
}