接口 ViewTypeService
-
- 所有已知实现类:
ViewTypeServiceImpl
public interface ViewTypeService- 作者:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 ViewTypefindById(String id)Description:ViewTypefindByMark(String mark)Description:List<ViewType>listAll()Description:org.springframework.data.domain.Page<ViewType>pageAll(int page, int rows)Description:voidremove(String id)Description:voidremove(String[] ids)Description:ViewTypesave(ViewType viewType)Description:ViewTypesaveOrUpdate(ViewType viewType)Description:org.springframework.data.domain.Page<ViewType>search(int page, int rows, String keyword)Description:
-