添加 开展活动接口
This commit is contained in:
@@ -141,4 +141,12 @@ public interface AccountService extends IService<Account> {
|
||||
Boolean collectQuestionnaires(String questionnaireInfo);
|
||||
|
||||
void refreshCreditsWeekly();
|
||||
|
||||
List<Account> getExpiredUserBySystemUser(Integer systemUserNum);
|
||||
|
||||
String getActivityBenefits();
|
||||
|
||||
void toVisitor(Account account);
|
||||
|
||||
List<Long> setUserValidToDayEnd();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user