mitao
2024-12-24 ab96d801d6c5e2feea9677367c1b44c2e08b78ee
medicalWaste-system/src/main/java/com/sinata/system/domain/vo/MwMonitorDeviceVO.java
@@ -36,4 +36,7 @@
    @ApiModelProperty("备注信息")
    private String remark;
    @ApiModelProperty("在线状态 1:在线 0:离线")
    public Integer status = 0;
}