You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
该类的父类有一下继承关系:
public class CustomInfoExtendInfoImpl extends AbstractExtendInfoImpl<Map<String, Object>>
�
public abstract class AbstractExtendInfoImpl implements ExtendInfoInterface, InitializingBean
�
public interface ExtendInfoInterface extends BaseInfoInterface
�
getInfo方法都是通过父类进行调用
这种情况getInfo被调用的信息就缺失了
The text was updated successfully, but these errors were encountered:
getInfo下的一段代码被修改
该类的父类有一下继承关系:
public class CustomInfoExtendInfoImpl extends AbstractExtendInfoImpl<Map<String, Object>>
�
public abstract class AbstractExtendInfoImpl implements ExtendInfoInterface, InitializingBean
�
public interface ExtendInfoInterface extends BaseInfoInterface
�
getInfo方法都是通过父类进行调用
这种情况getInfo被调用的信息就缺失了
The text was updated successfully, but these errors were encountered: