liusuyi
2024-07-25 73f48531b40f1d9febf7ca8cd6dc971e055fa853
ard-work/src/main/java/com/ruoyi/sy/mapper/ArdSyCarMapper.java
@@ -92,4 +92,6 @@
    public long getCountByCarIdList(@Param("carIdList") List<String> carIdList);
    public List<ArdSyCar> getCarListByDeptIdList(@Param("deptIdList") List<Long> deptIdList);
    public List<ArdSyCar> selectArdSyCarAndTankLockByUserId(String userId);
}