KKSU
2024-04-18 97aa560507fd67e5da5aa043cc0684603f60d59a
src/main/java/cc/mrbird/febs/mall/dto/MoneyFlowListDto.java
@@ -7,10 +7,14 @@
@ApiModel(value = "MoneyFlowListDto", description = "接收参数类")
public class MoneyFlowListDto {
    private String accountLogin;
    private String name;
    private String phone;
    private Integer type;
    private Integer flowType;
}