1.台账模块新增字段迁移微服务

This commit is contained in:
2023-08-28 16:28:32 +08:00
parent 04960a3911
commit e52c123d2a
13 changed files with 321 additions and 28 deletions

View File

@@ -9,4 +9,10 @@ public interface BusinessResource {
* App
*/
String APP_RESOURCE = "APP";
/***
* Web
*/
String WEB_RESOURCE = "WEB";
}

View File

@@ -23,6 +23,14 @@ public interface BusinessTopic {
String NJCN_APP_WARN_TOPIC = "njcnAppWarnTopic";
/********************************数据中心*********************************/
String RMP_EVENT_DETAIL_TOPIC = "rmpEventDetailTopic";
interface AppDataTag {
/**