Files
ww-jst/wmsjst/JSMachine.WMS.Business/SSE/ClientConnection.cs
T
2026-09-02 16:31:50 +08:00

11 lines
220 B
C#

using Microsoft.AspNetCore.Http;
namespace JSMachine.WMS.Business.SSE
{
public class ClientConnection
{
public HttpResponse Response { get; set; }
public string ClientId { get; set; }
}
}