yangys
2024-04-11 d19f16214e16b1a33b71fd8f63662a35d8a2dc04
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);