system.service.sys.impl.SysTaskLogServiceImpl Maven / Gradle / Ivy
package system.service.sys.impl;
import lombok.Getter;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import system.mapper.SysTaskLogMapper;
import system.service.sys.SysTaskLogService;
@Service
public class SysTaskLogServiceImpl implements SysTaskLogService {
@Autowired
@Getter
private SysTaskLogMapper mapper;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy