dao/src/main/java/com/sandu/ximon/dao/mapper/LedPlayerEntityMapper.java
@@ -4,6 +4,8 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; import java.util.List; /** * @Entity com.sandu.ximon.dao.domain.LedPlayerEntity */ @@ -11,6 +13,8 @@ public interface LedPlayerEntityMapper extends BaseMapper<LedPlayerEntity> { boolean saveLed(LedPlayerEntity ledPlayerEntity); List<LedPlayerEntity> ledPlayerEntityList(String keyword, Long userid); }