| | |
| | | package com.moral.mapper;
|
| | |
|
| | | import java.util.Date;
|
| | | import java.util.List;
|
| | | import java.util.Map;
|
| | |
|
| | |
| | | List<Device> selectByOrgIdAndMpId(@Param("orgId")Integer orgId,@Param("mpId")Integer mpId);
|
| | | List<Device> selectByMap(Map<String, Object> params);
|
| | | Device selectWithOrgIdsByMac(String mac);
|
| | | |
| | | List<Integer> getDeviceVersionIdByAreaCode(Map<String, Object> parameters);
|
| | |
|
| | | Integer getDeviceCountByRegion(Map<String, Object> parameters);
|
| | |
|
| | | List<Map> countByTimes(@Param("start")Date start,@Param("end")Date end,@Param("format")String format);
|
| | | } |