IPC-610
2025-01-07 7d9d48cf1e9d5b28e59ea52a0ee1acdfd15f88e7
Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceInput.cs
@@ -363,6 +363,22 @@
}
public class WcsDeviceStartStop
{
    /// <summary>
    /// 操作类型
    /// </summary>
    public string Type { get; set; }
    /// <summary>
    /// 楼层
    /// </summary>
    public string Layer { get; set; }
    /// <summary>
    /// 事件结果 true/false
    /// </summary>
    public string FuncName { get; set; }
}