maven
9 天以前 f82cee1c3e8ff2d7fd62f01f6dfe4ea2b9d5e7d1
1
2
3
4
5
6
7
8
9
10
11
12
package com.ruoyi.quality.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.quality.pojo.QualityInspect;
import com.ruoyi.quality.pojo.QualityInspectParam;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface QualityInspectParamMapper extends BaseMapper<QualityInspectParam> {
 
 
}