buhuazhen
10 天以前 b7eb6e87b4d88e5a419b64e3e3d0e5dc1be0f48f
src/main/java/com/ruoyi/device/dto/DeviceLedgerDto.java
@@ -135,4 +135,14 @@
    @ApiModelProperty("运行时长")
    private String runtimeDuration;
    @ApiModelProperty("是否折旧 1-是 2-否")
    private Integer isDepr;
    @ApiModelProperty("每年折旧金额")
    private BigDecimal annualDepreciationAmount;
    @ApiModelProperty("设备类型")
    private String type;
}