Administrator
8 days ago 492ec5b26be12ccc18bfc2006b2c9ff16d2e4bef
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;
}