package com.zy.core.thread; import com.zy.core.ThreadHandler; import com.zy.core.properties.DeviceConfig; public interface LiftThread extends ThreadHandler { DeviceConfig getDeviceConfig(); }