heheng
2025-12-03 430477c7e0777531f22fc18dc8906ea75cdc21d9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package com.gkhy.exam.system.mapper;
 
import com.gkhy.exam.system.domain.AnnualVerificationDevice;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * <p>
 * 年度检定计划设备表 Mapper 接口
 * </p>
 *
 * @author hh
 * @since 2025-08-25 15:01:44
 */
@Mapper
public interface AnnualVerificationDeviceMapper extends BaseMapper<AnnualVerificationDevice> {
 
}