TASK:到期时间查询;

This commit is contained in:
shahaibo
2024-01-04 15:22:38 +08:00
parent f2a8a82821
commit 71a0a3c06b
4 changed files with 14 additions and 2 deletions

View File

@@ -113,4 +113,6 @@ public interface AccountService extends IService<Account> {
Boolean switchIsAutoApproval();
Boolean trialOrderRefuse(List<Long> ids);
Long getExpiredTime();
}