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