KKSU
2024-02-19 3882ab4f0e77d46cddb08a4c67bbda6ba44ce8d8
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;
}