wangfei
2025-02-27 9212801fbac08dd12b8205c217bdeb925529ab7c
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> {
 
}