yaowanxin
2 天以前 e8eb756760d2a1fe65f70545482364a07fa1060a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.ruoyi.basic.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.basic.pojo.StandardProductListSupplierAsk;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * 检验项目厂家密度绑定表
 *
 * @author zhuo
 * @since 2024-09-23
 */
@Mapper
public interface StandardProductListSupplierAskMapper extends BaseMapper<StandardProductListSupplierAsk> {
 
 
}