KKSU
2024-02-27 9fb1a68d11a8928f2ba602dd68dc00d19ca7429f
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;
}