| | |
| | | public interface ProjectDocumentMapper extends BaseMapper<ProjectDocument> { |
| | | Integer insertBaths(@Param("projectDocuments") List<ProjectDocument> projectDocuments); |
| | | |
| | | List<ProjectDocument> selectDocumentList(@Param("companyId") Integer companyId, @Param("itemId") Integer itemId, @Param("catalogueId") Integer catalogueId); |
| | | List<ProjectDocument> selectDocumentList(@Param("companyId") Integer companyId, @Param("itemId") Integer itemId, |
| | | @Param("catalogueId") Integer catalogueId,@Param("documentType") Integer documentType); |
| | | } |