huangxiaoqiang
2025-10-27 387731cab892804912e68cb91e6fb804411c4756
项目代码/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; }
    }
}