xiaoyong931011
2023-08-15 642a3ec9b15d7cd853845590c2a044f4970b9358
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;
}