| | |
| | | package com.fgkj.services; |
| | | |
| | | import com.fgkj.dto.User_task; |
| | | import com.fgkj.util.*; |
| | | import com.fgkj.dto.ServiceModel; |
| | | import com.fgkj.dto.Task_Batt_Test; |
| | |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | import javax.annotation.Resource; |
| | | @Service |
| | | public class User_task_batt_testService { |
| | | |
| | | @Autowired |
| | | @Resource |
| | | private User_task_batt_testMapper mapper;; |
| | | |
| | | public ServiceModel add(Object obj) { |
| | |
| | | return last; |
| | | } |
| | | |
| | | public ServiceModel serchByCondition(Object obj){ |
| | | public ServiceModel serchByCondition(User_task obj){ |
| | | ServiceModel model = new ServiceModel(); |
| | | List list=mapper.serchByCondition(obj); |
| | | // for (Object object : list) { |