xufenglei
2018-11-07 c62507c7e0ce18e9a62f29221fd3799cb58bf431
src/main/java/com/moral/mapper/DeviceMapper.java
@@ -35,4 +35,6 @@
   List<Map> countByTimes(@Param("start")Date start,@Param("end")Date end,@Param("format")String format);
   List<Device> getDevicesByProfession(Map<String, Object> parameters);
   List<Device> getDevicesByOrganizationId(Map<String, Object> parameters);
}