fix
wzy
2022-11-14 1bbf36d28d57fcb0b759a60bd8433549d5abe056
1
2
3
4
5
6
7
8
9
10
11
12
13
package cc.mrbird.febs.dapp.vo;
 
import lombok.Data;
 
import java.math.BigDecimal;
 
@Data
public class AdminMemberWithdrawVo {
 
    private BigDecimal totalWithdraw;
 
    private Integer sheetOut;
}