fengxiang
2018-09-27 086e24d444fbd660228e358802969902fe857f23
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);
}