分销修改
This commit is contained in:
@@ -5,6 +5,7 @@ import com.mybatisflex.core.service.IService;
|
||||
import com.czg.market.entity.MkDistributionWithdrawFlow;
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* 提现记录表 服务层。
|
||||
@@ -16,5 +17,5 @@ public interface MkDistributionWithdrawFlowService extends IService<MkDistributi
|
||||
|
||||
Page<MkDistributionWithdrawFlow> pageInfo(long userId);
|
||||
|
||||
Page<MkDistributionWithdrawFlow> withdrawPageInfo(Long userId, LocalDateTime startTime, LocalDateTime endTime, String key);
|
||||
Map<String, Object> withdrawPageInfo(Long userId, LocalDateTime startTime, LocalDateTime endTime, String key);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user