From f69073b835f1a0c66590130e1830edcdd75ebb8a Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期六, 02 十一月 2024 16:59:35 +0800 Subject: [PATCH] 去掉dmpvar --- smart-man-boot/src/main/java/com/qianwen/smartman/modules/perf/service/impl/EmployeePerfServiceImpl.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/perf/service/impl/EmployeePerfServiceImpl.java b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/perf/service/impl/EmployeePerfServiceImpl.java index a204bb6..272885e 100644 --- a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/perf/service/impl/EmployeePerfServiceImpl.java +++ b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/perf/service/impl/EmployeePerfServiceImpl.java @@ -7,9 +7,9 @@ import com.qianwen.smartman.common.cache.cps.WorkstationCache; import com.qianwen.smartman.common.utils.ListUtils; import com.qianwen.core.tool.utils.DateUtil; -import com.qianwen.smartman.modules.cps.dto.EmployeeDTO; -import com.qianwen.smartman.modules.cps.dto.WorkstationDTO; -import com.qianwen.smartman.modules.cps.vo.EmployeeVO; +import com.qianwen.smartman.modules.smis.dto.EmployeeDTO; +import com.qianwen.smartman.modules.smis.dto.WorkstationDTO; +import com.qianwen.smartman.modules.smis.vo.EmployeeVO; import com.qianwen.smartman.modules.mdc.entity.SuperAggregateOutput; import com.qianwen.smartman.modules.mdc.entity.SuperAggregateState; import com.qianwen.smartman.modules.mdc.enums.OpenTypeEnums; -- Gitblit v1.9.3