无关风月
1 天以前 1442f149019ee0590389abd7a88a79c4d9b59034
ruoyi-service/ruoyi-admin/src/main/java/com/ruoyi/admin/request/RecoveryServeRequest.java
@@ -35,11 +35,13 @@
    private String serveDescribe;
    @ApiModelProperty("预估价格")
    private BigDecimal estimatePrice;
    private String estimatePrice;
    @ApiModelProperty("默认回收价")
    private BigDecimal defaultPrice;
    @ApiModelProperty("回收补贴金")
    private BigDecimal recycleSubsidy;
    @ApiModelProperty("排序权重")
    private Integer sort;
@@ -62,6 +64,7 @@
        recoveryServe.setSort(getSort());
        recoveryServe.setCover(getCover());
        recoveryServe.setRotate(getRotate());
        recoveryServe.setRecycleSubsidy(getRecycleSubsidy());
        return recoveryServe;
    }