1
helongyang
2025-06-13 bc478c8fad0988f7021fbc80c4a9375551c8ffa0
代码管理/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; }
    }
}