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