1、核心业务接口与实现

public interface IManager {

    void add(String item);
}
View Code

相关文章: