| | |
| | | package com.sandu.ximon.dao.mapper; |
| | | |
| | | import com.sandu.ximon.dao.domain.PoleLightemitEntity; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.sandu.ximon.dao.domain.Pole; |
| | | import com.sandu.ximon.dao.domain.PoleLightemitEntity; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | |
| | | void updateRequestBody(@Param("ledCode")String ledCode, @Param("postBody")String postBody); |
| | | |
| | | List<PoleLightemitEntity> listLed(String keyword, Long userid); |
| | | |
| | | Pole getpole(String lightemitControlCode); |
| | | } |
| | | |
| | | |