KKSU
2024-03-01 01ba834a6e2ce7325a8629737d7f8d03f91e7294
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;
}