1、完善超分功能
2、完善积分系统 3、新增任务列表
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.ai.da.service;
|
||||
|
||||
|
||||
import com.ai.da.common.enums.CreditsEventsEnum;
|
||||
import com.ai.da.common.response.PageBaseResponse;
|
||||
import com.ai.da.mapper.primary.entity.CreditsDetail;
|
||||
import com.ai.da.model.dto.QueryIncomeOrExpenditureDTO;
|
||||
@@ -16,11 +17,13 @@ public interface CreditsService extends IService<CreditsDetail> {
|
||||
|
||||
void creditsDecrease(Long accountId, String event);
|
||||
|
||||
String getCredits();
|
||||
String getCredits(Long accountId);
|
||||
|
||||
void creditsRefund(Long accountId, Integer quantity);
|
||||
|
||||
void insertToCreditsDetail(Long accountId, String changeEvent, String credits, String changeType);
|
||||
|
||||
PageBaseResponse<CreditsDetail> queryCreditsDetailsPage(QueryIncomeOrExpenditureDTO queryPageByTimeDTO);
|
||||
|
||||
Boolean checkCredits(Long accountId, CreditsEventsEnum event, Integer num);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user