Administrator
2025-05-14 b3810c8cb1fb0b9b33cd42fcabd0cf30bacab37d
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;
}