puzhibing
2023-07-31 fc5fcf753994834a72564944c117d5ec850f268c
cloud-server-account/src/main/java/com/dsh/account/model/vo/userBenefitDetail/ConsumeDetail.java
@@ -16,4 +16,7 @@
    @ApiModelProperty(value = "金额 例如 -90 ")
    private String consumeAmount;
    @ApiModelProperty(value = "1充值 2扣除")
    private Integer type;
}