liyong
2026-05-07 1492ffd32e43d0294cc6ac9a4f4389cd50d91fe9
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.inspectiontask.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.inspectiontask.pojo.QrCodeScanRecord;
 
/**
 * @author :yys
 * @date : 2025/9/19 10:46
 */
public interface QrCodeScanRecordMapper extends BaseMapper<QrCodeScanRecord> {
}