lxp
2025-03-15 5c92f5ec07c74272c7bfd658ef9c9f5ceb02cfb1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package com.ruoyi.inspect.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.inspect.pojo.InsFibers;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * <p>
 * 光纤配置的光纤带表 Mapper 接口
 * </p>
 *
 * @author 江苏鵷雏网络科技有限公司
 * @since 2024-05-30 05:59:13
 */
@Mapper
public interface InsFibersMapper extends BaseMapper<InsFibers> {
 
}