eight
2025-03-31 ea39fd11eb84105040a7af406c9180a17f1cd65a
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/devmanage/vo/DevicePageReqVO.java
@@ -49,12 +49,14 @@
    @Schema(description = "状态日期")
    @DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
    private LocalDate stateDate[];
    private LocalDate[] stateDate;
    /**
     * 0 - 空闲 10 - 使用中 20 - 已遗失
     */
    @Schema(description = "状态")
    private Integer state;
    private Integer[] state;
    @Schema(description = "备注")
    private String comment;
}