自动化立体仓库 - WMS系统
cl
昨天 506143eb6dcc42105854e73c8527e6ac1193cd02
1
2
3
4
5
6
package com.zy.integration.iot.handler;
 
public interface IotInboundMessageHandler {
 
    void handleMessage(String topic, String payload);
}