bklLiudl
2025-01-16 6342dc6e455db957383f2abedc5c4863b6515d85
Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceInput.cs
@@ -361,6 +361,16 @@
    /// </summary>
    public string EndCeng { get; set; }
    /// <summary>
    /// 缠膜交互
    /// </summary>
    public string ChanMo { get; set; }
    /// <summary>
    /// 拆模交互
    /// </summary>
    public string ChaiMo { get; set; }
}
public class WcsDeviceStartStop
@@ -373,6 +383,10 @@
    /// 楼层
    /// </summary>
    public string Layer { get; set; }
    /// <summary>
    /// 事件结果 true/false
    /// </summary>
    public string FuncName { get; set; }
}