liujie
9 天以前 c0e9ac907ee658802f68eb4e770942e34e87cfd0
DriverQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/CarMapper.java
@@ -26,4 +26,7 @@
     * @throws Exception
     */
    Car query(@Param("licensePlate") String licensePlate) throws Exception;
    List<Map<String, Object>> queryIdleDataFromId(@Param("id") Integer id);
}