liyong
2 天以前 8f0f0cac207a4d026461124a63aa7226bb8b0d5f
src/main/java/com/ruoyi/sales/service/ICommonFileService.java
@@ -9,7 +9,7 @@
    int deleteSalesLedgerByIds(Long[] ids);
    CommonFile uploadFile(MultipartFile file, Long id, String type) throws IOException;
    CommonFile uploadFile(MultipartFile file, Long id, Integer type) throws IOException;
    int delCommonFileByIds(Long[] ids);
}