package test.base; /** * @Author: zs * @Date: 2020/11/18 9:53 */ public interface A { int aaaa(); String bbb(); }