wanshenmean
8 天以前 eb399b544b4055c1b58a1746f8c453ba41e4010b
Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Hubs/StockHub.cs
@@ -1,4 +1,5 @@
using Microsoft.AspNetCore.SignalR;
using SqlSugar;
using System.Collections.Generic;
using System.Threading.Tasks;
@@ -26,6 +27,7 @@
        public float StockQuantity { get; set; }
        public int StockStatus { get; set; }
        public int LocationStatus { get; set; }
        public DateTime OutboundDate { get; set; }
        public List<StockDetailUpdateDTO> Details { get; set; } = new();
    }
@@ -41,5 +43,7 @@
        public float StockQuantity { get; set; }
        public string Unit { get; set; }
        public int Status { get; set; }
        public string SerialNumber { get; set; }
        public int InboundOrderRowNo { get; set; }
    }
}