| | |
| | | * @return 结果 |
| | | */ |
| | | public int deleteDocumentMaterialsByMaterialId(String materialId); |
| | | public Long getFiNum(Long pageNumber); |
| | | public Long getFiNum(Long pageNumber, Long recordId); |
| | | public int updateByPageNumber(Long pageNumber,String sizeType, Long fileNumber, int wid, int hei, int wdpi, int hdpi, double sz,String url,String format, Long recordId); |
| | | public List<DocumentMaterialsVo> findArchMInfo(String recordId); |
| | | |
| | |
| | | public List<DocumentMaterialFileStyle> findFileStyleInfo(@Param("recordId") int recordId); |
| | | |
| | | public AjaxResult importExcel(MultipartFile file, String recordId); |
| | | |
| | | |
| | | //根据pageNumber拿到document_materials的信息 |
| | | DocumentMaterials selectByPageNumber(Long pageNumber, Integer recordId); |
| | | } |