huminmin
昨天 522b9cd4cd7f38f88fe77cb9b9f2c5f7197eed29
src/main/java/com/ruoyi/device/pojo/DeviceRepair.java
@@ -81,4 +81,14 @@
    @ApiModelProperty("文件列表")
    @TableField(exist = false)
    private List<TempFile> fileList;
    @ApiModelProperty("使用备件列表")
    @TableField(exist = false)
    private List<SparePartUse> sparePartsUseList;
    @Data
    public static class SparePartUse {
        private Long id;
        private Integer quantity;
    }
}