1
luofl
2025-04-11 c8579f511f4ca4fe8fac97b3586d3c412f6bdafb
cloud-server-account/src/main/java/com/dsh/account/model/vo/userBenefitDetail/ConsumeDetail.java
@@ -16,4 +16,11 @@
    @ApiModelProperty(value = "金额 例如 -90 ")
    private String consumeAmount;
    @ApiModelProperty(value = "1充值 2扣除")
    private Integer type;
    private Long time;
    private Long dateTime;
}