eight
2024-09-20 a9bfa2051eba0f8f1d1a8430292a89113f62b35f
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/devrent/vo/DevRentRespVO.java
@@ -64,4 +64,13 @@
    @ExcelProperty("创建时间")
    private LocalDateTime createTime;
    @Schema(description = "分类名")
    private String category;
    @Schema(description = "品牌")
    private String brand;
    @Schema(description = "型号")
    private String model;
}