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; } }