KKSU
2024-05-30 7090c09499f41bd22262c144cc796afd1665af3d
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;
@@ -13,4 +14,10 @@
    private Integer type;
    private Integer flowType;
    private String startTime;
    private String endTime;
}