maven
2025-10-11 7cd9dbf45e8e29f3bb0c00ac4f14d5588029c3ba
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> {
}