KKSU
2023-12-21 a4bcd761572fd8760b33e7e01bfe941391b0d2e7
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;
}