File was renamed from pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/aop/LogSv.java |
| | |
| | | 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; |