package com.chinaztt.mes.quality.mapper;
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
import com.chinaztt.mes.quality.entity.ZxLabelBindRelation;
|
import org.apache.ibatis.annotations.Mapper;
|
|
/**
|
* @Description : 中兴标签关系绑定表
|
* @interfaceName : ZxLabelBindRelationMapper
|
* @Author : sll
|
* @Date: 2022-11-30 15:33
|
*/
|
@Mapper
|
public interface ZxLabelBindRelationMapper extends BaseMapper<ZxLabelBindRelation>{
|
}
|