|
|
@@ -125,4 +125,10 @@ public class IotDeviceSaveReqVO {
|
|
|
private String deviceNo;
|
|
|
@Schema(description = "设备等级")
|
|
|
private String deviceGrade;
|
|
|
+ @Schema(description = "每月折旧金额")
|
|
|
+ private Double monthAmount;
|
|
|
+ @Schema(description = "总折旧月份")
|
|
|
+ private Integer totalMonth;
|
|
|
+ @Schema(description = "币种")
|
|
|
+ private String currency;
|
|
|
}
|