添加 开展活动接口

This commit is contained in:
2024-07-19 15:40:54 +08:00
parent aa1eb7411e
commit c46f65600f
7 changed files with 165 additions and 18 deletions

View File

@@ -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();
}