package com.chinaztt.mes.quality.mapper;
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
import com.chinaztt.mes.quality.entity.ZxWeightLabelConfig;
|
import org.apache.ibatis.annotations.Mapper;
|
|
/**
|
* @Description : 中兴称重标签配置
|
* @interfaceName : ZxWeightLabelConfigMapper
|
* @Author : sll
|
* @Date: 2022-12-02 11:10
|
*/
|
@Mapper
|
public interface ZxWeightLabelConfigMapper extends BaseMapper<ZxWeightLabelConfig>{
|
}
|