package jnpf.service; import jnpf.base.service.SuperService; import jnpf.entity.DocumentLogEntity; public interface DocumentLogService extends SuperService { }