package com.se.nsl.service; public interface SwwFilesDealService { Object readSwwFile(String filePath); }