zhangherong
5 天以前 0b8e5e2ee3c47e385816165826754d5cbb86faad
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.lxzn.modules.assembly2.mapper;
 
import com.lxzn.modules.assembly2.entity.T020Boltcheck;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * <p>
 *  Mapper 接口
 * </p>
 *
 * @author baomidou
 * @since 2025-09-02
 */
public interface T020BoltcheckMapper extends BaseMapper<T020Boltcheck> {
 
}