yaowanxin
3 天以前 e0ba02eb14e31451293a93dafd285b279d9a7775
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.device.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.device.pojo.DeviceExamineRecordDetail;
 
/**
 * <p>
 * 设备核查记录详情表 服务类
 * </p>
 *
 * @author 江苏鵷雏网络科技有限公司
 * @since 2024-12-16 07:15:11
 */
public interface DeviceExamineRecordDetailService extends IService<DeviceExamineRecordDetail> {
 
}