MrShi
2025-09-04 dda5e3d12e6c389ec44972e3abe40955e459d79a
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.doumee.core.mqtt.service;
 
/**
 * 与硬件对接服务
 * @author 江蹄蹄
 * @date 2023/10/09 18:06
 */
public interface MqttSubService {
 
 
    void startSubcribe();
 
}