init
This commit is contained in:
@@ -21,4 +21,7 @@ public interface UserExtendMapper extends BaseMapper<UserExtend> {
|
||||
boolean incrIncome(@Param("userId") Long userId, @Param("price") BigDecimal price);
|
||||
|
||||
Page<UserExtendAdminVo> pageAdmin(@Param("build") Page<Object> build, @Param("bo") UserExtendAdminVo bo);
|
||||
|
||||
boolean incsWithdrawCount(@Param("userId") Long userId, @Param("withdrawMonty") BigDecimal withdrawMonty);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user