export default interface InitializingBean {
    /**
     * 设置完属性后
     */
    afterPropertiesSet(): void;
}
