chengsc
2024-10-30 25184cadd4011856d95e76f1d79b37ce51a3e548
Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceInput.cs
@@ -363,6 +363,18 @@
}
public class WcsDeviceStartStop
{
    /// <summary>
    /// 操作类型
    /// </summary>
    public string Type { get; set; }
    /// <summary>
    /// 楼层
    /// </summary>
    public string Layer { get; set; }
}