dcb
2025-07-07 97629da6a002b534da10f828187fd6cd65941aa4
1
2
3
4
5
package com.se.nsl.service;
 
public interface SwwFilesDealService {
    Object readSwwFile(String filePath);
}