标签:init system ice imp sse eee view pos config
public static ViewEmployeeEvaluationServiceImpl veesimpl;
@PostConstruct
public void init() {
veesimpl = this;
veesimpl.gradeService = gradeService;
veesimpl.bonusService = bonusService;
veesimpl.systemConfigService = systemConfigService;
}
标签:init system ice imp sse eee view pos config
原文地址:https://www.cnblogs.com/xiaoshahai/p/11599527.html