zhoushihao
2024-12-19 f77d03b3d8bfd3d6cea7e011fc5f0086a4693daf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.mes.bigstoragecagetask.mapper;
 
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.mes.bigstoragecagetask.entity.BigStorageCageHistoryTask;
 
/**
 * (BigStorageCageHistoryTask)表数据库访问层
 *
 * @author makejava
 * @since 2024-11-13 22:46:47
 */
public interface BigStorageCageHistoryTaskMapper extends BaseMapper<BigStorageCageHistoryTask> {
 
}