新增接口:调查问卷
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user