自动化立体仓库 - WMS系统
zyx
2023-07-14 525cf3d9714352284b70c29f81fa73bff71cf683
src/main/java/com/zy/asrs/service/AgvBasDevpService.java
@@ -2,10 +2,10 @@
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.AgvBasDevp;
import com.zy.asrs.entity.BasDevp;
import java.util.List;
public interface AgvBasDevpService extends IService<AgvBasDevp> {
    public void clearBasDevp();
    public void initBasDevp();
}