com.github.rexsheng.springboot.faster.system.log.application.LogService Maven / Gradle / Ivy
The newest version!
package com.github.rexsheng.springboot.faster.system.log.application;
import com.github.rexsheng.springboot.faster.common.domain.PagedList;
import com.github.rexsheng.springboot.faster.system.log.application.dto.LogDetailResponse;
import com.github.rexsheng.springboot.faster.system.log.application.dto.QueryLogRequest;
public interface LogService {
PagedList queryLogList(QueryLogRequest request);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy