src/main/java/com/ruoyi/device/dto/DeviceLedgerDto.java
@@ -37,6 +37,19 @@ private String deviceModel; /** * 设备品牌 */ @ApiModelProperty("设备品牌") private String deviceBrand; /** * 存放位置 */ @ApiModelProperty("存放位置") private String storageLocation; /** * 供应商名称 */ private String supplierName; @@ -122,4 +135,14 @@ @ApiModelProperty("运行时长") private String runtimeDuration; @ApiModelProperty("是否折旧 1-是 2-否") private Integer isDepr; @ApiModelProperty("每年折旧金额") private BigDecimal annualDepreciationAmount; @ApiModelProperty("设备类型") private String type; }