zouyu
2024-08-16 3986ef858e4f7c1efc983de6f459cdbf75c0d4d7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.yuanchu.mom.service;
 
import com.yuanchu.mom.pojo.InsFiber;
import com.baomidou.mybatisplus.extension.service.IService;
 
/**
 * <p>
 * 光纤配置的光纤表 服务类
 * </p>
 *
 * @author 江苏鵷雏网络科技有限公司
 * @since 2024-05-30 05:59:01
 */
public interface InsFiberService extends IService<InsFiber> {
 
}