pan
2025-11-26 24b2d518f0231adef779c1ede5f9ca2baee804f5
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_DTO/Stock/StockSelectViewDTO.cs
@@ -13,10 +13,13 @@
        public string MaterielName { get; set; }
        public float UseableQuantity { get; set; }
        public decimal UseableQuantity { get; set; }
        public string PalletCode { get; set; }
        public string LocationCode { get; set; }
        public string Barcode { get; set; }
    }
}