package kcc.com.cmm.service;

import java.util.List;
import java.util.Map;

public interface AdrCourtFileMngService {

//    public AdrCourtFileVO selectCourtFileInfs(AdrCourtFileVO adrCourtFileVO) throws Exception;

    public void insertCourtFileInf(AdrCourtFileVO adrCourtFileVO) throws Exception;

}
