Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceInput.cs
@@ -361,6 +361,32 @@ /// </summary> public string EndCeng { get; set; } /// <summary> /// 缠膜交互 /// </summary> public string ChanMo { get; set; } /// <summary> /// 拆模交互 /// </summary> public string ChaiMo { get; set; } } 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; } }