fix: 慢性病管理,定时任务修改完善。

This commit is contained in:
tianyongbao
2026-03-21 22:28:06 +08:00
parent 8821e01422
commit 6cff4a2e7a
24 changed files with 368 additions and 55 deletions

View File

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