package com.bcxin.survey.service;

import com.bcxin.survey.domain.SystemConfig;

import java.util.List;


public interface DataService {

	List<SystemConfig> findSystemConfigs();
}