1
MrShi
2025-03-18 a2a9fa7563f01933dd49d6e2f85a4927e5259d5e
server/services/src/main/java/com/doumee/dao/business/web/request/RefundDTO.java
@@ -24,6 +24,10 @@
    @ApiModelProperty(value = "订单总金额(分)")
    private BigDecimal totalAmount;
    @ApiModelProperty(value = "可退金额(分)")
    private BigDecimal canBalance;
    @ApiModelProperty(value = "用户主键")
    private String memberId;
@@ -37,4 +41,8 @@
    private String reason;
    @ApiModelProperty(value = "创建人")
    private String creator;
}