修改删除卡记录接口

This commit is contained in:
蒾酒
2024-12-31 19:40:27 +08:00
parent f1b42d1f4d
commit f3b9e04be9
2 changed files with 11 additions and 4 deletions

View File

@ -1,6 +1,8 @@
package com.fastbee.iot.mapper;
import java.util.List;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.fastbee.iot.domain.NgCardSwipeRecords;
import org.springframework.stereotype.Repository;
@ -11,7 +13,7 @@ import org.springframework.stereotype.Repository;
* @date 2024-12-30
*/
@Repository
public interface NgCardSwipeRecordsMapper
public interface NgCardSwipeRecordsMapper extends BaseMapper<NgCardSwipeRecords>
{
/**
* 查询刷卡记录