@@ -16,12 +16,5 @@ import java.util.List;
@Mapper
public interface KxsUserAddressMapper extends BaseMapper<KxsUserAddress> {
- /**
- * 用户地址列表
- *
- * @param userId 用户 ID
- * @return {@link List}<{@link UserAddressListVO}>
- */
- List<UserAddressListVO> userAddressList(Long userId);
}
@@ -18,7 +18,5 @@ import org.apache.ibatis.annotations.Param;
public interface KxsUserAmountLogMapper extends BaseMapper<KxsUserAmountLog> {
- IPage<UserAmountVariationListVO> getByPage(Page<UserAmountVariationListVO> page, @Param("query") UserAmountVariationListDTO param);
-
@@ -16,6 +16,5 @@ import org.apache.ibatis.annotations.Mapper;
public interface KxsUserWithdrawalMapper extends BaseMapper<KxsUserWithdrawal> {
- IPage<WithdrawListVO> getByPage(Page<WithdrawListVO> page);
@@ -17,20 +17,5 @@ import org.springframework.stereotype.Service;
@RequiredArgsConstructor
public class KxsUserWithdrawalServiceImpl extends ServiceImpl<KxsUserWithdrawalMapper, KxsUserWithdrawal> implements KxsUserWithdrawalService {