自动化立体仓库 - WMS系统
cl
2 天以前 5677fd88b56cd69e416b52144734f3997ef8f8f4
1
2
3
4
5
6
package com.zy.integration.iot.publish;
 
public interface IotPublishService {
 
    void publishRecordNow(Long recordId);
}