phpcjl
2024-12-11 d489379928b6940e7f5ad4ea1f8a13294316a87f
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);
}