zhuo
2025-05-06 c0062ec768989f560d5039d0cc0cca6622b150b4
cnas-device/src/main/java/com/ruoyi/device/mapper/InstructionMapper.java
@@ -8,16 +8,18 @@
import com.ruoyi.device.pojo.DeviceInstruction;
import org.apache.ibatis.annotations.Param;
import java.util.Map;
/**
 * <p>
 * 作业指导书添加受控文件表 Mapper 接口
 * </p>
 *
 * @author 芯导软件(江苏)有限公司
 * @author
 * @since 2024-12-04 10:29:18
 */
public interface InstructionMapper extends BaseMapper<DeviceInstruction> {
    IPage<DeviceInstruction> pageByPageQueryOfHomeworkInstructions(Page page, @Param("ew") QueryWrapper<DeviceOperationInstructionDto> ew);
    IPage<DeviceOperationInstructionDto> pageByPageQueryOfHomeworkInstructions(Page page, @Param("ew") QueryWrapper<DeviceOperationInstructionDto> ew);
}