hutongqing
2024-12-14 e7cf443b37f8f4d8a1bc4fe4cd6f058f39e5c7f5
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Stock/StockSelectViewDTO.cs
@@ -9,14 +9,14 @@
    public class StockSelectViewDTO
    {
        public string MaterielCode {  get; set; }
        public string MaterielCode { get; set; }
        public string MaterielName { get; set; }
        public decimal UseableQuantity { get; set; }
        public float UseableQuantity { get; set; }
        public string PalletCode {  get; set; }
        public string PalletCode { get; set; }
        public string LocationCode {  get; set; }
        public string LocationCode { get; set; }
    }
}