wuww
2025-05-16 7b2459ba1c1f14c06f17914f3d53ebcd6e2641a3
1
2
3
4
5
package com.se.nsl.service;
 
public interface SwwFilesDealService {
    Object readSwwFile(String filePath);
}