maven
2025-10-10 173f44a1f9a59509996192e3446cbd26f2613b5e
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.ruoyi.business.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.business.entity.KeyCoalLocks;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * @author :yys
 * @date : 2025/10/10 10:14
 */
@Mapper
public interface KeyCoalLocksMapper extends BaseMapper<KeyCoalLocks> {
}