渲染机

This commit is contained in:
2025-07-18 14:22:54 +08:00
parent 52086dbea4
commit d7d503212f
4 changed files with 33 additions and 0 deletions

View File

@@ -21,4 +21,6 @@ public interface RenderWorkerMapper {
int updateStatus(Long id);
RenderWorkerEntity findByAccessKey(String accessKey);
int updateHost(Long id, RenderWorkerEntity status);
}