接口 SnippetService
-
- 所有已知实现类:
SnippetServiceImpl
public interface SnippetService
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 Response<Long>delete(Long id)Response<PageEntity<SnippetEntity>>getAll(int offset, int limit)Response<SnippetEntity>getById(Long id)Response<SnippetEntity>saveOrUpdate(SnippetEntity configure)
-
-
-
方法详细资料
-
saveOrUpdate
Response<SnippetEntity> saveOrUpdate(SnippetEntity configure)
-
getAll
Response<PageEntity<SnippetEntity>> getAll(int offset, int limit)
-
getById
Response<SnippetEntity> getById(Long id)
-
-