| | |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.fgkj.dto.Batt_Maint_Dealarm; |
| | | import com.fgkj.dto.Battalarm_data_history; |
| | | import org.apache.ibatis.annotations.Delete; |
| | | import org.springframework.stereotype.Repository; |
| | | |
| | | public interface Battalarm_data_historyMapper{ |
| | | |
| | | |
| | | //3.2电池告警查询(删除记录)<多条记录删除> |
| | | public String delPro(Object obj); |
| | | @Delete("delete from db_alarm.tb_battalarm_data_history where num=#{num}") |
| | | public int delPro(Battalarm_data_history obj); |
| | | |
| | | // 3.2电池告警 |
| | | /* |
| | |
| | | * 全都不选:不选200 |
| | | |
| | | */ |
| | | public List serchByInfo(Object obj); |
| | | public List serchByInfo(Batt_Maint_Dealarm obj); |
| | | |
| | | /*public static void main(String[] args) throws ParseException { |
| | | /*public static void main(String[] args) throws ParseException { |
| | | Battalarm_data_historyImpl bimpl=new Battalarm_data_historyImpl(); |
| | | Page p = new Page(); |
| | | p.setPageCurr(1); |