yangys
2024-04-24 11b76c76bcd4f235fb75959b53b64c6d9a2dd71e
smart-man-boot/src/main/java/com/qianwen/smartman/common/cache/cps/EmployeeCache.java
@@ -14,7 +14,6 @@
import com.qianwen.smartman.modules.cps.entity.Employee;
import com.qianwen.smartman.modules.cps.service.IEmployeeService;
/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/common/cache/cps/EmployeeCache.class */
public class EmployeeCache {
    private static final BladeRedis BLADE_REDIS = (BladeRedis) SpringUtil.getBean(BladeRedis.class);
    private static final IEmployeeService EMPLOYEE_SERVICE = (IEmployeeService) SpringUtil.getBean(IEmployeeService.class);