src/main/java/com/fgkj/mapper/impl/Fbsdev_Statechange_infMapper.java
@@ -2,9 +2,12 @@ import java.util.List; import com.fgkj.dto.Fbsdev_Statechange_inf; import org.springframework.stereotype.Repository; public interface Fbsdev_Statechange_infMapper{ //根据设备id,时间等条件筛选设备 public List serchByCondition(Object obj); public List serchByCondition(Fbsdev_Statechange_inf obj); }