k94314517
2023-10-24 be4bfd2dac75cf4249ef30f85c4fbb07d0dcc67f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.doumee.service;
 
import com.doumee.dao.business.model.Locks;
import com.doumee.dao.business.model.MqttLog;
 
/**
 * 与硬件对接服务
 * @author 江蹄蹄
 * @date 2023/10/09 18:06
 */
public interface MqttSubService {
 
 
    void startSubcribe();
 
}