代码实现 public interface Mediator { void register(String dname,Department d); void command(String dname); } 中介者接口 相关文章: