Pu Zhibing
2024-12-06 1339039a6fdb3794c57914192f1c3a4132b8e3df
ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/service/UserPointService.java
@@ -24,5 +24,5 @@
    List<UserPointDetailVO> getUserPointDetail(Long userId, LocalDateTime startTime, LocalDateTime endTime, Integer type);
    void transferPoint(BigDecimal point, Long phone);
    void transferPoint(BigDecimal point, String phone);
}