Fixiaobai
2023-11-17 2fb28b36f15de26249ae34160e1accf118c011c7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.chinaztt.mes.quality.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.chinaztt.mes.quality.entity.QualityTestApplyRule;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * @Description : 检测申请规则
 * @interfaceName : QualityTestApplyRuleMapper
 * @Author : sll
 * @Date: 2022-08-21  12:02
 */
@Mapper
public interface QualityTestApplyRuleMapper extends BaseMapper<QualityTestApplyRule>{
}