wu
2025-10-30 3124ce87407fe85f6780b3ba1a219d8d9e8d7475
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> {
 
}