Skip to content

Commit

Permalink
fix: 调整一下代码
Browse files Browse the repository at this point in the history
  • Loading branch information
CarefreeState committed Oct 6, 2024
1 parent 3ff70c8 commit 6a2aebb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import com.achobeta.domain.message.model.vo.QueryStuListVO;
import com.achobeta.domain.student.model.entity.StuResume;
import org.mapstruct.Mapper;
import org.mapstruct.Mapping;
import org.mapstruct.factory.Mappers;

import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.achobeta.domain.question.model.dto;

import jakarta.validation.Valid;
import jakarta.validation.constraints.NotNull;
import lombok.Data;

import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.achobeta.domain.question.service;

import com.achobeta.domain.question.model.dto.QuestionSaveBatchDTO;
import com.achobeta.domain.question.model.entity.QuestionLibrary;
import com.baomidou.mybatisplus.extension.service.IService;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import com.achobeta.common.enums.GlobalServiceStatusCode;
import com.achobeta.domain.question.model.dao.mapper.QuestionLibraryMapper;
import com.achobeta.domain.question.model.dto.QuestionSaveBatchDTO;
import com.achobeta.domain.question.model.entity.QuestionLibrary;
import com.achobeta.domain.question.service.QuestionLibraryService;
import com.achobeta.exception.GlobalServiceException;
Expand Down

0 comments on commit 6a2aebb

Please sign in to comment.