yangys
2024-04-18 85bb45834b1a2fd993d9f8653c48d14efc12a59e
smart-man-boot/src/main/java/com/qianwen/smartman/modules/cps/service/IEmployeeService.java
@@ -20,7 +20,6 @@
import org.springframework.cache.annotation.CacheEvict;
import org.springframework.cache.annotation.Cacheable;
/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/service/IEmployeeService.class */
public interface IEmployeeService extends BaseService<Employee> {
    @CacheEvict(cacheNames = {ExtCacheConstant.EMPLOYEE}, allEntries = true)
    EmployeeVO submit(EmployeeSubmitVO employeeSubmitVO);