1.台账模块新增字段迁移微服务
This commit is contained in:
@@ -9,4 +9,10 @@ public interface BusinessResource {
|
||||
* App
|
||||
*/
|
||||
String APP_RESOURCE = "APP";
|
||||
|
||||
|
||||
/***
|
||||
* Web
|
||||
*/
|
||||
String WEB_RESOURCE = "WEB";
|
||||
}
|
||||
|
||||
@@ -23,6 +23,14 @@ public interface BusinessTopic {
|
||||
String NJCN_APP_WARN_TOPIC = "njcnAppWarnTopic";
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/********************************数据中心*********************************/
|
||||
|
||||
String RMP_EVENT_DETAIL_TOPIC = "rmpEventDetailTopic";
|
||||
|
||||
|
||||
interface AppDataTag {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user