package com.gkhy.safePlatform.goalManage.service; import com.gkhy.safePlatform.commons.vo.ResultVO; import com.gkhy.safePlatform.goalManage.entity.TestTable; public interface DemoService { String getUserDescInfo(String name,String email); ResultVO getById(Long id); ResultVO saveOne(String title); }