zss
2024-05-30 b8045b11ca8af95cb5aeba464bff589e0b9f53b8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.yuanchu.mom.mapper;
 
import com.yuanchu.mom.pojo.InsFiber;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * <p>
 * 光纤配置的光纤表 Mapper 接口
 * </p>
 *
 * @author 江苏鵷雏网络科技有限公司
 * @since 2024-05-30 05:59:01
 */
public interface InsFiberMapper extends BaseMapper<InsFiber> {
 
}