管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-11-11 657bac701c88d7aee9a3906721dd4218c9baa166
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);
    }