wuzeyu
2024-06-27 c2ee36ab88f349e22d6e4f8f1b1769ca9e7b7ad2
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/voPr/VoController.java
@@ -51,8 +51,24 @@
    @ColumnWidth(30)
    private Date findDt;
    @Schema(title = "在线状态")
    @ExcelProperty("在线状态")
    @ColumnWidth(6)
    private String onlineState;
//    @Schema(title = "在线状态")
//    @ExcelProperty("在线状态")
//    @ColumnWidth(6)
//    private String onlineState;
    /**
     * 是否在线
     */
    private Boolean isOnLine;
    @Schema(title = "通讯协议")
    @ExcelProperty("通讯协议")
    @ColumnWidth(10)
    private String protocol;
    @Schema(title = "备注")
    @ExcelProperty("备注")
    @ColumnWidth(10)
    private String remarks;
}