KKSU
2023-11-24 1c59b84d5320fba3c450d932f24a9fdc52830420
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;
}