修改删除卡记录接口
This commit is contained in:
@ -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>
|
||||
{
|
||||
/**
|
||||
* 查询刷卡记录
|
||||
|
Reference in New Issue
Block a user