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