hwh
2025-01-16 07ce8f4cc0406ef18b221f1ad5d5a38f4422aa10
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; }
}