maven
2025-10-24 183207b4628ae60124ac3c0790fc30d84b18b245
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> {
}