whycrzg
2021-02-23 351b9a53cb9ecebdf8f79db0117f540d9c42c2a4
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);
}