package com.izouma.nineth.service; import com.izouma.nineth.repo.OperationLogRepo; import lombok.AllArgsConstructor; import org.springframework.stereotype.Service; @Service @AllArgsConstructor public class OperationLogService { private OperationLogRepo operationLogRepo; }