| | |
| | | public interface PoleLightemitEntityMapper extends BaseMapper<PoleLightemitEntity> { |
| | | |
| | | |
| | | void updateRequestBody(@Param("ledCode")String ledCode, @Param("postBody")String postBody); |
| | | void updateRequestBody(@Param("ledCode") String ledCode, @Param("postBody") String postBody); |
| | | |
| | | List<PoleLightemitEntity> listLed(String keyword, Long userid); |
| | | List<PoleLightemitEntity> listLed(String keyword, Long userid, String orderBy); |
| | | |
| | | List<PoleLightemitEntity> listLedOnBinding(String keyword, Long userid); |
| | | |
| | | Pole getpole(String lightemitControlCode); |
| | | } |