@Component
public class ParseElementUtil {
@Autowired
private CaserecordService caserecordService;
private static ParseElement UtilparseElementUtil;
@PostConstruct
public void init() {
parseElementUtil =this;
parseElementUtil.caserecordService =this.caserecordService;
}
}
@PostConstruct @Autowired @Component 这三个注解是重要的组成