2021与蓝度共同重构项目,服务端
liuhaonan
2022-05-27 3885a00f7b152256f865ad8ccc4566dd43681085
dao/src/main/java/com/sandu/ximon/dao/mapper/PoleLightemitEntityMapper.java
@@ -15,9 +15,9 @@
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);
    Pole getpole(String lightemitControlCode);
}