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