摘要: Public Class Lawyer{ private IInfoSend infoSend; public IInfoSend setInfoSend(IInfoSend infoSend) { this.infoSend=infoSend; } public void sendMsg() { this.infoSend.sendMsg(this.entity); }}Public Interface IInfoSend{ void sendMsg();}public class BJInfoSendImp implement IInfoSend{ private Ithird thir. 阅读全文
posted @ 2013-08-22 14:30 sofia 阅读(167) 评论(0) 推荐(0) 编辑