huang
2025-11-18 1566e4c7604d85737ea67fe6757e71b8185fa48e
mes-processes/mes-plcSend/src/main/java/com/mes/device/vo/DevicePlcVO.java
@@ -1,6 +1,7 @@
package com.mes.device.vo;
import io.swagger.v3.oas.annotations.media.Schema;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
@@ -25,7 +26,7 @@
    @Builder
    @NoArgsConstructor
    @AllArgsConstructor
    @Schema(name = "DevicePlcOperationResult", description = "PLC 操作结果")
    @ApiModel(value = "DevicePlcOperationResult", description = "PLC 操作结果")
    public static class OperationResult implements Serializable {
        private Long deviceId;
        private String deviceName;
@@ -44,7 +45,7 @@
    @Builder
    @NoArgsConstructor
    @AllArgsConstructor
    @Schema(name = "DevicePlcStatus", description = "PLC 状态数据")
    @ApiModel(value = "DevicePlcStatus", description = "PLC 状态数据")
    public static class StatusInfo implements Serializable {
        private Long deviceId;
        private String deviceName;