zhoushihao
2025-02-11 77208929e52d1c21bdd2a6f039b477b27e96333d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.mes.hollow.mapper;
 
import com.github.yulichang.base.MPJBaseMapper;
import com.mes.hollow.entity.HollowBigStorageCage;
 
/**
 * (HollowBigStorageCage)表数据库访问层
 *
 * @author makejava
 * @since 2024-11-21 09:22:40
 */
public interface HollowBigStorageCageMapper extends MPJBaseMapper<HollowBigStorageCage> {
 
}