1
2
3
4
5
6
7
8
9
10
11
12
13
| package com.iailab.framework.mq.common;
|
| /**
| *
| *
| * @author PanZhibao
| * @Description
| * @createTime 2024年11月05日
| */
| public interface RoutingConstant {
|
| String Iailab_Data_PointCollectFinish = "Iailab.Data.PointCollectFinish";
| }
|
|