zhoushihao
2024-12-09 e14730d85fa4c784e7f3555d35a1c8b057b1d383
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.mes.hollow.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.mes.hollow.entity.HollowGlassOutRelationInfo;
 
/**
 * (HollowGlassOutRelationInfo)表数据库访问层
 *
 * @author makejava
 * @since 2024-11-30 13:57:28
 */
public interface HollowGlassOutRelationInfoMapper extends BaseMapper<HollowGlassOutRelationInfo> {
 
}