init
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
package com.ruoyi.xq.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
||||
import com.ruoyi.xq.domain.AccountChangeLog;
|
||||
import com.ruoyi.xq.dto.admin.log.AccountChangeLogAdminVo;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
/**
|
||||
* 账户明细Mapper接口
|
||||
@@ -11,4 +14,5 @@ import com.ruoyi.xq.domain.AccountChangeLog;
|
||||
*/
|
||||
public interface AccountChangeLogMapper extends BaseMapper<AccountChangeLog> {
|
||||
|
||||
Page<AccountChangeLogAdminVo> pageAdmin(@Param("build") Page<Object> build, @Param("bo") AccountChangeLogAdminVo bo);
|
||||
}
|
||||
|
||||
@@ -27,4 +27,5 @@ public interface UserExtendMapper extends BaseMapper<UserExtend> {
|
||||
boolean incsWithdrawCount(@Param("userId") Long userId, @Param("withdrawMonty") BigDecimal withdrawMonty);
|
||||
|
||||
|
||||
boolean incsConsumeTotal(@Param("userId") Long userId, @Param("consumeMonty") BigDecimal consumeMonty);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user