zhoushihao
2024-11-21 b4f51417997c20dd15e3db19d5055edd55d872cd
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.BigStorageCageHollowDetails;
 
/**
 * (BigStorageCageHollowDetails)表数据库访问层
 *
 * @author makejava
 * @since 2024-11-21 09:23:12
 */
public interface BigStorageCageHollowDetailsMapper extends BaseMapper<BigStorageCageHollowDetails> {
 
}