fengxiang
2018-08-29 f2eaa5bc6c417c9f851cb7ba2bf004c5b035c0ef
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);
}