Commit 338460e8 authored by 高建强's avatar 高建强

item:单位人员同步主题修改

parent 933e6f8d
package com.yeejoin.amos.boot.module.common.api.enums;
public enum DataSyncTopicEnum {
EQM_PATROL_CREATED("userSync", "emq.user.created"),
ORG_USR("orgUsr", "userSync/sync/orgUsr");
EQM_PATROL_CREATED("user", "emq.user.created"),
ORG_USR("orgUsr", "user/sync/orgUsr");
private String type;
private String topic;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment