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