liding
2025-03-28 9fce552f48c898b61fa1cb9be73aa4ae7dfc5bb4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.inspect.mapper;
 
import com.ruoyi.inspect.pojo.InspectionPurchased;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * <p>
 * 外购件检验 Mapper 接口
 * </p>
 *
 * @author ld
 * @since 2025-03-25 01:58:21
 */
public interface InspectionPurchasedMapper extends BaseMapper<InspectionPurchased> {
 
}