huminmin
12 小时以前 4a5cb2b06edf986c54892d08afe196aed96ee93f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.production.service;
 
import com.ruoyi.production.pojo.ProductInspectionRecord;
import com.baomidou.mybatisplus.extension.service.IService;
 
/**
 * <p>
 * 巡检记录表 服务类
 * </p>
 *
 * @author 芯导软件(江苏)有限公司
 * @since 2026-03-16 04:16:32
 */
public interface ProductInspectionRecordService extends IService<ProductInspectionRecord> {
 
}