hwh
2024-08-22 2ea4ae2d4f578fb68e90992fd5b78e96f31acbd4
Admin.NET/WCS.Application/Service/WcsDevice/Dto/WcsDeviceDto.cs
@@ -27,6 +27,11 @@
        public DeviceLevelEnum Level { get; set; }
        
        /// <summary>
    /// 设备类型
    /// </summary>
    public PLCTypeEnum Type { get; set; }
    /// <summary>
        /// DB区域
        /// </summary>
        public string? DbNumber { get; set; }
@@ -106,4 +111,9 @@
        /// </summary>
        public bool IsDelete { get; set; }
        
    public dynamic Value { get; set; }
    public PLCUtil PLCUtil { get; set; }
    public List<WcsStation> listStation { get; set; }
    }