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