Crunchy
2024-07-03 b03b37e1d649631e31f33704a49a46f05aa7dc9f
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.InsFibers;
import com.baomidou.mybatisplus.extension.service.IService;
 
/**
 * <p>
 * 光纤配置的光纤带表 服务类
 * </p>
 *
 * @author 江苏鵷雏网络科技有限公司
 * @since 2024-05-30 05:59:13
 */
public interface InsFibersService extends IService<InsFibers> {
 
}