33 lines
784 B
Java
33 lines
784 B
Java
//package net.srt.service;
|
|
//
|
|
//import net.srt.entity.MetadataEntity;
|
|
//import net.srt.framework.common.cache.bean.Neo4jInfo;
|
|
//import net.srt.framework.common.utils.TreeNodeVo;
|
|
//import net.srt.framework.mybatis.service.BaseService;
|
|
//import net.srt.vo.MetadataVO;
|
|
//
|
|
//import java.util.List;
|
|
//
|
|
//public interface MetadataService extends BaseService<MetadataEntity> {
|
|
// List<TreeNodeVo> listByParentId(Long parentId);
|
|
//
|
|
// List<TreeNodeVo> listFloder();
|
|
//
|
|
// List<TreeNodeVo> listDb();
|
|
//
|
|
// List<TreeNodeVo> listByKeyword(String keyword);
|
|
//
|
|
// MetadataVO get(Long id);
|
|
//
|
|
// void save(MetadataVO vo);
|
|
//
|
|
//
|
|
// void update(MetadataVO vo);
|
|
//
|
|
// void delete(Long id);
|
|
//
|
|
// void upNeo4jInfo(Neo4jInfo neo4jInfo);
|
|
//
|
|
// Neo4jInfo getNeo4jInfo();
|
|
//}
|