|
|
@@ -63,6 +63,9 @@ public class IotDeviceSaveReqVO {
|
|
|
@Schema(description = "质保到期")
|
|
|
private LocalDateTime expires;
|
|
|
|
|
|
+ @Schema(description = "SAP 资产编号")
|
|
|
+ private String sapAssetNumber;
|
|
|
+
|
|
|
@Schema(description = "采购/租赁价格", example = "14766")
|
|
|
private Double plPrice;
|
|
|
|