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