fix: 定时服务,新增生产环境job服务。

This commit is contained in:
tianyongbao
2024-07-04 16:09:18 +08:00
parent 313130f700
commit 2359a7bd49
4 changed files with 113 additions and 0 deletions

View File

@@ -60,4 +60,9 @@ public class ServiceNameConstants
* INTC_INVEST的serviceId
*/
public static final String INTC_INVEST ="intc-invest";
/**
* INTC_INVEST_PROD的serviceId
*/
public static final String INTC_INVEST_PROD ="intc-invest-prod";
}