KKSU
2025-01-08 a0bf7c7be9e52bf179db59117fc3660c24604a96
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;
}