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