fix
Helius
2024-02-17 ce7837e20ade48e2937ab8b3c5113148f258aed2
src/main/java/cc/mrbird/febs/mall/dto/MoneyFlowListDto.java
@@ -1,5 +1,6 @@
package cc.mrbird.febs.mall.dto;
import com.baomidou.mybatisplus.annotation.TableField;
import io.swagger.annotations.ApiModel;
import lombok.Data;
@@ -15,4 +16,8 @@
    private Integer flowType;
    private String startTime;
    private String endTime;
}