摘要: @WebService public class HelloWorldImpl implements HelloWorld{ public String say(String str) { return "Hello:"+str; } public List getRoleByUser(User user) { List roleLis... 阅读全文
posted @ 2018-07-05 23:24 十黎九夏 阅读(202) 评论(0) 推荐(0) 编辑