package jnpf.limsService;
|
|
import jnpf.base.service.SuperService;
|
import jnpf.limsEntity.LimsApplyTestItemEntity;
|
import org.springframework.stereotype.Service;
|
|
public interface LimsApplyTestItemService extends SuperService<LimsApplyTestItemEntity> {
|
}
|