009_DI-Elec/newFront/c#前端/SWS.CAD/Event/checkInResultEvent.cs
2025-08-15 16:34:31 +08:00

17 lines
317 B
C#

using Newtonsoft.Json.Linq;
using Prism.Events;
using SWS.CAD.Models;
using SWS.CAD.Models.NoEntity;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SWS.CAD.Event
{
public class checkInResultEvent : PubSubEvent<bool>
{
}
}