Commit ed65517b authored by LiuLin's avatar LiuLin

fix(jyjc):报检规则触发规则功能开发

parent 2937bad6
...@@ -15,7 +15,7 @@ public enum TopicEnum { ...@@ -15,7 +15,7 @@ public enum TopicEnum {
* 检验检验报检机构刷新相关主题 * 检验检验报检机构刷新相关主题
*/ */
INSPECTION_LIST_PUSH("检验检测报检机构数据推送主题","%s/inspection-list/push"), INSPECTION_LIST_PUSH("检验检测报检机构数据推送主题","%s/inspection-list/push"),
INSPECTION_LIST_REFRESH("检验检测报检机构刷新请求主题","+/inspection-list/refresh"); INSPECTION_LIST_REFRESH("检验检测报检机构刷新请求主题","%s/inspection-list/refresh");
private final String name; private final String name;
......
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