All Downloads are FREE. Search and download functionalities are using the official Maven repository.

system.service.sys.impl.SysTaskLogServiceImpl Maven / Gradle / Ivy

There is a newer version: 1.6.7
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy