liyong
2026-05-14 ff9cedf9f8093dc87e4974f9ba0c9e591ee6783b
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.inspectiontask.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.inspectiontask.pojo.InspectionTask;
 
/**
 * @author :yys
 * @date : 2025/9/19 10:46
 */
public interface InspectionTaskMapper extends BaseMapper<InspectionTask> {
}