| | |
| | | import com.github.pagehelper.PageInfo; |
| | | import com.whyc.dto.Response; |
| | | import com.whyc.mapper.Ld9testdatastopMapper; |
| | | import com.whyc.pojo.Ld9testdataInf; |
| | | import com.whyc.pojo.Ld9testdatastop; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | |
| | | PageInfo pageInfo=new PageInfo(list); |
| | | return new Response().set(1,pageInfo); |
| | | } |
| | | //查询存放ld9stop在testrecordcount下有哪些单体存在放电记录 |
| | | public List<Ld9testdatastop> searchlinftestdata(Ld9testdataInf linf) { |
| | | List<Ld9testdatastop> list=mapper.searchlinftestdata(linf); |
| | | return list; |
| | | } |
| | | } |