2021与蓝度共同重构项目,服务端
fix
zhanzhiqin
2022-06-17 0fef782539e375d8a3e6dbe376663d09c32ce77e
dao/src/main/java/com/sandu/ximon/dao/mapper/PoleLightemitEntityMapper.java
@@ -15,9 +15,11 @@
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);
}