访客&&大屏

This commit is contained in:
2025-08-04 19:59:48 +08:00
parent 291f9e7ffa
commit 0c34fedc8d
30 changed files with 856 additions and 49 deletions

View File

@@ -14,4 +14,5 @@ public interface RemoteConfigService {
*/
boolean selectRegisterEnabled(String tenantId);
String selectQrTimeOut();
}

View File

@@ -196,4 +196,6 @@ public interface RemoteUserService {
*/
Map<Long, String> selectPostNamesByIds(List<Long> postIds);
Map<String ,Integer> seelectOrgcount();
}