Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceInput.cs
@@ -132,6 +132,11 @@ public string? StationNum { get; set; } /// <summary> /// 交互类型 /// </summary> public DeviceTypeEnum? DeviceType { get; set; } /// <summary> /// 描述 /// </summary> public string? Text { get; set; } @@ -361,6 +366,16 @@ /// </summary> public string EndCeng { get; set; } /// <summary> /// 缠膜交互 /// </summary> public string ChanMo { get; set; } /// <summary> /// 拆模交互 /// </summary> public string ChaiMo { get; set; } } public class WcsDeviceStartStop