xiaoyong931011
2023-03-02 a0e33f06495287496a2e81ef5675b4cf7a2dfe5c
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;
}