摘要: common包 IHelloService public interface IHelloService extends Remote { String sayHello(User user) throws RemoteException; } User public class User impl 阅读全文
posted @ 2023-02-15 17:08 higsan 阅读(57) 评论(0) 推荐(0) 编辑