渲染机支持仅渲染几个景区的工作

This commit is contained in:
2025-04-12 14:35:26 +08:00
parent b5b9064f30
commit 45409ba1ab
4 changed files with 15 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ public class RenderWorkerEntity {
/**
* 是否仅用于指定景区,空或0不适用,否则为景区ID
*/
private Long scenicOnly;
private String scenicOnly;
/**
* 是否仅用于测试,0不是,1是
*/