xiaoyong931011
2023-07-26 0123a8451ee6cec9cee398919e0e68ad58974293
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;
}