fix: routeKey 类型 String=>Integer

This commit is contained in:
dhb52 2024-05-04 22:43:58 +08:00
parent 8de1c56067
commit 6a1196d0e0

View File

@ -52,7 +52,7 @@ public class JobResponseVO {
/** /**
* 执行器路由策略 * 执行器路由策略
*/ */
private String routeKey; private Integer routeKey;
/** /**
* 执行器类型 1Java * 执行器类型 1Java