新增接口:调查问卷

This commit is contained in:
2024-06-20 10:27:04 +08:00
parent c317942447
commit 227c742f0d
12 changed files with 438 additions and 26 deletions

View File

@@ -30,4 +30,6 @@ public interface CreditsService extends IService<CreditsDetail> {
Boolean creditsPreDeduction(CreditsEventsEnum event, Integer num);
void taskCreditsDeduction(Long accountId, String taskId);
CreditsDetail getByAccountIdAndChangeEvent(Long accountId, String changeEvent, String changedCredits);
}