package cn.hhj.service; import cn.hhj.vo.User; public interface IHelloService { String sayHello(Object content); String saveUser(User user); }