This commit is contained in:
77
2024-03-18 21:01:57 +08:00
parent eaea74350b
commit 02e8ea8f2f
5 changed files with 26 additions and 2 deletions

View File

@@ -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);
}