管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-11-04 8aa79d9913374a471c80f5855a773850b87f601c
src/main/java/com/lf/server/service/data/DownloadService.java
@@ -42,6 +42,11 @@
    }
    @Override
    public DownloadEntity selectByGuid(String guid) {
        return downloadMapper.selectByGuid(guid);
    }
    @Override
    public Integer insert(DownloadEntity entity) {
        return downloadMapper.insert(entity);
    }