xiaoyong931011
2023-04-14 b0cd7329c59ebea0bc4b79f931fad39d10f955e4
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;
}