IRPointDeviceService.java 231 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 12 package vion.service; import com.github.yulichang.base.MPJBaseService; import vion.model.RPointDevice; /** * @author HlQ * @date 2024/1/12 */ public interface IRPointDeviceService extends MPJBaseService<RPointDevice> { }