zouyu
2023-11-15 4d14b92739b94a68790bca51905d3e37da855be7
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.ZxWeightLabel;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * @Description : 中兴称重标签
 * @interfaceName : ZxWeightLabelMapper
 * @Author : sll
 * @Date: 2022-12-01  23:22
 */
@Mapper
public interface ZxWeightLabelMapper extends BaseMapper<ZxWeightLabel>{
}