2021与蓝度共同重构项目,服务端
zhanzhiqin
2022-04-18 f2dfd5e6fbbb9c4e96e91c86be0bb6f7a44d87c3
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);
}