KKSU
2024-09-02 d17b8d519b185d22d376ca75ac9aa63306b8c6cf
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;
}