IRPointDeviceService.java 228 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 12 13 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> { }