songhuangfeng123
2022-07-05 9bc8b88ac7f037f7e27f389fdbb507c64d1299f7
goal-manage/goal-manage-service/src/main/java/com/gkhy/safePlatform/goalManage/service/DemoService.java
@@ -1,6 +1,14 @@
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<TestTable> getById(Long id);
    ResultVO<TestTable> saveOne(String title);
}