zss
2 天以前 64984c01892d6fe51d8ab550c6a28f2d0e81d6fe
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> {
}