Administrator
21 hours ago 723bc1c8b6d4fd6c8a0388572e6afbc70344bf49
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;
@@ -11,4 +12,12 @@
    private String phone;
    private Integer type;
    private Integer flowType;
    private String startTime;
    private String endTime;
}