wankeda
2025-03-01 1824228ee4f0f25383d1c9e9fea684dfc8a460bc
代码管理/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; }
    }
}