wanshenmean
2 天以前 05999b9c77f009ac9a7e98366bc3d23fbb8e83e7
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; }
    }
}