TASK:模块化;

This commit is contained in:
shahaibo
2025-04-23 10:14:15 +08:00
parent 5a0c461961
commit 2d1d458929
9 changed files with 79 additions and 18 deletions

View File

@@ -27,6 +27,8 @@ public interface CreditsService extends IService<CreditsDetail> {
Boolean creditsPreDeduction(CreditsEventsEnum event, Integer num);
Boolean creditsPreDeduction(Integer credits);
void addRecordToCreditsDeduction(Long accountId, String taskId, CreditsEventsEnum creditsEventsEnum);
Boolean taskCreditsDeduction(Long accountId, String taskId);