xiaoyong931011
2023-03-16 c0cae0a68ec2d917a9fad1f093a16b6d1d16af3c
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;
}