public interface GsCatalogFileService extends com.baomidou.mybatisplus.extension.service.IService<GsCatalogFile>
| 限定符和类型 | 方法和说明 |
|---|---|
GsCatalogFile |
saveCatalogFile(VoFsiCatalogDownInfo catalogDownInfo)
保存文件下载记录
|
GsCatalogFile |
selectCatalogByKey(String fixmedins_code,
String filename,
String file_qury_no)
根据条件查询文件下载记录
|
GsCatalogFile |
selectMaxVer(String infno)
已过时。
|
GsCatalogFile |
selectMaxVer(String infno,
String fixmedins_code)
获取目录最大版本号
|
GsCatalogFile |
updateCatalogCount(String id,
Integer count,
String file_ver)
更新文件记录数
|
count, count, getBaseMapper, getById, getMap, getObj, getOne, getOne, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeById, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdGsCatalogFile saveCatalogFile(VoFsiCatalogDownInfo catalogDownInfo)
catalogDownInfo - GsCatalogFile updateCatalogCount(String id, Integer count, String file_ver)
id - GsCatalogFile selectCatalogByKey(String fixmedins_code, String filename, String file_qury_no)
fixmedins_code - filename - file_qury_no - @Deprecated GsCatalogFile selectMaxVer(String infno)
infno - GsCatalogFile selectMaxVer(String infno, String fixmedins_code)
infno - fixmedins_code - Copyright © 2022. All rights reserved.