DocumentLogService.java 181 B

1234567
  1. package jnpf.service;
  2. import jnpf.base.service.SuperService;
  3. import jnpf.entity.DocumentLogEntity;
  4. public interface DocumentLogService extends SuperService<DocumentLogEntity> {
  5. }