| | |
| | | import doumeemes.core.model.PageData; |
| | | import doumeemes.core.model.PageWrap; |
| | | import doumeemes.dao.business.model.Device; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | |
| | | /** |
| | | * 创建 |
| | | * |
| | | * |
| | | * @param device 实体对象 |
| | | * @return Integer |
| | | */ |
| | |
| | | * @return List<Device> |
| | | */ |
| | | List<Device> findList(Device device); |
| | | |
| | | |
| | | /** |
| | | * 分页查询 |
| | | * |
| | |
| | | ApiResponse insert(Device device); |
| | | |
| | | void dealDeviceUserId(Integer type, String userIds, Integer deviceId, LoginUserInfo userInfo); |
| | | |
| | | |
| | | /** |
| | | * 获取批量导入设备信息 |
| | | * |
| | | * @param file |
| | | */ |
| | | void importPlans(MultipartFile file); |
| | | } |