ZengTao
2024-05-30 9247ea3d414c528ff2210c4b1ccdb38741f52101
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package com.mes.temperingglass.mapper;
 
import com.baomidou.dynamic.datasource.annotation.DS;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.mes.temperingglass.entity.TemperingGlassInfo;
 
/**
 * <p>
 *  Mapper 接口
 * </p>
 *
 * @author zhoush
 * @since 2024-03-27
 */
@DS("salve_hangzhoumes")
public interface TemperingGlassInfoMapper extends BaseMapper<TemperingGlassInfo> {
 
}