liuxm
2024-04-24 4a32b418982d9ff409d5d3222b67b6c875a3563b
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/aop/LogService.java
File was renamed from pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/aop/LogSv.java
@@ -1,16 +1,14 @@
package com.dy.pmsGlobal.aop;
import com.dy.common.webUtil.QueryResultVo;
import com.dy.pmsGlobal.daoBa.BaLogMapper;
import com.dy.pmsGlobal.pojoBa.BaLog;
import org.apache.dubbo.common.utils.PojoUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.Date;
@Service
public class LogSv {
public class LogService {
    @Autowired
    private BaLogMapper dao;