package incheon.ags.dss.status.service;

public interface StatAnalysisService {
    void executeStatusAnalysisAsync(int tareNo, String userId);
    int getDefaultLegendId(String userId) throws Exception;
}
