wanshenmean
5 天以前 7278264f027d62664a0209699d0f66a22fd06a8e
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; }
    }
}