xuhy
4 天以前 dbc58fd94778921d356a8801e6ac7f3153467c31
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.jianguan.mqtt.config;
 
public class TopicConstants {
 
    /**
     * topic 政务云上传数据
     */
    public static String CHARGE_PILE_CODE = "/devices/v1/MTM1OTkwNjEzMjc5NzE2MTQ3Mg==/CHARGE_PILE_CODE/sys/properties/report";
 
}