ÎļþÃû´Ó se-modules/se-job/src/main/java/com/se/job/service/SysJobLogServiceImpl.java ÐÞ¸Ä |
| | |
| | | package com.se.job.service; |
| | | package com.se.system.service.impl; |
| | | |
| | | import java.util.List; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import com.se.system.domain.SysJobLog; |
| | | import com.se.system.mapper.SysJobLogMapper; |
| | | import com.se.system.service.inte.ISysJobLogService; |
| | | import org.springframework.stereotype.Service; |
| | | import com.se.job.domain.SysJobLog; |
| | | import com.se.job.mapper.SysJobLogMapper; |
| | | |
| | | import javax.annotation.Resource; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * 宿¶ä»»å¡è°åº¦æ¥å¿ä¿¡æ¯ æå¡å± |
| | |
| | | @Service |
| | | public class SysJobLogServiceImpl implements ISysJobLogService |
| | | { |
| | | @Autowired |
| | | @Resource |
| | | private SysJobLogMapper jobLogMapper; |
| | | |
| | | /** |