| | |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import com.gkhy.exam.common.api.CommonResult; |
| | | import com.gkhy.exam.system.domain.ProductItem; |
| | | import com.gkhy.exam.system.domain.ProjectDocument; |
| | | import com.gkhy.exam.system.domain.req.CatalogueProjectDocumentReq; |
| | | import com.gkhy.exam.system.mapper.ProjectDocumentMapper; |
| | |
| | | import java.util.HashMap; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | import java.util.Objects; |
| | | |
| | | @Service |
| | | public class ProjectDocumentServiceImpl extends ServiceImpl<ProjectDocumentMapper, ProjectDocument> implements ProjectDocumentService { |