cloudroam
2024-10-28 f77c25900aac7231d006d8f4e08aaa12d72c62b4
src/main/java/com/mzl/flower/entity/wallet/WalletBillRecordDO.java
@@ -61,4 +61,16 @@
    @ApiModelProperty(value = "提现记录表ID")
    private Long withdrawRecordId;
    @ApiModelProperty(value = "orderNo")
    private String orderNo;
    @ApiModelProperty(value = "orderItemId")
    private String orderItemId;
    @ApiModelProperty(value = "结算金额")
    private BigDecimal totalAmount;
    @ApiModelProperty(value = "备注")
    private String remark;
}